How do I set the name of the exe?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a project called CopyFile. It compiles to CopyFile.exe. I want the
name of the exe to be 0260001.exe. This was easy to do in VB6 - I just
changed the name when I ran Make. How can I do it in VB.Net?

That is, I want the project named CopyFile to create an exe named 0260001.exe.
 
Go to Properties for the project
Select General
Change the Assembly Name

That's it
 
Are you using Visual Studio? Then open the project's properties and specify
an Assembly Name.

Christian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top