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

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