Frank Hsueh wrote:

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

MSI shortcuts must point to a file or a directory (or be to an advertised feature). You need to write a .url file and create a shortcut to that file. You can use IniFile to create the .url file using Section="InternetShortcut" and Key="URL".
-- 
sig://boB
http://bobs.org


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