Consider using ProgramFiles6432Folder to initialize the burn variable.
http://wixtoolset.org/documentation/manual/v3/bundle/bundle_built_in_variables.html

When the chain needs to install both 32 bit apps and 64 bit drivers on a 64
bit system then I define two burn variables InstallFolder and
InstallFolder64, initialized appropriately and passed to the packages which
need the 64 bit path.  But that does not sound like what you need.

Also use the Overridable="yes" attribute on the Variable element to allow
your BA to modify that path, or a user to pass in that variable on the
command line (depending on you ba implementation).  You can also use the
Persist attribute to have burn persist the value, but you may prefer to
implement a remember property pattern in the msi.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-setting-InstallFolder-depending-32-64-bit-tp7594661p7594665.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to