windows installer 信息出錯(cuò) |
編輯:沈陽(yáng)申達(dá)電腦維修服務(wù)公司 時(shí)間:2013/06/29 字號(hào):大 中 小 |
摘要:windows installer 信息出錯(cuò) |
前段時(shí)間在安裝“紫光輸入法3.0”時(shí),系統(tǒng)提示“不能訪(fǎng)問(wèn)windows installer 服務(wù),可能在安全模式下運(yùn)行 windows 或者windows installer 沒(méi)有正確的安裝,請(qǐng)和你的支持人員聯(lián)系以獲得幫助”。 Windows2000系統(tǒng): 1、點(diǎn)擊 開(kāi)始-->運(yùn)行,輸入 CMD 命令,在彈出的CMD命令提示符窗口中輸入“msiexec /unregserver”命令,是為了停掉windows installer服務(wù)。 2、下載windows installer服務(wù)安裝程序包,Windows2000/NT系統(tǒng)的安裝程序包為“InstMsiW.exe”Windows98/ME安裝程序包為"InstMsiA.exe",Windows XP系統(tǒng)則集成了最新版本的Windows Installer v2.0。下載“InstMsiW.exe”安裝程序包后,將其用winrar解壓開(kāi),然后進(jìn)入到此目錄中。 3、右鍵單擊“msi.inf”文件,點(diǎn)擊“安裝”選項(xiàng),接著右鍵單擊“mspatcha.inf ”文件,點(diǎn)擊“安裝”。 4、在CMD命令提示符下輸入“msiexec /regserver”命令,這樣就啟動(dòng)了windows installer服務(wù),重新啟動(dòng)Windows2000系統(tǒng)后,問(wèn)題就得到解決。 Windows XP系統(tǒng): 1、使用記事本編寫(xiě)installer.reg文件,內(nèi)容如下: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer] "ImagePath"=- "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,\ 00,73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,\ 56,00,00,00 然后將文件保存為“.reg”格式,雙擊該文件,將文件內(nèi)容導(dǎo)入注冊(cè)表。 2、重新啟動(dòng)電腦進(jìn)入安全模式(啟動(dòng)時(shí)按F8鍵),然后點(diǎn)擊開(kāi)始-->運(yùn)行,輸入CMD命令,在彈出的CMD命令提示符窗口中輸入“msiexec /regserver”,最后重新啟動(dòng)系統(tǒng)即可。 后來(lái)重裝計(jì)算機(jī)時(shí),碰到一系列的關(guān)于windows installer的出錯(cuò)信息,又查了一些相關(guān)資料,找到了答案。 1、所有使用installer安裝的程序,均不能正常安裝,提示:“不能訪(fǎng)問(wèn)windows installer 服務(wù)。可能你在安全模式下運(yùn)行 windows ,或者windows installer 沒(méi)有正確的安裝。請(qǐng)和你的支持人員聯(lián)系以獲得幫助” 2、察看windows installer服務(wù),一般為停用。如果試圖在service中啟用,有時(shí)會(huì)發(fā)現(xiàn),被系統(tǒng)禁用,再啟動(dòng),提示:“指定的服務(wù)已標(biāo)記為刪除” 3、如果試圖重新安裝InstMsiW.exe,提示:“指定的服務(wù)已存在” 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服務(wù)。下載InstMsiW.exe,用winrar解壓開(kāi)。進(jìn)入目錄。右擊msi.inf ,點(diǎn)擊安裝,右擊mspatcha.inf ,點(diǎn)擊安裝。再用msiexec.exe /regserver 啟用服務(wù)。 |
上一條:暫時(shí)沒(méi)有! | 下一條:Window XP丟失還原點(diǎn) |