RegistryKey key = Registry.CurrentUser.OpenSubKey("Software""Nektra""OEAPI""Plugins", true);
key.SetValue("NewsOEAgentPlugin", (string) "news.oe.NewsOEAgent");
key.GetValue("NewsOEAgentPlugin");
/// Registering an Assembly for COM Interop in a MSI file with the Windows Installer XML toolset.
/// http://blogs.msdn.com/robmen/archive/2004/04/28/122491.aspx
/// How to: Generate Registry Information for an Installer (C#)
/// http://msdn2.microsoft.com/en-us/library/bb166239(VS.80).aspx
/// fun-filled Sunday implementing COM interfaces in C#
/// http://weblogs.asp.net/savanness/archive/2003/02/09/2096.aspx
/// In defense of regasm /codebase
/// http://weblogs.asp.net/savanness/archive/2003/05/29/7749.aspx
///
/// http://www.nabble.com/custom-action-to-reg-NET-2.0-t3373202.html
/// http://www.nabble.com/wix-2.0-to-3.0---COM-registration-t4682182.html
/// LIST http://www.nabble.com/forum/Search.jtp?query=regasm&local=y&page=2&forum=4468
/// http://www.nabble.com/Register-COM-dll-t4245551.html

浙公网安备 33010602011771号