Using WIX to install a WMI provider.

Posted by Simmen on Stack Overflow See other posts from Stack Overflow or by Simmen
Published on 2009-03-24T13:54:14Z Indexed on 2010/04/12 18:03 UTC
Read the original article Hit count: 446

Filed under:
|
|

I have developed a WMI provider in C# using the System.Management.Instrumentation namespace. I need to install the provider into the GAC and register it with the WMI repository using MSI. How might I accomplish this with WIX?

© Stack Overflow or respective owner

Related posts about wix

Related posts about msi