How can I do this please?

  • 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
 
Hi,

I am not sure here, but you may try to investigate the MSI tables and global
installer variables instead. I remember I have read something that there's a
global variable or a column in some MSI table indicating whether a reboot is
required after the install is complete. I think you should re-post your
question in one of the Windows Installer newsgroups.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Husam said:
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?
 
Back
Top