Hi
I've got an Execute command in an After Installing Action, which called from DOS executes fine, however it does not work from SF6.
The execute line goes;
C:\Program Files\MyApp\service.bat %LANHost%
path is set to C:\Program Files\MyApp
So all this does is execute the batch file as follows;
runas /u:%1\Administrator "c:\Program Files\MyApp\App.Exe -Start" | sanur password
The sanur untility is located in the same folder and as mentioned above, this works fine when called from the command line in the folder. Sanur just applies the password to runas if you don't already know.
The install log shows that service.bat executed OK. I am confused. Please could you give me some idea of why this does not work. I've tried lots of different combinations of things all afternoon.
Regards, Brian

