So how do I make it find setup1.msi and continue the setup after reboot (to
setup my app) or even better, I want to suppress rebooting, install my app,
and then reboot.
I see there is a command line option to suppress reboot:
msiexec /i myapp.msi REBOOT=ReallySuppress
but beats me how to crack in and use it from the vs2005 ide for my setup
project.
Can someone give me an example?
Thanks,
Tom
PS I suppose its a common question but I can find it on the web or in the
docs.