View Single Post
  #2  
Old 09-28-2003, 03:51 PM
pjaquiery pjaquiery is online now
Registered User
 
Join Date: 01-19-2003
Location: Dunedin, New Zealand
Posts: 114
You can do pretty much anything from a "Run Program" step. We run Wise that way because the built in step doesn't seem to wait for completion.

The command line looks pretty much like this:

"C:\Program Files\Wise InstallMaster 8.0\InstallMaster.exe" /c /s "installSource.wse"

It would be tider if the Wise executable bit were in a macro:

%Wise% /c /s "installSource.wse"

The advantage for us is that with a "Run Program" step we can choose to wait for completion or not and test the outcome if we want.
Reply With Quote