Re: [WiX-users] Patching bundle with MSP

2014-11-21 Thread roberthyang
That worked great. For future reference of folks who are perusing the archives, the SP1 RelatedBundle points back to the original bundle's upgrade code, and has a new guid as its upgrade code. I also learned that problems result if the SP1 bundle is built with 3.9 (the original bundle is built wi

Re: [WiX-users] Patching bundle with MSP

2014-11-20 Thread Rob Mensching
You want the OptionalUpdateRegistration element: http://wixtoolset.org/documentation/manual/v3/xsd/wix/optionalupdateregistration.html _ Short replies here. Complete answers over there: http://www.firegiant.com/

[WiX-users] Patching bundle with MSP

2014-11-20 Thread roberthyang
Hi all -- things have gone well with our product and Wix 3.8. We are using the stdba and now I'm working on service pack 1, using torch/pyro/etc. via a .msp file. When I create a bundle to install the .msp, a new entry is put into the ARP. Let's say the original bundle is called "My App". The n