G
Guest
When I run my setup of a vb.net app made in VS2005 and setup made with the
setup wizard and then modified in the ide, The .net 2 setup runs and installs
and then asks to reboot. If you answer ok then the reboot happens and when
the system comes back it says it cant find the setup1.msi file (my setup) and
so wont continue and install my app.
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.
setup wizard and then modified in the ide, The .net 2 setup runs and installs
and then asks to reboot. If you answer ok then the reboot happens and when
the system comes back it says it cant find the setup1.msi file (my setup) and
so wont continue and install my app.
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.