My .wxs file contains the following line:
  <Property Id="ARPPRODUCTICON" Value='.\resources\MyApp.ico' />

which is supposed to set the icon seen in add/remove program, but I only
see the default icon for my application.

Are there requirements on MyApp.ico for it to be used in add/remove
program? 


Currently I use an ImageMagick tool to convert it from a tiff to a ico.
convert "MyApp.tiff" -format "ICON" "MyApp.ico"
 
Another ImageMagick tool shows the icon file details.
MyApp.ico ICO 32x32 32x32+0+0 DirectClass 8-bit 4.18555kb


I imagine if the icon could not be found candle would die, but it does
not.


NOTICE: This email may contain confidential information.  Please see 
http://www.meyersound.com/confidential/ for our complete policy.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to