cdundee
07-11-2007, 07:49 PM
I have two files in the package one an .exe and another .rtf. I went to file properties of .exe and enabled the shortcut. The build works fine. But, If I go to file properties of .rtf and set enable its shortcut also along with .exe shortcut the build fails. I get the following error message:
D:\temp\testsufwi\setup\setup.wxs(63) : error LGHT0091 : Duplicate symbol 'Component:sufupscid_0001' found.
D:\temp\testsufwi\setup\setup.wxs(48) : error LGHT0092 : Location of symbol related to previous error.
Error 5001: light.exe returned 92
Deleting temporary files
Build FAILED! Error: 5001
Does anyone know why the build is failing when I enable two shortcuts for two different files using the file properties?
The build does not fail if I create the shortcut to .rtf from the shortcuts dialog and I create shortcut for .exe from file properties.
Thanks.
D:\temp\testsufwi\setup\setup.wxs(63) : error LGHT0091 : Duplicate symbol 'Component:sufupscid_0001' found.
D:\temp\testsufwi\setup\setup.wxs(48) : error LGHT0092 : Location of symbol related to previous error.
Error 5001: light.exe returned 92
Deleting temporary files
Build FAILED! Error: 5001
Does anyone know why the build is failing when I enable two shortcuts for two different files using the file properties?
The build does not fail if I create the shortcut to .rtf from the shortcuts dialog and I create shortcut for .exe from file properties.
Thanks.