On Fri, 2010-02-26 at 10:47 +0530, Lisa Gracias wrote:
> On Fri, Feb 26, 2010 at 5:26 AM, jo...@msli.com <jo...@msli.com> wrote:
> 
> > My .wxs file contains the following line:
> >  <Property Id="ARPPRODUCTICON" Value='.\resources\MyApp.ico' />
> >
> 
> 
> You need to set the path to the icon inside an <Icon> element and give it a
> unique id. Then use the icon id inside your property tag.
>     <Icon Id='MyApp.ico' SourceFile=".\resources\MyApp.ico"/>
>     <Property Id="ARPPRODUCTICON" Value="MyApp.ico" />

That worked!  Thank you!

In several places I get away with just using a path without creating a
special element and id.  I did come across what you propose in searching
for help, but I guessed the <Icon> element was not significant to make
this work.  I was wrong.


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