PDA

View Full Version : VB dependencies causes reboot


lascoff
02-17-2005, 10:30 AM
If vb has to be installed does it cause a reboot? If it does can I have the install do the reboot before the actual install and continue the install after the reboot.

Adam
02-17-2005, 04:11 PM
What you can do if VB needs to reboot is use the following action:

File.RunOnReboot(path to your install here);

Since the dependencies happen first this should work fine.

NOTE: that you will have to edit the VB dependency module to reflect this.

Adam Kapilik

lascoff
02-17-2005, 05:02 PM
where do I go to modify the vb dependency module?

lascoff
02-17-2005, 05:06 PM
Also if the dependencies are run first and vb requires a reboot eill this happen immediatly sfter the dependencies? In other words install dependencies, reboot, continue install....