Audax321 Posted October 31, 2002 Posted October 31, 2002 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... :) Quote
Leaders quwiltw Posted October 31, 2002 Leaders Posted October 31, 2002 (edited) 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? Edited October 31, 2002 by quwiltw Quote --tim
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.