Hi,
I'm a WiX noob, and I'm trying to setup a component that will install all
the shortcuts for an application, so far I've setup my directories and the
component as follows;
.
<Directory Id="ProgramMenuFolder" Name="Start menu">
<Directory Id="FrameworkMenu" Name="Application Framework">
<Directory Id="SamplesMenu" Name="Samples" />
<Component Id="StartMenuShortcuts"
Guid="67C5EEDB-1C8C-4767-9240-91E0E98C32CC">
<RemoveFolder Id="DelSamplesMenu" On="uninstall"
Directory="SamplesMenu"/>
<RemoveFolder Id="DelFrameworkMenu" On="uninstall"
Directory="FrameworkMenu"/>
<Shortcut Id="HelpShortCut"
Target="![FrameworkDocumentation]"
Directory="FrameworkMenu"
Name="Framework Documentation"
WorkingDirectory="INSTALLDIR" Icon="help.ico"/>
</Component>
</Directory>
</Directory>
.
However, when I build this now, I get the following errors;
Error 1 ICE38: Component StartMenuShortcuts installs to user
profile. It must use a registry key under HKCU as its KeyPath, not a file.
Error 2 ICE43: Component StartMenuShortcuts has non-advertised
shortcuts. It should use a registry key under HKCU as its KeyPath, not a
file.
I really don't understand this message, can anyone tell me what am I doing
wrong ?
Thanks in advance,
Tony
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users