|
發表於 2004-8-21 11:01:30
|
顯示全部樓層
問題一:
一、所有使用installer安裝的程式,均不能正常安裝,提示:“不能訪問windows installer 服務。可能你在安全模式下運行 windows ,或者windows installer 沒有正確的安裝。請和你的支持人員聯繫以獲得幫助”
二、察看windows installer服務,一般為停用。如果試圖在service中啟用,有時會發現,被系統禁用,再啟動,提示:“指定的服務已標記為刪除”
三、如果試圖重新安裝InstMsiW.exe,提示:“指定的服務已存在”
resolution:
The MSI Installer can be a real pain. It may be that one of the files required by it is corrupt. Here's what you do. Run msiexec /unregserver again. Then delete msiexec.exe from the system32 directory. Potentially, you could rerun the install at this point but for some reason this doesn't always work. Instead, download a fresh copy of the windows installer, use an unzipping tool to extract it, go into the folder and manually install from the inf files. To do this, right click on it and select install. Make sure you do msi.inf first, and then mspatcha.inf or you get a missing file error (likely because msiexec.exe is missing). After all this run msiexec.exe /regserver to recreate the service.
一、先用msiexec /unregserver 停掉windows installer服務。
二、下載InstMsiW.exe,用winrar解壓開。進入目錄。
三、右擊msi.inf ,點擊安裝,右擊mspatcha.inf ,點擊安裝。
四、再用msiexec.exe /regserver 啟用服務。
問題二:
以上的問題解決後,在我安裝vpc的時候,又碰到這個問題:Error -1607: Unable to Install InstallShield Scripting Run Time
查了相關的資料後,發現我安裝的系統裏沒有ISScript.exe.
所以我下載並更新了IkernelUpdate.exe and IsScript7x.zip...問題就解決了。
當然很多時候出錯的原因不一定相同,解決的方法也不一定一樣,我只是把我的解決方法拿出來,算是一個參考。
轉貼自 http://www.blueidea.com/computer/soft/2003/1281.asp |
|