Title: Suppressing Reboot
Dane Anderson wrote:

The problem is, the install is being

done under SMS (outside my control) unattended. Im told that the dialog box hangs the

install (which I would expect) and causes SMS to fail the install.


SMS usually uses a no-UI install mode, in which MSI doesn't show any UI. Can you reproduce the problem if you use a command line like:

msiexec /l*v logfile.log /qn /i package.msi

If so, look for any custom actions that might show UI incorrectly (based on the UI level).


any part of it are running at install time, I get that reboot dialog. Is there something

else Im missing? I do NOT have any forced or scheduled reboot elements, so I know

theyre not doing it, and I ONLY get the dialog if some part is running.

Any suggestions?


Check a verbose log. MSI logs property values (e.g., REBOOT) and when reboots are triggered.

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to