Re: [WiX-users] Patching Base Versions

2010-06-01 Thread Blair
or Windows Installer XML toolset. Subject: Re: [WiX-users] Patching Base Versions Here is one example where you can try insert additional targets (bases) http://schemas.microsoft.com/wix/2006/wi";> http://www.myco.com"; Classificatio

Re: [WiX-users] Patching Base Versions

2010-06-01 Thread Tony Juricic
Here is one example where you can try insert additional targets (bases) http://schemas.microsoft.com/wix/2006/wi";> http://www.myco.com"; Classification="$(var.CLASSIFICATION)" AllowRemoval="yes" OptimizedInstallMode="yes"

Re: [WiX-users] Patching Base Versions

2010-06-01 Thread Tony Juricic
I always use just one base but multiple bases (i.e. targets) are possible from what I understand from the documentation. I avoid them because that increases the size of the patch (differences from both bases must be stored in a patch) but it should work if you declare two targets. -Original