Re: [WiX-users] Possible MergeModule bug

2006-08-11 Thread Neil Sleightholm
k Cicerone [mailto:[EMAIL PROTECTED] Sent: 11 August 2006 18:16To: Neil Sleightholm; [EMAIL PROTECTED]; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Possible MergeModule bug I agree – there should be some way to catch this mistake.  Before you added the dummy directory

Re: [WiX-users] Possible MergeModule bug

2006-08-11 Thread Derek Cicerone
.   Neil     From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 18:01 To: Neil Sleightholm; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Possible MergeModule bug Standard directories are a little bit different.  The way they work is you add a GUID to them everywhere

Re: [WiX-users] Possible MergeModule bug

2006-08-11 Thread Neil Sleightholm
Mensching [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 18:01To: Neil Sleightholm; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Possible MergeModule bug Standard directories are a little bit different.  The way they work is you add a GUID to them everywhere.  You

Re: [WiX-users] Possible MergeModule bug

2006-08-10 Thread Derek Cicerone
Sleightholm [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 10:10 AM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Possible MergeModule bug   My mistake, when I checked again it does resolve to an empty string. So this sounds like a bug to me.   Neil

Re: [WiX-users] Possible MergeModule bug

2006-08-10 Thread Neil Sleightholm
: Neil Sleightholm [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 1:17 PMTo: [EMAIL PROTECTED]; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Possible MergeModule bug   I'm not sure I am making sense, the problem is that the Value part of the registry i

Re: [WiX-users] Possible MergeModule bug

2006-08-10 Thread Rob Mensching
Sleightholm Sent: Wednesday, August 09, 2006 12:28 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Possible MergeModule bug   I think we have found a bug in WiX (both 2 and 3) concerning the "modularization" of various field values when making a merge module. As we und

Re: [WiX-users] Possible MergeModule bug

2006-08-09 Thread Derek Cicerone
:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 1:17 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Possible MergeModule bug   I'm not sure I am making sense, the problem is that the Value part of the registry is set to [WindowsFolder.moduleguid]

Re: [WiX-users] Possible MergeModule bug

2006-08-09 Thread Neil Sleightholm
lto:[EMAIL PROTECTED] Sent: 09 August 2006 21:02To: Neil Sleightholm; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Possible MergeModule bug Sorry, I missed that part.  It sounds like everything is working from your description.  What leads you to believe the modular

Re: [WiX-users] Possible MergeModule bug

2006-08-09 Thread Derek Cicerone
:58 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Possible MergeModule bug   Derek   I'm not sure I fully understand the question beyond what I wrote "In this example [WindowsFolder] ended up as [WindowsFolder.moduleguid]." Is that what y

Re: [WiX-users] Possible MergeModule bug

2006-08-09 Thread Neil Sleightholm
20:48To: Neil Sleightholm; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Possible MergeModule bug The modulararization is correct.  Please see http://windowssdk.msdn.microsoft.com/en-us/library/ms700896.aspx   In your final msm file, does the [WindowsFolder] value in the

Re: [WiX-users] Possible MergeModule bug

2006-08-09 Thread Derek Cicerone
] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm Sent: Wednesday, August 09, 2006 12:28 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Possible MergeModule bug   I think we have found a bug in WiX (both 2 and 3) concerning the "modularization" of various field v

[WiX-users] Possible MergeModule bug

2006-08-09 Thread Neil Sleightholm
I think we have found a bug in WiX (both 2 and 3) concerning the "modularization" of various field values when making a merge module. As we understand it "modularization" means appending the module GUID to things like component names to make them unique when actually merged into an MSI. The W