Plugin Setup/Installer

  • Thread starter Thread starter Olie
  • Start date Start date
O

Olie

I find it very hard to search for help on microsoft setup in Visual
Studio. There does not seem to be an easy keyword you can use to
filter google results.

I am trying to install a plugin for an application. There are two
things I have to do with my setup project which I can not figure out.

The plugin must be able to detect whether the application is installed
and install the plugin to that folder.

I need to modify the app.config file of the installed application for
the plugin to work. How do I edit the config file from the installer?
 
Hello Olie,

xml config? Just use System.Xml namespace for this

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

O> I find it very hard to search for help on microsoft setup in Visual
O> Studio. There does not seem to be an easy keyword you can use to
O> filter google results.
O>
O> I am trying to install a plugin for an application. There are two
O> things I have to do with my setup project which I can not figure out.
O>
O> The plugin must be able to detect whether the application is
O> installed and install the plugin to that folder.
O>
O> I need to modify the app.config file of the installed application for
O> the plugin to work. How do I edit the config file from the installer?
O>
 
Back
Top