I'm trying to handle correctly installation error from my .pts script.
How can i set an error flag in my pts script that is send to the console ?
for example:/scriptver 5if EXISTS <registry key> "HKLM;\Software\somwhere" /set LASTERROR "-1"else /set LASTERROR "0"endif
I want have this error in the console....