Re: [WiX-users] Component GUID rules clarification

2014-04-07 Thread Phill Hogland
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' ... x64 .. ... x86 .. -- View this message in context: http://windows-

Re: [WiX-users] Component GUID rules clarification

2014-04-07 Thread Jerome
Do we need to edit the project file manually to set InstallerPlatform property ? I don't see visual studio 2012 saving the settings when I add a new platform target in the build settings for the wix project. On Mon, Apr 7, 2014 at 4:04 PM, Phill Hogland wrote: > I used the information from th

Re: [WiX-users] Component GUID rules clarification

2014-04-07 Thread Phill Hogland
I used the information from the following link to configure a project to build either a 32 bit or 64 bit installer. http://alekdavis.blogspot.com/2011/05/build-32-and-64-bit-installers-using.html My projects are for drivers and I need to install the full driver tree regardless of which platform is

[WiX-users] Component GUID rules clarification

2014-04-07 Thread jero2rome
I have to create seperate installer's for 32bit and 64bit platform since my app and third party libraries are different for each platform. But, there are many common files compiled as target any cpu. I should have different GUID's for components of each platform installer ? Or I can use the same G