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 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

[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

Re: [WiX-users] votive and iisextension

2007-03-19 Thread Sawyer, Shane
March 17, 2007 10:48 AM To: Sawyer, Shane Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] votive and iisextension Sawyer, Shane wrote: Does Votive support building a wxs file with the iisextension? I am getting an error: The Component element contains an unhandled

[WiX-users] votive and iisextension

2007-03-15 Thread Sawyer, Shane
Does Votive support building a wxs file with the iisextension? I am getting an error: The Component element contains an unhandled extension element 'iis:WebVirtualDir'. Please ensure that the extension for elements in the 'http://schemas.microsoft.com/wix/IIsExtension' namespace has been provide

[WiX-users] WIX MSBuild task

2007-03-14 Thread Sawyer, Shane
Is there a WIX MSBuild task? I have the Wix target file and assembly (version 2), however the only example I can find imports the wix target file and immediately builds, and doesn't do anything else I have specified in my build script. Is there a WIX task I can call from within an MSBuild target?