Re: [WiX-users] Files with the same name

2010-05-13 Thread Pally Sandher
sclaimer -Original Message- From: Kurt Jensen [mailto:kurt.jen...@ophir-spiricon.com] Sent: 12 May 2010 20:33 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Files with the same name Thanks Will - I was confusing Id and Name and Source. Thanks Chad - You

Re: [WiX-users] Files with the same name

2010-05-12 Thread Kurt Jensen
esday, May 12, 2010 11:41 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Files with the same name Kurt - I have several files in one (huge) installer called web.config. Each is a completely different file internally and each in their own Directory and Component

Re: [WiX-users] Files with the same name

2010-05-12 Thread Chad Petersen
Kurt - I have several files in one (huge) installer called web.config. Each is a completely different file internally and each in their own Directory and Component with unique GUID. What's the error message you are getting? What version of WiX? I think I've read on here that you can't write one in

Re: [WiX-users] Files with the same name

2010-05-12 Thread Will Sullivan
I'm doing this; I have one version that gets gac'd and one version that goes in a program files directory. I got errors at first, but then I realized it was duplicate File Ids. The file names could be the same, but the ids had to be different. Here's a snippet: