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.
 
Back
Top