Re: [WiX-users] Burn - Combined x86/x64 package

2012-04-29 Thread Neil Sleightholm
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - Combined x86/x64 package Nothing in the engine to do that so the BA would have to handle this case. Unfortunately, there is nothing in wixstdba to handle this case today. Seems like a bit of a gap given the way

Re: [WiX-users] Burn - Combined x86/x64 package

2012-04-29 Thread Rob Mensching
ndows Installer XML toolset. > Subject: Re: [WiX-users] Burn - Combined x86/x64 package > > Hello, > > If i don't missunderstood you, you can set a property with the correct > path before installation was triggered. > > e.g: > > > . >

Re: [WiX-users] Burn - Combined x86/x64 package

2012-04-24 Thread Neil Sleightholm
s.com] Sent: Dienstag, 24. April 2012 15:01 To: General toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] Burn - Combined x86/x64 package I have created a combined x86 and x64 package by setting the InstallCondition of my MsiPackages to "NOT VersionNT64" or "Versi

Re: [WiX-users] Burn - Combined x86/x64 package

2012-04-24 Thread Osanger, Martin
g, 24. April 2012 15:01 To: General toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] Burn - Combined x86/x64 package I have created a combined x86 and x64 package by setting the InstallCondition of my MsiPackages to "NOT VersionNT64" or "VersionNT64" respectiv

[WiX-users] Burn - Combined x86/x64 package

2012-04-24 Thread Neil Sleightholm
I have created a combined x86 and x64 package by setting the InstallCondition of my MsiPackages to "NOT VersionNT64" or "VersionNT64" respectively. This works ok but I can't see how to set the InstallFolder variable so that it is correct for the options dialog in the StdBA (I can set it correctl