Installing SNMP Programmatically

We would like to install SNMP via an application such as C#. IS this possible

Answer this question

Installing SNMP Programmatically

  • Mario Queiroz

    HI

    If SNMP have a marge module then you can install it from any C# application deployment package. If it has a diffrent setup.exe then you can launch that exe file from your C# deployment project.

    If it has a Marge module : Then Right Click on the setup project Select Add and Then Marge Module (.asm) and then locate the Marge Module.

    If it has a diffrent Setup Exe file Then : Add a custome installer class to your project (the application project or any project that will be deployed NOT the Setup project) and call the exe file through System.Diagnostic.Process, in any sutted method to you in the CustomeInstaller class.



  • Installing SNMP Programmatically