I am building a Windows Service which will be deployed on four servers. My user wants to have the service read a configuration file from a common location, and load it OnStart.
I want the installation to prompt the user for the file path and file name to the configuration file when the service is installed, and then save that data in My.Settings.
I have figured out how to set the EDITA1 and EDITA2 variables in the Deployment project s UI, so that the user will be prompted for path and file name, but I don t know how to get those values out and into the settings of the service.
Help, please.
-Jennifer