Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Platformsdk MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 04-29-2010, 09:01 PM   #1 (permalink)
axu
Guest
 
Posts: n/a
Default Cannot suppress system reboot when uninstall a msi package

I am trying to install/uninstall a msi package from command line by using
msiexec.

The msi package is generated by InstallShield program from 3rd party merge
modules.

I have no problem install the package. However, I cannot seem to suppress
the reboot duirng the uninstallation.

There is the command I use for uninstallation:

Msiexec /uninstall C:\64bitMsi.msi /qn REBOOT=ReallySuppress

Thank you very much,

  Reply With Quote
Old 05-05-2010, 10:01 PM   #2 (permalink)
Stephen Connolly
Guest
 
Posts: n/a
Default Re: Cannot suppress system reboot when uninstall a msi package

REBOOT=R ought to suppress any reboots instigated by the intrinsic
ForceReboot or ScheduleReboot actions that occur during the install.
However if your install contains any custom actions that trigger a
reboot they will not be covered by this. What is the return code from
your call to msiexec.exe? And what do you see in the log - you will
need to switch logging on by adding the /l*v c:\temp\msilog.txt or
somesuch to your command line.
  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:27 PM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com