This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- msiexec /norestart did not work
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 02, 2008
04:12 PM
msiexec /norestart did not work
I create a msi basic project by InstallShield2008. I added some custom action s to control reboot, just by set property REBOOT.
The problem is when I install by command "msiexec ...... /norestart". It is still restart after install finished.
I got for official document that parameter /norestart just like set REBOOT to ReallySuppress. Maybe in my relative custom action, it overwrite the setting of msiexec made.
I think if there is a way to get the parameters of msiexec, will really help. Or maybe it should have some other smart solutions.
Anyone has idea about this? Thanks!
The problem is when I install by command "msiexec ...... /norestart". It is still restart after install finished.
I got for official document that parameter /norestart just like set REBOOT to ReallySuppress. Maybe in my relative custom action, it overwrite the setting of msiexec made.
I think if there is a way to get the parameters of msiexec, will really help. Or maybe it should have some other smart solutions.
Anyone has idea about this? Thanks!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 02, 2008
05:25 PM
Does creating an MSI log file help with what triggers the reboot?