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

  • 相关阅读:
    php-instanceof运算符
    windows10-seaslog安装笔记
    [类和对象]1 封装 调用成员函数
    [C++] 拓展属性
    [C++] 引用详解
    [C++] Const详解
    ROS 常用
    win10 ubuntu16双系统安装教程
    [0] OpenCV_Notes
    Ubuntu16.04安装openCV的问题集合
  • 原文地址:https://www.cnblogs.com/hhq80/p/1381292.html
Copyright © 2011-2022 走看看