Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Igor Maslov
Thanks a lot, It works now Igor M -- View this message in context: http://www.nabble.com/Setting-icons-to-shortcut%2C-works-with-exe-but-not-with-ico-tf3509122.html#a9821546 Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Igor Maslov
It works, Thank you, Igor Maslov wrote: > > Hello, > > I'm trying to do quite simple thing - set a shortcut to installed > executable. It works and if my icon is embedded in executable I can see > icon image displayed on the shortcut: > > This works fine: > > Source="C:\src\notepad.exe"

Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Arnette, Bill
See the last paragraph in the Icon Table documentation [1]: --- However, Icon files that are associated with shortcuts must be in the EXE binary format and must be named such that their extension matches the extension of the target. The shortcut will not work if this rule is not followed. For exa