tonyanan
|
分享:
▲
Windows XP解決過程:
1) 使用記事本編寫 installer.reg 檔,內容如下: 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“ 格式,雙擊該檔,將檔案內容寫入REGISTRY。
2) 重新啟動電腦進入安全模式(啟動時按F8鍵, 3) 在命令提示字元(MSDOS)視窗中輸入 ”msiexec /regserver“命令, 這樣便可重新將Windows Installer安裝至服務中。 4) 重新啟動系統。
|