惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
量子位
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
博客园 - 聂微东
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
U
Unit 42
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog

博客园 - 血狼

切换ThinkPad Fn键 window.event.keycode值大全 通用分页存储过程 Oracle中将密码有效期由默认的180天修改成“无限制” C#中动态编译某C#文件 C#程序中执行script .Net Reactor 加密的简单例子 MSBuild的相关操作 程序中执行cmd.exe 使用c#捕获Windows的关机事件 北京嘉纳博科技有限公司 Windows Service 初始化代码中追加断点问题 C#定时执行某个程序 .Net中关于多个FrameWork的问题 Chilkat 收、送信 合并文件 DotNet多个程序集合并工具 PostGres 全文检索 PostGres 中包含触发器的方法
设置和获取注册表数据
血狼 · 2007-12-07 · via 博客园 - 血狼

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