Ryan Markel wrote:
> The problem is that if I try to run the generated msp as suggested:
>
> msiexec /p patch/patch.msp
>
> Windows Installer simply brings up the maintenance dialog for the currently 
> installed version, instead of patching it. Is there something totally obvious 
> that I'm missing here? 

A patch applies to the existing product so if that product has UI, it's 
going to trigger when patching, unless you suppress it. To do so, use a 
variation on the /qb switch (or other UI level switches). That 
suppresses the full UI authored in your product.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to