Hello,
I really like your forum and here it came the moment to have an account.
I have a problem with a Windows Service I want to install to my computer in order to be started automatically at startup. So I have the InstallerClass, all things went fine till the time to use InstallUtil.exe to give the path to my service.
Do I have the possibility to cal the VS Tool Comand Prompt from the C# code and pass to it smth like : InstallUtil /i C:\Example.exe.
If not, do you have any idea how to do that from the program and not by the user himself?
Thanks very much!
I really like your forum and here it came the moment to have an account.
I have a problem with a Windows Service I want to install to my computer in order to be started automatically at startup. So I have the InstallerClass, all things went fine till the time to use InstallUtil.exe to give the path to my service.
Do I have the possibility to cal the VS Tool Comand Prompt from the C# code and pass to it smth like : InstallUtil /i C:\Example.exe.
If not, do you have any idea how to do that from the program and not by the user himself?
Thanks very much!
Comment