Re: [WiX-users] using a Variable for Plaform setting causes undesired build warning

2008-09-09 Thread Jason Ginchereau
: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] using a Variable for Plaform setting causes undesired build warning Thanks and just to confirm that when doing this you no longer need the element Platform attribute setting, i.e. is all you need

Re: [WiX-users] using a Variable for Plaform setting causes undesired build warning

2008-09-09 Thread Robert O'Brien
:25 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] using a Variable for Plaform setting causes undesired build warning >> adding a new solution platform type = "x64" Yes, that is the recommended approach. Use the VS Configuration Manager too

Re: [WiX-users] using a Variable for Plaform setting causes undesired build warning

2008-09-08 Thread Jason Ginchereau
>> adding a new solution platform type = "x64" Yes, that is the recommended approach. Use the VS Configuration Manager tool to add an x64 platform to the project, and optionally an x64 solution platform. When using that method, if you need to check the current platform within the WiX source code