Adding the rebooting code to the setup project !

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top