我有一个我有一个加载 dll 依赖的组件 Windows:msxml6 和 msxml6r。
当我在 Windows Server 2003 上运行安装程序时,它不起作用,因为它没有找到 dll msxml6 windows 本身。
作为一种解决方法,我想与我的安装程序一起发送和注册这些 dll,但是当我这样做时会出现以下问题:
error
---------------------------
C: \ WINDOWS \ system32 \ msxml6.dll
Unable to register the DLL / OCX: Regsvr32 failed with exit code 0x3.
Click Retry to try again, Ignore to skip this file (not recommended), or Abort to cancel installation.
---------------------------
Cancel Retry Ignore
---------------------------
谁能帮我?