Hi,

I have found the article in the WiX chm file about setting my product icon:

<Icon Id="icon.ico" SourceFile="MySourceFiles\icon.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />

I've changed this slightly, and instead of an icon file I specifiy my main
executable (which contains the product icon). It works fine, except for the
"Programs and Features" list on Windows 7. Everywhere else my icon shows up
fine.

I tried to change it back to a real ico file just to make sure that its not
the exe that is causing the problem, and the result is the same. My ico
file shows up everywhere nicely, except for Programs and Features on Win7.

I have noticed that a couple of other installations suffer the same problem
- an installation is missing an icon on Win7, while the same install does
have an icon on other OSs.

Is this a known issue? How do I set the icon on Win7?

Peter
------------------------------------------------------------------------------
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