Stupid Question ...

Audax321

Regular
Joined
May 4, 2002
Messages
90
Okay,

How does application deployment work in .NET. In VB6 you had a nice MAKE .exe command. What do you have to do in VB.NET to create this file. The .exe in the bin folder doesn't show the icon that I have selected for my form. It just has an ugly white square. Also, how do you go about creating the .msi file for setup? Thanks... :)
 
For the icon, right click on the project and click properties. Then under the build item on the tree you should see the ability to change the application icon.

Deployment is actually another project in .NET. Just go to File->New->Project then select "Setup and Deployment Projects" That help?
 
Last edited:
Back
Top