I am using VS.NET Setup Wizard to create my setup msi file. However, I can't
set the AddRemoveProgramsIcon property for my Setup Project and the Icon
proptery for the shortcut of the output file in the User's Desktop. The
correct icon can't appear.
I use the following steps to set the icon properties:
1) I added the App.ico from my application folder to the "Application
Folder" of the "File System"
2) For the AddRemoveProgramsIcon Property: Select "(Browse...)" and choose
the "App.ico" from the "Application Folder"
3) For the Icon Property of the Desktop shortcut: Select "(Browse...)" and
choose the "App.ico" from the "Application Folder"
After installing my application, the icons for Add/Remove Program and my
desktop are not correctly displayed.
Do you have any ideas?
Thank
Phil Wilson - 30 Aug 2004 20:59 GMT
Is it this?
http://support.microsoft.com/default.aspx?scid=kb;en-us;258558

Signature
Phil Wilson [MVP Windows Installer]
----
> I am using VS.NET Setup Wizard to create my setup msi file. However, I can't
> set the AddRemoveProgramsIcon property for my Setup Project and the Icon
[quoted text clipped - 15 lines]
>
> Thank