Re: [WiX-users] Shortcut/@Icon referencing fails

2008-12-23 Thread Scott Sam
I think that you need a in there somewhere. Also the icon file has to have the same extension as the file the shortcut is for. So it has to be an exe file in this case. -Original Message- From: Bob Lim [mailto:cbasic...@yahoo.com.sg] Sent: Tuesday, December 23, 2008 5:35 AM To: wix-user

Re: [WiX-users] Shortcut icon

2008-02-29 Thread Rob Mensching
If you advertise your shortcut, you need to specify the icon via the Icon attribute. puyo puy wrote: > Hi Guys, > > I'm new to use WIX to create MSI. I want to create a pdf file > shortcut in start menu. But it won't pick up the pdf icon from > system. Any suggestion how to fix this problem?