Nick Hennemann wrote:

No matter how I run the patch I get taken to the "repair" or "remove" dialog. However the msiexec log show that it being recognized as a patch and if I select the "repair" option it does indeed apply the changed (updated) files to the target system.

It's expected if the patch has UI (which it would if your original packages have UI).

These patches are something that will most likely be downloaded by our customer base and applied by our customers. Can these patches be installed in a "quiet mode"? Possibly using a bootstrapper to help determine if the patch has completed?


Absolutely. Generally, patches aren't downloaded/installed as "naked" .msp files. Instead, there's an .exe wrapper that uses the */qb *or */qn *switches to suppress the .msp UI. Take a look at the MsiApplyPatch function.

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to