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

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2021-08-03
  • 2021-06-20
猜你喜欢
  • 2021-04-07
  • 2021-07-25
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-06-30
  • 2021-08-24
相关资源
相似解决方案