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.
Professional Software Development Tools
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.
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
where do I go to modify the vb dependency module?
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....