zoukankan      html  css  js  c++  java
  • Regsvr32.exe 用法

    RegSvr32.exe 具有以下命令行选项: 

      Regsvr32 [/u] [/n] [/i[:cmdline]] dllname

      /u - 取消注册服务器 

      /i - 调用 DllInstall,为其传递一个可选 [cmdline];当与 /u 一起使用      时,可调用 dll 卸载 

      /n - 不调用 DllRegisterServer;此选项必须与 /i 一起使用 /s - 静默;不显示任何消息框(在 Windows XP 和 Windows Vista 中附加)在使用 

     

      Regsvr32.exe 时,它会尝试加载组件并调用它的 DLLSelfRegister 函数。如果此尝试成功,则 Regsvr32.exe 会显示一个提示成功的对话框。

    如果此尝试失败,则 Regsvr32.exe 会返回一条错误消息,其中可能包括 Win32 错误代码。 有关更多信息,请单击下面的文章编号,以查看

    Microsoft 知识库中相应的文章: 193625  (http://support.microsoft.com/kb/193625/ ) WinInet 错误代码(12001 至 12156

      例如,要手动注册 Proppage.dll,请在命令提示符处键入以下命令:            

              c: egsvr32.exe Proppage.dll

      卸载DLL,输入命令:

              regsvr32.exe /u/i Proppage.dll

  • 相关阅读:
    sharepoint email
    After delete Trigger throw error:The row value(s) updated or deleted either do not make the row unique or they alter multiple rows (2 rows).
    ios 开发书籍
    NES 指令
    nes相关开发资料
    nes相关开发资料
    怎样写模拟器
    Zope简介
    C#中new和override区别
    NES 指令
  • 原文地址:https://www.cnblogs.com/ljfy-yjw/p/3972269.html
Copyright © 2011-2022 走看看