I'v created a web setup project and i want to restart the computer (not the IIS service) I'm using VS 2008. How can i force restart at the end of the installation?
Thanks!
kghkuykjh Sunday, February 22, 2009 3:07 PM
Hi,
The answer is to use the MSI standard action "ForceReboot" to force reboot. Open the resulting MSI package withOrca and sequence the ForceReboot actionbetween InstallInitialize and InstallFinalize in the action sequence of the InstallExecuteSequence table.
The answer is to use the MSI standard action "ForceReboot" to force reboot. Open the resulting MSI package withOrca and sequence the ForceReboot actionbetween InstallInitialize and InstallFinalize in the action sequence of the InstallExecuteSequence table.