Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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... :)

  • Leaders
Posted (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 by quwiltw
--tim

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...