[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Using embedded icons from exe in .Net installer project

Dave Mathew

3/19/2007 6:33:00 PM

I'm working on an installer for a C# project in which I have icons
added to it's resource file and a default program icon set. I'd like
to use the regular program icon for the shortcuts and add/remove
programs icon, but I want to use an additional icon to associate with
the file type for this program. When trying to select icons out of the
"primary output" for my app only the app's icon shows up (the other
additional icon is not listed as a choice). I've spend some time
trying to figure this out and searched the web and can only seem to
find this question with no answers posted... Does anyone know of a
solution for this other than including the icon as an extra file in my
installer? Any help would be greatly appreciated. Thanks!

1 Answer

Ruben

4/27/2007 5:44:00 PM

0

Did you have already a solution? I'm running into the same problem,
particulary I'm trying to associate a help icon file (.chm) and I couln't
find the way, even if I duplicate the icon into the resources.

"mathewda@gmail.com" wrote:

> I'm working on an installer for a C# project in which I have icons
> added to it's resource file and a default program icon set. I'd like
> to use the regular program icon for the shortcuts and add/remove
> programs icon, but I want to use an additional icon to associate with
> the file type for this program. When trying to select icons out of the
> "primary output" for my app only the app's icon shows up (the other
> additional icon is not listed as a choice). I've spend some time
> trying to figure this out and searched the web and can only seem to
> find this question with no answers posted... Does anyone know of a
> solution for this other than including the icon as an extra file in my
> installer? Any help would be greatly appreciated. Thanks!
>
>