Thanks for the reply,
Using the WiX schema you had provided, <Shortcut> will need a Name:
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory Id="MYAPPLICATIONFOLDER" Name="MyProduct">
<Component Id="MyShortcutComponent" >
<Shortcut Id="MyShortcut"
Directory="MyProductShortcutFolder"
WorkingDirectory="MYAPPLICATIONFOLDER"
Name="MyShortcutName"
/>
</Component>
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder" ...>
<Directory Id="MyProductShortcutFolder" ... />
</Directory>
</Directory>
And using a shortcut name of "MyShortcutName"
The program menu will be:
All Programs >> MyProduct >> MyShortcutName
Instead of what I am trying to get is:
All Programs >> MyProduct
What is it I am misunderstanding?
-----
Thanks
Jeff in Seattle
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Program-Menu-Target-shortcut-is-a-Directory-tp4966880p4971809.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users