解決windows Installer沒有正確安裝
先用記事本編寫如下內(nèi)容,并保存為 installer.reg 格式文件,雙擊將文件導(dǎo)入注冊表;
運行“CMD”命令提示符,輸入“msiexec /regserver”并回車;
無須重新啟動,即刻搞掂!
Js代碼 
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 
; ImagePath = %SystemRoot%\System32\msiexec.exe /V
關(guān)鍵詞:windows,Installer
閱讀本文后您有什么感想? 已有 人給出評價!
- 1      
- 1      
- 3      
- 1      
- 1      
- 2      
