Hi, i've created a setup project and it works fine. Now i want to retrieve the installation path because i need to set it as current directory for the windows service i've created. How can i do it? I need to pass through windows registry (how?) or exists a variable or a property which i can read? Thank you all! Gianluca
T
terrible83
@terrible83
Posts
-
Retrieve Installation Path -
Installation and automatic start for a serviceHi, i'm new at C# and i have a question for you. I've created a windows service and also the project installer for it. Now i've also created the setup project for it and it works fine. This is the problem: if i want to start the service after the setup, i've to start it manually, but i want to do it automatically at the end of the setup program. How can i do it? Can you help me? Thank you all. Gianluca