Hello All,

I'm running a streamlined update, that is no Welcome/License/Select
???/etc dialogs... all works well except that the Auto launch
"MyApp.exe" at the end of the script always generates an EC:3 (Path Not
Found) and that in turn terminates the app.

I do stored the Installed Dir in the registry and read it at the start
of each update script (stored into %_SB_INSTALLDIR%). All the updated
files/folders are "good to go".


The launch snippet looks like this...

If %WINVER% Less Than "$WIN_VISTA$" Then
Run Program %_SB_INSTALLDIR%\bk.exe (Always Install)
Else
Run Program %_SB_INSTALLDIR%\bk.exe (Always Install) [Non-Elevated]
End


Not sure what I'm missing.

Thanks,

db