I'm having a problem with Wix 3 and my shortcuts. After the install has
finished when I click my shortcut it starts the MSI First and then my App.
This never used to happen, what have I done?
 
<Component Id="MyComponent" Guid="0xxxxxxxxxxxxxxxxxxxxxxxxxxxx">
<File Id="MyEXE" Name="My.exe" Source="c:\My.exe" Vital="yes">
        <Shortcut Id="StartMenuMyApp" Name="MyApp" Icon="MyApp.exe" 
IconIndex="0"
Directory="ProgramMenuProductDir" WorkingDirectory="PRODUCTLOCATION"
Advertise="yes"/>
</File>
 
<Feature Id="Complete" Level="1">
       <MergeRef Id="CRT"/>
<ComponentRef Id="MyComponent"/>
</feature>
<!-- WIX UI -->
<Property Id="WIXUI_INSTALLDIR" Value="PRODUCTLOCATION"/>
<UIRef Id="WixUI_InstallDir"/>
<UIRef Id="WixUI_ErrorProgressText"/>

If I change advertise to no I get ICE Errors #43 & #57

Thanks for any help
-- 
View this message in context: 
http://www.nabble.com/Shortcut-problem-tp18407501p18407501.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to