Re: [WiX-users] Remove Guid from Property Id in Merge Module.

2007-06-21 Thread Robert.Priest
Thanks Richard, works. Robert. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 8:14 AM To: Robert Priest; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Remove Guid from Property Id in Merge Module. I believe the element

Re: [WiX-users] Remove Guid from Property Id in Merge Module.

2007-06-21 Thread Richard.Foster
] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 5:33 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove Guid from Property Id in Merge Module. Hi Pierson, Here is a sample. It creates a merge module that contains

Re: [WiX-users] Remove Guid from Property Id in Merge Module.

2007-06-20 Thread Mike Dimmick
The process of appending GUIDs to properties, component IDs, etc when building a merge module is known as Modularization. To stop WiX doing it for a particular property, set Property/@SuppressModularization='yes'. Modularization is done to reduce the possibility of name clashes between different m

Re: [WiX-users] Remove Guid from Property Id in Merge Module.

2007-06-20 Thread Pierson Lee (Volt)
ECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 2:33 PM To: Pierson Lee (Volt); wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Remove Guid from Property Id in Merge Module. Hi Pierson, Here is a sample. It creates a merge module that contains notepad.exe. If you need it,

Re: [WiX-users] Remove Guid from Property Id in Merge Module.

2007-06-20 Thread Robert.Priest
ginal Message- From: Pierson Lee (Volt) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 5:01 PM To: Robert Priest; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Remove Guid from Property Id in Merge Module. Do you have any source I can look at? I can't seem to dupl

Re: [WiX-users] Remove Guid from Property Id in Merge Module.

2007-06-20 Thread Pierson Lee (Volt)
Do you have any source I can look at? I can't seem to duplicate this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 1:27 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Remove Guid from Propert