Re: [WiX-users] Shortcut pointing toward product name

2007-03-27 Thread Wilson, Phil
, 2007 9:24 AM To: John Vottero; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut pointing toward product name Ahh, I see. It is pointed to the product name in order to check whether it's installed. (I knew this, just never was able to "connect the dots"!) My app

Re: [WiX-users] Shortcut pointing toward product name

2007-03-27 Thread Sawyer, Shane
John Vottero [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 10:16 AM To: Sawyer, Shane; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Shortcut pointing toward product name You're creating an advertized shortcut (Advertise="yes"). When you start an advertised

Re: [WiX-users] Shortcut pointing toward product name

2007-03-27 Thread John Vottero
details that need to change too. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sawyer, Shane Sent: Tuesday, March 27, 2007 12:02 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Shortcut pointing toward product name Sorry, I am using version 3. The spaces aren’t

Re: [WiX-users] Shortcut pointing toward product name

2007-03-27 Thread Sawyer, Shane
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sawyer, Shane Sent: Tuesday, March 27, 2007 11:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcut pointing toward product name I am trying to create a desktop shortcut, and its working except that the shorcut

Re: [WiX-users] Shortcut pointing toward product name

2007-03-27 Thread Richard.Foster
] [mailto:[EMAIL PROTECTED] On Behalf Of Sawyer, Shane Sent: Tuesday, March 27, 2007 11:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcut pointing toward product name I am trying to create a desktop shortcut, and its working except that the shorcut's target is the P

[WiX-users] Shortcut pointing toward product name

2007-03-27 Thread Sawyer, Shane
I am trying to create a desktop shortcut, and its working except that the shorcut's target is the Product Name. What am I missing? A google search told me to add the keypath attribute to the file, but it still doesn't work. Here is my wxs code... thanks