Windows service and app.config file

  • Thread starter Thread starter Eric Caron
  • Start date Start date
E

Eric Caron

Here's my problem, I create a windows service and it work fine but now
I want to add a winform to let user set parameters in App.Config file.
How I can do this ?
 
Run the application with "interact with desktop"... that way, forms can/will
be displayed and usable.
Problem: you don't have the ability to set this property via code using the
Servicebase class, use InstallShield to install the service as it does allow
you to set this property.

Hope this helps! :-)

Nate.
 
Back
Top