windows installer出錯資訊解決
一、先用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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- win10安裝程式installer錯誤怎麼辦_win10安裝程式installer錯誤解決方法Win10
- 解決安裝ubuntu系統時出現錯誤:(10, “debian-installer/locale doesn‘t exist“)Ubuntu
- win10 服務裡看不到windows installer怎麼解決Win10Windows
- Windows分割槽報錯解決Windows
- 記一次使用 Windows 除錯套件 gflags 解決 CefSharp 載入報錯資訊模糊的問題Windows除錯套件
- Windows下使用python庫 curses遇到錯誤訊息的解決方案WindowsPython
- JSON.parse()出錯解決JSON
- windows10系統升級助手出現錯誤的解決方法Windows
- 解決 windows遠端桌面報錯“CredSSP加密資料庫修正”Windows加密資料庫
- Windows 環境安裝 Horizon 報錯解決Windows
- Windows XP電腦開機出錯無法正常啟動的解決方法Windows
- Dedecms錯誤警告:連線資料庫失敗,出錯怎麼解決?資料庫
- windows故障轉移叢集 “群集事件” 經常出現 1135 錯誤的解決Windows事件
- C#呼叫Windows CMD命令並,返回輸出結果或錯誤資訊C#Windows
- 解決MyQL資料庫中1045錯誤的方法——Windows系統(轉)資料庫Windows
- anaconda安裝出錯怎麼解決?
- Windows下安裝PostgreSQL初體驗(使用Installer)WindowsSQL
- 簡單幾步解決win10安裝軟體出現error launching installer的問題Win10Error
- 騰訊安全釋出《資料安全解決方案白皮書》
- nginx出現403錯誤的解決方法Nginx
- python安裝scrapy出錯怎麼解決Python
- python匯入dlib時出錯解決方法Python
- python列表追加元素出錯的解決Python
- docker中安裝tcpdump出錯解決方法DockerTCP
- 奇怪報錯資訊“db already exists with different case already have”解決方法
- 解決telnet: connect to address 127.0.0.1: Connection refused的錯誤資訊問題127.0.0.1
- photoshop匯出png發生未知錯誤的解決方案,ps匯出發生未知錯誤怎麼解決
- Windows 下 Laravel Mix 資源編譯過程以及產生的錯誤解決WindowsLaravel編譯
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- Windows 系統 NPM run watch-poll 報錯解決方案WindowsNPM
- Windows git remote: HTTP Basic: Access denied 錯誤解決辦法WindowsGitREMHTTP
- nohup不輸出nohup.out日誌資訊,已解決。
- C++ 資料輸入cin (解決CLoin輸入中文程式出錯)C++
- Laravel 安裝 voyager 出現的資料庫報錯問題解決Laravel資料庫
- 解決POI多執行緒匯出時資料錯亂問題執行緒
- windows10系統出現藍屏錯誤程式碼wdf01000.sys的解決方法Windows
- Windows10系統出現Netwtw04.sys藍色畫面錯誤的解決方法Windows
- 解決service iptables save出錯please try to use systemctl
- Xcode更新後Pod init出錯的解決方案XCode