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.
 
Are you using Visual Studio? Then open the project's properties and specify
an Assembly Name.

Christian
 
Back
Top