Dear All,

I have been using WiX 2 for a while and managed to create my MSI files with
it. I had to change into WiX-3 a while ago to benefit from a feature which
did not exist in wix-2.

Now, when I use light, there are some errors and warnings. The warning is
about the type of icons which are used for shortcuts:



    <Shortcut IconIndex='0' Name='my program' WorkingDirectory='INSTALLDIR'
Show='normal' Directory='ProgramMenuDir' Advertise='yes' Id='shortcut1'
Icon='icon1'>

    <Icon Id='icon1'  SourceFile='C:\InstallFiles\Images\file1.exe' />



I receive this warning:

    Warning LGHT1076 : ICE50: The extension of Icon 'icon1' for Shortcut 
shortcut1' is not "exe" or "ico". The Icon will not be displayed correctly.



Although, if I install the generated MSI file, the Shortcuts are not
displayed. These shortcut files worked fine with Wix-2.

Does anybody know how to correct this?

I'd be thankfull so much,

Thank you,

Riyaz

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to