Hi-
The install I?m creating needs to create a start menu shortcut to a
program in a fixed location on a network mapped drive. I?ve done a bunch
of searching but couldn?t find anything that helped. I may be missing
something obvious but I can?t seem to get the shortcut created!
Here?s the relevant part of the wix file:
<Directory Id="ProgramMenuFolder" Name="PMenu" LongName="Programs">
<Directory Id='PMDir' Name='Comp' LongName='CompanyName'>
<Directory Id="ProgramMenuDir" Name='SampSys' LongName="Sample
System" />
</Directory>
</Directory>
<Component Id='Shortcuts'
Guid='F43D0A76-E587-449c-944F-D4D2993A05F7'>
<File Id='Manual' Name='Docs.chm'
LongName='Sample.Documentation.chm' DiskId='1'
Source='Sample.Documentation.chm'>
<Shortcut Id="startmenuManual" Directory="ProgramMenuDir"
Name="Docs" LongName="Sample Documentation" />
</File>
<Shortcut Id="startmenuApp1" Directory="ProgramMenuDir"
Name="App1" LongName="Sample Application 1"
Target="V:\Folder\App\App1.exe"/>
</Component>
When I install that component, the ?Sample Documentation? shortcuts get
created, but the ?Sample Application 1? doesn?t.
Thanks for any help.
-Michael O. Schoneman
-------------------------------------------------------------------------
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