c# - Installing process as service directory decision -


i have process going run windows service.
have installed windows service , works.

my question guide lines process directory.

on machine im going deploy it, setup need copy .exe windows/system32 , install service ? or can deploy c:\myapp\myapp.exe , install service there.

it not required .exe in /windows/system32/ "best practice" ?

no. shouldn't install windows system folder. that's operating system code.

you should install own application folder within program files folder, , register windows service thereafter.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -