I probably wasn't clear enough. I don't want the end user to see or have
access to the files after installation is complete. Much the same way most
apps work. When you install MS Word, for instance, the application icon is
in the word.exe file. Hope that makes more sense.
I think what you are talking about is the Application Icon.
You can set the application icon in Visual Studio by right-clicking the
project node in Solution Explorer and opening the Properties dialog. Then
click on Common Properties-->Build. This Application Icon drop-down will
display.
Now here is the tricky part. I have never been able to get this drop-down
or by clicking the ellipse to find the icon. Visual Studio always blows up
on me. But you can use a text editor to edit the "ApplicationIcon" property
of the Settings in the projects vbproj file.
No. I already have that set. However. In the installer package I have a
Start Menu Group and a Desktop shortcut. Both of these have an icon property
and the only way to set the icon file property is to add the ico file to the
project. This makes it accessable to the end user after the install is
complete.