[WiX-users] How to use the InstallCondition on a MsiPackage

2011-02-16 Thread Gregg Swanson
How do I use the InstallCondition on a MsiPackage? I would like to install this MSI package of the property FOO is set to ALL. MsiPackage SourceFile=$(var.DeviceManager.TargetPath) Name=$(var.DeviceManager.TargetFileName)

Re: [WiX-users] How to use the InstallCondition on a MsiPackage

2011-02-16 Thread Bob Arnson
On 16-Feb-11 13:35, Gregg Swanson wrote: How do I use the InstallCondition on a MsiPackage? Burn expressions support the same syntax as MSI, so you'd use FOO = ALL -- sig://boB http://joyofsetup.com/ -- The ultimate