Change the name of the executable

  • Thread starter Thread starter Marco Liedekerken
  • Start date Start date
M

Marco Liedekerken

Hi,

Does anybody know how to change the name of the executable that a Windows
Service project generates?
I think it will be the same as with a Windows Application.

Thanks, Marco Liedekerken
 
Hi,
in Windows application, the name of the executable is the same as the name
of the project.
After building the project, you can rename the executable file from the
Build folder of the project folder (where it was created)
 
* "Marco Liedekerken said:
Does anybody know how to change the name of the executable that a Windows
Service project generates?
I think it will be the same as with a Windows Application.

In the project properties, change the assembly name.
 

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