Acronis出現(xiàn)There is a problem with this Windows Inst
作者:佚名 時(shí)間:2013-03-14 分享到:
今天客戶反應(yīng)了一個(gè)問(wèn)題,就是執(zhí)行過(guò)安全設(shè)置器后安裝Acronis True Image Enterprise Server 9.1時(shí)出錯(cuò),一直裝不上,具體出錯(cuò)提示如下:
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.
經(jīng)過(guò)幾個(gè)小時(shí)的分析和查找原因終于找到了最終的原因,是因?yàn)樵O(shè)置器執(zhí)行了以下幾個(gè)核心危險(xiǎn)組件的卸載造成的!
regsvr32 /s /u wshom.ocx
regsvr32 /s /u wshext.dll
regsvr32 /s /u shell32.dll
重新注冊(cè)下這幾個(gè)組件就可以正常使用了,具體辦法是在開始運(yùn)行里依次運(yùn)行以下幾個(gè)命令,也可以把這幾行命令存成bat文件直接雙擊!
regsvr32 wshom.ocx
regsvr32 wshext.dll
regsvr32 shell32.dll
因?yàn)檫@幾個(gè)組件經(jīng)常會(huì)被黑客利用,極度危險(xiǎn),強(qiáng)烈建議用戶安裝完軟件后再執(zhí)行上面的卸載命令卸載,不過(guò)卸載后此軟件是否還能正常運(yùn)行有待進(jìn)一步測(cè)試,目前還不能確定!