Something like this should work: <!-- To create a shortcut to an non-installed item it must be a property --> <Property Id="TUTORIAL" Value="http://www.tramontana.co.hu/wix" />
<!-- Create a shortcut to the WiX tutorial --> <Shortcut Id="WiXTutorial" Name="WiXTut" LongName="WiX Tutorial" Description="WiX Tutorial website" Directory="ResourcesGroup" Target="[TUTORIAL]" /> Neil -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erich Buhler Sent: 23 April 2007 14:47 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcut + hyperlink 2 Hi guys, Does anyone can provide me an example of creating a shortcut which opens IE7 with a set URL? I've tried the following line, but it doesn't work. <Shortcut Id="Shortcut8" Directory="BTFolderSDK" Name="More examples..." WorkingDirectory="Root" Target="http://xxx.com/Downloads/NET/tabid/122/Default.aspx" Arguments="http://sdk.bt.com/Downloads/NET/tabid/122/Default.aspx" /> Thanks, Erich. -- View this message in context: http://www.nabble.com/Shortcut-%2B--hyperlink-2-tf3631665.html#a10140566 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users