I want to set the variables in App.config while the windows service is getting installed. I have seen many people recommending Link :
http://raquila.com/software/configure-app-config-application-settings-during-msi-install/\[code\]Configuration config = ConfigurationManager.OpenExeConfiguration(exePath); \[/code\]is not working. Is it a in built code or we need to open and store variables manually?
http://raquila.com/software/configure-app-config-application-settings-during-msi-install/\[code\]Configuration config = ConfigurationManager.OpenExeConfiguration(exePath); \[/code\]is not working. Is it a in built code or we need to open and store variables manually?