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

Re: [WiX-users] Component GUID rules

2010-03-10 Thread Bob Arnson
On 3/10/2010 10:34 AM, Oleksandr Y. Nechyporenko wrote: > If I will use Component/@Guid="*", it will produce different GUIDs for > components even inside same product after the each MSI rebuild. No, it generates stable IDs. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Component GUID rules

2010-03-10 Thread Oleksandr Y. Nechyporenko
ssage- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Wednesday, March 10, 2010 4:25 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component GUID rules On 3/9/2010 11:14 AM, Oleksandr Y. Nechyporenko wrote: > will be better to generate new GUIDs for components in different

Re: [WiX-users] Component GUID rules

2010-03-10 Thread Bob Arnson
On 3/9/2010 11:14 AM, Oleksandr Y. Nechyporenko wrote: > will be better to generate new GUIDs for components in different products, > but it is a little difficult to generate different GUIDs for each component. > Use Component/@Guid="*" (or omit it in recent WiX v3.5 builds) to have WiX genera

[WiX-users] Component GUID rules

2010-03-09 Thread Oleksandr Y. Nechyporenko
I have additional question. As I've specified in one of my previous posts, we have two versions of our product (Desktop and Enterprise). Both versions can be installed on the same computer on the same time but in __different folders__. There is a set of files that should be included to both install