How to use the System.Configuration.Install class ?

John Smith 21 Reputation points
2021-09-14T06:52:14.777+00:00

Hi!

I found (1) a walkthrough of adding a deploy project to a solution (asks me to install this package), and (2) some documentation of using events via System.Configuration.Install.

Question: Can I add these two together? If yes, how? I would use those events in my install project.

Sorry noob question. Using the System.Configuration.Install class the first time.

Thank you for anything in advance,

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,126 questions
{count} votes

Accepted answer
  1. Xingyu Zhao-MSFT 5,356 Reputation points
    2021-09-17T05:35:33.623+00:00

    Hi @John Smith ,
    If you need to use Installer Class, here's an old blog about it : Installer Class and Custom Actions
    You can also consider other ways to create installer : https://stackoverflow.com/a/6091051/12666543


0 additional answers

Sort by: Most helpful