Re: [WiX-users] Wix 3.5 Module GUID Deprecated

2010-09-24 Thread Christopher Painter
- Original Message From: John Fry To: General discussion for Windows Installer XML toolset. Sent: Fri, September 24, 2010 6:26:27 PM Subject: Re: [WiX-users] Wix 3.5 Module GUID Deprecated Thanks! I replaced the Package ID with the old Module GUID and deleted the Module GUID, and Wi

Re: [WiX-users] Wix 3.5 Module GUID Deprecated

2010-09-24 Thread John Fry
deserves > attention? E-Mail Me > > > > - Original Message > From: Christopher Painter > To: General discussion for Windows Installer XML toolset. > > Sent: Fri, September 24, 2010 5:53:28 PM > Subject: Re: [WiX-users] Wix 3.5 Module GUID Deprecated > > Yes,

Re: [WiX-users] Wix 3.5 Module GUID Deprecated

2010-09-24 Thread Christopher Painter
. Sent: Fri, September 24, 2010 5:53:28 PM Subject: Re: [WiX-users] Wix 3.5 Module GUID Deprecated Yes, what I was trying to say is  that WiX v3 uses the Module Id along with the Package Id to create the Module.GUID you see in the ModuleSignature table.   Just build your old, tweak it up and

Re: [WiX-users] Wix 3.5 Module GUID Deprecated

2010-09-24 Thread Christopher Painter
[WiX-users] Wix 3.5 Module GUID Deprecated Won't removing the module GUID change the module signature? If we have the following lines: then the ModuleID field in the ModuleSignature table ends up as: OurModuleName.OLD_MODULE_GUID If we remove the module GUID so it looks like: then th

Re: [WiX-users] Wix 3.5 Module GUID Deprecated

2010-09-24 Thread John Fry
- Original Message > From: John Fry > To: wix-users@lists.sourceforge.net > Sent: Fri, September 24, 2010 4:25:47 PM > Subject: [WiX-users] Wix 3.5 Module GUID Deprecated > > Hello, > > We’re upgrading our build system from Wix 2.0 to 3.5 and are now > getting the following

Re: [WiX-users] Wix 3.5 Module GUID Deprecated

2010-09-24 Thread Christopher Painter
opher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me - Original Message From: John Fry To: wix-users@lists.sourceforge.net Sent: Fri, September 24, 2010 4:25:47 PM Subject: [WiX-users] Wi

[WiX-users] Wix 3.5 Module GUID Deprecated

2010-09-24 Thread John Fry
Hello, We’re upgrading our build system from Wix 2.0 to 3.5 and are now getting the following warning: warning CNDL1088 : The Module/@Guid attribute is deprecated merge modules use their package code as the modularization guid. Use the Package/@Id attribute instead. We currently specify both a