windows installer出錯資訊解決

cn0760-pb發表於2007-02-14

一、先用msiexec /unregserver 停掉windows installer服務。

二、下載InstMsiW.exe,用winrar解壓開。進入目錄。

三、右擊msi.inf ,點選安裝,右擊mspatcha.inf ,點選安裝。

四、再用msiexec.exe /regserver 啟用服務。

問題一:

一、所有使用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.

方法一

1、先用msiexec /unregserver 停掉windows installer服務。

2、下載InstMsiW.exe,用winrar解壓開。進入目錄。

3、右擊msi.inf ,點選安裝,右擊mspatcha.inf ,點選安裝。

4、再用msiexec.exe /regserver 啟用服務。

方法二:

1.如果曾安裝過ACDSee5.0(包括迷你中文版),解除安裝它。如果還不行就重灌Windows

Installer 或者ACDSee 4.0

2.執行cmd,然後執行sfc/scannow檢查系統檔案

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7329581/viewspace-899525/,如需轉載,請註明出處,否則將追究法律責任。

相關文章