zoukankan      html  css  js  c++  java
  • 在安装NetBackup时出现Error 1720 错误的解决过程处理

    Product: VERITAS NetBackup -- Error 1720.There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. 

    安装程序一直提示上述信息,看提示像是installer服务出了问题,于是找了installer 4.5安装还是无用,二天后实在无法,就想到事件查看器中是否有相关错误信息,见事件查看器下部还有错误信息 ,

    Custom action setMergeModuleDestination.B2D5B6C9_4698_42F7_AC9D_955789A69556 script error -2146827859, Microsoft VBScript 运行时错误: ActiveX 部件不能创建对象: 'WScript.Shell' Line 592, Column 7,  , (NULL), (NULL),

    于是想是否是安装程序使用vbs的相关功能去得到系统信息,而wscript.shell没有运行成功,于是注册vbs功能:

    regsvr32 %windir%\system32\WSHom.Ocx 再安装,可以了.

    2009.1.29

  • 相关阅读:
    Git 操作
    SVN
    一维数组
    常见的数学方法
    常用事件
    function函数
    while;do while; for循环
    JS中的变量提升
    关于js的单双引号嵌套问题
    db.collection is not a function
  • 原文地址:https://www.cnblogs.com/hhq80/p/1381292.html
Copyright © 2011-2022 走看看