Adding the rebooting code to the setup project !  
Author Message
TheMath





PostPosted: Thu Oct 23 14:43:12 CDT 2003 Top

Visual Basic [VB] >> Adding the rebooting code to the setup project ! Hi EveryBody:

Is there any way to add the rebooting code to the user interface of the setup project in VB.net ? if the answer is yes,how can I do it ?

but if the answer is no, Is there any way to add dialog that I made by myself which consist of the rebooting code to the user inteface of the setup project ? if the answer is yes, how can I do it ?

But if the answer is now, Is there any way to let my setup project rebooting after the installation is done?

any help will be appreciated.

al-ahmadi

Visual Studio36  
 
 
nobody





PostPosted: Thu Oct 23 14:43:12 CDT 2003 Top

Visual Basic [VB] >> Adding the rebooting code to the setup project ! You can use the "custom action" page of the deploy project to do this.
Just write a small app to pop up a dialog for rebooting, add this to the
setup project, and call this in the Commit group of custom actions.

Thanks