I'm trying to install a shortcut for a .chm file.  I've read else where 
I need to create a resource dll and embed the icon.   I've embedded an 
icon in a C++ MSI dll however am still unable to get the correct icon to 
display.  Here's my XML:

<Component Id='cbsmchm' Guid='4C4A5AC7-7534-44e0-9EF1-B8536FEBD3A4'>
<File Id='cbsm.chm' Name='cbsm.chm' Source='..\bin\cbsm.chm' 
KeyPath='yes' />
<Shortcut Id="documentationShortcut" Directory="ProgramMenuDir" 
Name="Documentation" Icon="cbsmicon.chm" IconIndex="0" 
WorkingDirectory='INSTALLDIR'  Advertise="yes" />
</Component>


<Icon Id="cbsmicon.chm" SourceFile="..\..\CBMSILib2\bin\CBMSI2.dll" />

I'm sure this is really simple.  Any help would be appreciated.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to