[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)
  Id=$(var.DeviceManager.TargetFileName)
  InstallCondition=[FOO]='ALL'/

Thanks,
Gregg
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users