Re: [WiX-users] Same file name different locations

2010-06-22 Thread mbulli135
Ahh, thank you! I'll use heat do generate my files :) -Ursprüngliche Mitteilung- Von: Yan Sklyarenko An: General discussion for Windows Installer XML toolset. Verschickt: Di., 22. Jun. 2010, 16:55 Thema: Re: [WiX-users] Same file name different locations If yo

Re: [WiX-users] Same file name different locations

2010-06-22 Thread Yan Sklyarenko
If you use Heat.exe to harvest your source files, the File/@Id will be generated automatically. -- Yan -Original Message- From: mbulli...@aol.com [mailto:mbulli...@aol.com] Sent: Tuesday, 22 June, 2010 14:33 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Same file name

Re: [WiX-users] Same file name different locations

2010-06-22 Thread Chad Petersen
y, June 22, 2010 4:55 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Same file name different locations I already read that... Do you mean that theres no other way doing this? -Ursprüngliche Mitteilung- Von: Pally Sandher An: General discussion for Windows Ins

Re: [WiX-users] Same file name different locations

2010-06-22 Thread mbulli135
I already read that... Do you mean that theres no other way doing this? -Ursprüngliche Mitteilung- Von: Pally Sandher An: General discussion for Windows Installer XML toolset. Verschickt: Di., 22. Jun. 2010, 13:45 Thema: Re: [WiX-users] Same file name different locations

Re: [WiX-users] Same file name different locations

2010-06-22 Thread Pally Sandher
sers] Same file name different locations Hello list, following XML throws this error while linking: error LGHT0091: Duplicate symbol 'File:FileA' found. I can solve the problem if I set for every File ele

[WiX-users] Same file name different locations

2010-06-22 Thread mbulli135
Hello list, following XML throws this error while linking: error LGHT0091: Duplicate symbol 'File:FileA' found. I can solve the problem if I set for every File element an unique ID, but in our program at work