I think you need something like this:
 
    <!-- To create a shortcut to an non-installed item it must be a property -->
    <Property Id="TOOLDOC" Value="http://server/path/file.html" />
    <Shortcut Id="ToolDocShortcut" Directory="ToolMenuDir" LongName="Tool Documentation" Name="ToolDoc" Target="[TOOLDOC]" />
Neil


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Hsueh
Sent: 18 September 2006 21:58
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Shortcut to a URL target?

WIX-Users,

 

I have a shortcut which isn’t generating anything in where I expect it to be:

 

<Shortcut Id="ToolDocShortcut" Directory="ToolMenuDir" LongName="Tool Documentation" Name="ToolDoc" Target="http://server/path/file.html" />

 

I’m using WIX v 2.0.4117.0, if that helps.  Is there anything I’m doing wrong?

 

--

Frank Hsueh | [EMAIL PROTECTED]

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to