Newbie,,,,,how to force a reboot (MSI Packages)

B

barabba

Hi guys,

I repackaged a legacy application and noticed that only works fine
after a reboot is executed. I would like to include this functionality
in my package but I don't know how to do this. It seems that I should
edit a property, but I haven't understood if it is an existing
property (which table includes this property then ?) or I should make
a new one.

I'm using Wise for Windows Installer (ver. 4).

Thanks for the info.

Bar
 
C

Carolyn Napier [MSFT]

There are a couple of different methods depending upon the requirements of the
setup (can the reboot wait until the end?, must it happen at a certain point?,
etc.). This is primarily accomplished by authoring one of the MSI standard
actions in the InstallExecuteSequence table or setting a specific Installer
property in the Property table of the package. You should also make sure that
you condition the reboot appropriately so that it only happens when required (do
you want a reboot to happen on uninstall as well, or repair?)

The following documentation should provide more information on how to accomplish
this:
(-) <
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/system_reboots.asp >
(-) <
http://msdn.microsoft.com/library/d...us/msi/setup/conditional_statement_syntax.asp >

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top