I right-click on the project file, and 'unload' the project, then edit the
project and add InstallerPlatform as follows (to each Property Group
Condition= 'test for configuration'

  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64'
">
  .......
    <InstallerPlatform>x64</InstallerPlatform>
 ......
  </PropertyGroup>

  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86'
">
  .......
    <InstallerPlatform>x86</InstallerPlatform>
 ......
  </PropertyGroup>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Component-GUID-rules-clarification-tp7593971p7593977.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to