Windows Installer 無法存取,無法安裝卡巴斯基
點擊安裝 Kav 6.0 tch.msi 和Kis 6.0 tch.msi這種檔案格式無法安裝
操作方法一:
1.按一下 [開始],再按一下 [執行]
2.在 [開啟] 方塊中,輸入 cmd,然後按一下 [確定]
3.在命令提示字元鍵入下列命令,再按下 ENTER,其中 Drive 是安裝 Windows 的磁碟機,而 %Windir% 則是安裝 Windows 的資料夾:
例如:輸入attrib -r -s -h c:\windows\system32\dllcache
注意 如果您使用的是 Windows 98,請輸入 system 而不是 system32
在命令提示字元中,輸入下列命令列,並在每一行之後按下 ENTER
ren msi.dll msi.old
ren msiexec.exe msiexec.old
ren msihnd.dll msihnd.old
如果無法更改,請手動至下述路徑將上述檔案的檔名作更名的動作安裝windows installer 後重新開機即可。
操作方法二:
1:安裝(ServicerManager)後會在桌面上產生1個ServiceManager的藍色圖示,請點選再產生的介面中點選MSIServer-->Remove
2:將下述路徑中的檔案更名:
c:\winnt\system32\msi.dll -->改為msi.dllold
c:\winnt\system32\msiexec.exe-->改為msiexec.exeold
c:\winnt\system32\msihnd.dll-->改為msihnd.dllold
3:開始-->執行-->輸入cmd-->確定-->輸入attrib -r -s -h
c:\winnt\system32\dllcache-->確定
4:執行windows installer 後,重新開機
5:開始-->執行-->輸入cmd-->確定-->輸入msiexec /regserver
下載ServiceManager.zip檔案
|