Is there any idea about this ?

  • 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 add an "installer" class to your regular project, use the
afterinstall event and either present your reboot ui at that point or just
run your reboot code (NOT recommended). i gave an example in code of using
the installer class in reference to creating a pocket pc application
installer earlier last week. a little light scanning/searching will produce
wonderous results. ;^)

hth,

steve


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