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
Standard directories are a little bit different.  The way they work is you add a GUID to them everywhere.  You also need to make sure the WindowsFolder is listed in your Directory table for your Merge Module (which I think is probably the root of your bug).  Then, during the merge process m

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
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 Registry entry also get modularized?  If not, that could be a bug.   Derek   From: [EMAIL PROTECTED] [mailt