Link to home
Start Free TrialLog in
Avatar of lenguyen0366
lenguyen0366Flag for United States of America

asked on

Make image icon short cut for Windows installer

I am building an installer for a Windows form application in VB.NET.  I use the Setup Wizard to build the installer.  The installer just has a plain generic look of a windows form for the shortcut on user's desktop.  I have not found any instruction that shows how to add an image icon for the short cut.  Anybody has information how to do this, please give me a hint.  Also, the app.config file shows up on the desktop as well. That is kind of odd to have configuration file appears on the desktop together with the shortcut icon.  Any body knows how to not to show it there and the shortcut still works.  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lenguyen0366

ASKER

I have made it worked.  I followed different approach to build the installer and it worked fine.  I used to use the Setup Wizard to make the installer but I changed to make the installer using the Setup Project.  Thank you for replying my question.