04-26-2011, 08:06 AM
Made a work around...
put this in the main exe before it ends it, after it activates...
Macro Macro4
and this is "Restart_Setup"
FunctionRestart_Setup
put this in the main exe before it ends it, after it activates...
Macro Macro4
,,,rget _s "Main Install Path" "Software\SS Software\Setup Sheet"
,,,str RunPath.from(_s "\Restart_Setup.exe")
,,,run RunPath
,,,ShutDownProcess("Setup Sheet Advanced.exe")and this is "Restart_Setup"
FunctionRestart_Setup
