Question : Office 2010 KMS on non-AD DNS?

We have office 2010 with a kms key, which I would like to use... but our DNS servers aren't in a domain.

When I attempt to add the SRV record, there is no _vlmcs option for me.   I can't figure out what I have to do to enable this.   I understand "join the DNS servers to a domain" is probably a quick answer, but it is not an option at this point.

Answer : Office 2010 KMS on non-AD DNS?

You need to develop interface based approach.

Create an interface that will be implemented by the plugins. The interface should be available in the main application.

Now create plugins that implement this interface.

In the main application (where Interface definition is available), write a code to scan DLL files in Plugins sub directory. Using Reflection, get the implemented interface details, and if they match, load the assembly.

This way, you'll be able to create your desired application.
Random Solutions  
 
programming4us programming4us