Now that I'm past all my ICE errors I'm on to trying some new things. Never was happy with the old Desktop shortcuts, so I want to use the new InternetShortcut element. Here's what I'm trying to do.
<util:InternetShortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="Product" Type="url" Target="[TARGET1]" /> TARGET1 is coming from a Custom Action like this. <CustomAction Id="TARGETURL1" Property="TARGET1" Value="http://[WEBSERVER_NAME]:[PORT_NUMBER]/Product" /> <Custom Action="TARGETURL1" Before="CreateShortcuts" /> My verbose log file shows this. MSI (s) (2C:50) [11:56:03:265]: Doing action: TARGET1 Action 11:56:03: TARGET1. Action start 11:56:03: TARGET1. MSI (s) (2C:50) [11:56:03:265]: PROPERTY CHANGE: Adding TARGET1 property. Its value is 'http://CYP-VMLAB502:80/Product'. Action ended 11:56:03: TARGET1. Return value 1. MSI (s) (2C:50) [11:56:03:265]: Doing action: CreateShortcuts Action 11:56:03: CreateShortcuts. Creating shortcuts Action start 11:56:03: CreateShortcuts. Action ended 11:56:03: CreateShortcuts. Return value 1. MSI (s) (2C:50) [11:56:03:281]: Doing action: WixRollbackInternetShortcuts Action 11:56:03: WixRollbackInternetShortcuts. Action start 11:56:03: WixRollbackInternetShortcuts. WixRollbackInternetShortcuts: Action ended 11:56:03: WixRollbackInternetShortcuts. Return value 1. MSI (s) (2C:50) [11:56:03:281]: Doing action: WixCreateInternetShortcuts Action 11:56:03: WixCreateInternetShortcuts. Action start 11:56:03: WixCreateInternetShortcuts. WixCreateInternetShortcuts: Action ended 11:56:03: WixCreateInternetShortcuts. Return value 1. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users