I am trying to create a desktop shortcut, and its working except that the
shorcut's target is the Product Name. What am I missing? A google search
told me to add the keypath attribute to the file, but it still doesn't work.
Here is my wxs code... thanks
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="COMPANYDIR" Name="Nelnet">
<Directory Id="APPLICATIONFOLDER" Name="Navigator" >
<Component Id="MainExecutable"
Guid="{2539F193-BAD7-4fe0-A2C0-D5027EB5BAB4}">
<File Id=" Ice.Client.Navigator.exe" Name="
Ice.Client.Navigator.exe" DiskId="1" Source="C:\Builds\ICE\QA\Intelligent
Customer Engagement\Ice.Client.Navigator.exe" Vital="yes" KeyPath="yes">
<Shortcut Id="DesktopShortcut"
Directory="DesktopFolder" Name="Navigator" Advertise="yes" Icon="Icon.ico"
WorkingDirectory="APPLICATIONFOLDER" />
</File>
</Component>
</Directory>
</Directory>
</Directory>
<Directory Id="DesktopFolder" Name="." SourceName="Desktop" />
</Directory>
<Feature Id="MainExecFeature" Title="Navigator Executable"
Level="1">
<ComponentRef Id="MainExecutable" />
</Feature>
<Property Id="ApplicationFolderName" Value="Navigator" />
<Property Id="ALLUSERS">1</Property>
<Icon Id="Icon.ico"
SourceFile="C:\Builds\ICE\Install\Navigator\icon.ico" />
-----------------------------------------
------------------------------------------------------------
The information contained in this message is confidential
proprietary property of Nelnet, Inc. and its affiliated
companies (Nelnet) and is intended for the recipient only.
Any reproduction, forwarding, or copying without the express
permission of Nelnet is strictly prohibited. If you have
received this communication in error, please notify us
immediately by replying to this e-mail.
------------------------------------------------------------
-------------------------------------------------------------------------
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