That did it.

From: Levi Wilson [mailto:[EMAIL PROTECTED]
Sent: Monday, February 12, 2007 3:19 PM
To: Dan Hoeger
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] what determines the Icon that shows up in Add Remove 
Programs?

Set the ARPPRODUCTICON property to the name of your icon.  So you'd have

<Property Id="ARPPRODUCTICON" Value="myicon.ico" />

and later you'll have to include that icon:

<Icon Id="myicon.ico" SourceFile="c:\myicon.ico" />
On 2/12/07, Dan Hoeger <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote:

I'm trying to figure out how to get my install to use a particular Icon.  Most 
applications use a custom Icon but my installs all contain just the plain 
Windows Install default Icon.



How do I get it to use a specified Icon?



I don't see anything in the doc and couldn't find anything on msdn for this.



Thanks,



Dan

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net<mailto:WiX-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to