亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦知識(shí)大全>

      無法訪問windows installer怎樣辦

      時(shí)間: 玉鳳635 分享

        電腦運(yùn)用很廣泛,本文為大家普及電腦相關(guān)知識(shí),歡迎大家學(xué)習(xí),學(xué)習(xí)啦,因你而精彩。

        在 Windows XP 中安裝程序時(shí)出現(xiàn)“The Windows Installer Service Could Not Be Accessed”(無法訪問 Windows Installer 服務(wù))錯(cuò)誤消息。

        要解決此問題,請(qǐng)按照下列步驟操作:

        方法一:

        卸載,重新安裝windows installer服務(wù)

        一、先用dos命令窗口msiexec /unregserver 停掉windows installer服務(wù)。

        二、下載InstMsiW.exe,用winrar解壓開。進(jìn)入目錄。

        三、右擊msi.inf ,點(diǎn)擊安裝,右擊mspatcha.inf ,點(diǎn)擊安裝。

        四、再用dos命令窗口msiexec.exe /regserver 啟用服務(wù)。

        方法二:

        1.如果曾安裝過ACDSee5.0(包括迷你中文版),卸載它。如果還不行就重裝Windows Installer 或者ACDSee 4.0

        2.運(yùn)行cmd,然后運(yùn)行sfc/scannow檢查系統(tǒng)文件

        3.運(yùn)行Services.msc,把Windows Installer 服務(wù)設(shè)置為手動(dòng)運(yùn)行,然后重新運(yùn)行

        4.打開任務(wù)管理器,找到并結(jié)束ikernel.exe進(jìn)程,重新安裝

        5.禁用殺毒軟件的實(shí)時(shí)防護(hù)

        6.刪除 C:Program FilesCommon FilesInstallShieldEngine6Intel 32這個(gè)文件夾中的所有文件,然后重啟動(dòng)電腦,重新運(yùn)行安裝程序

        方法三:

        這是由于一些軟件制作的問題導(dǎo)致windows installer不能正常工作恢復(fù)步驟如下:

        1.再次安裝windows installer2.0,運(yùn)行instmsiw.exe如果說"服務(wù)已經(jīng)安裝"然后直接退出安裝就再跟著做,否則你重裝就OK了!

        2.刪除注冊(cè)表中的[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSIServer]然后運(yùn)行instmsiw.exe

        3.絕招:

        (1) 刪除msiserver 服務(wù)

        運(yùn)行regedit,刪除下面的MSIServer 服務(wù)

        [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSIServer]

        把下面的內(nèi)容存為unmsiserver.reg 文件,然后雙擊左鍵,把它合并進(jìn)注冊(cè)表中

        ;unmsiserver.reg

        Windows Registry Editor Version 5.00

        [-HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSIServer]

        (2) 刪除msi 的文件

        用下面的腳本存為一個(gè)unmsi.inf文件,然后在inf文件上右鍵單擊install,就會(huì)刪除一些msi的dll,這時(shí)windows 的 sfc機(jī)制可能警告一些系統(tǒng)文件被修改要求插入win2k的光盤,不理睬它。這個(gè)腳本是我從instmsiw.exe中修改得來的。

        ;unmsi.inf

        [Version]

        signature = "$Windows NT$"

        Class = %ExceptionClassDesc%

        ClassGUID =

        Provider = %Microsoft%

        CatalogFile = msi.cat

        ComponentId = ; GUID assigned to the Windows Installer

        DriverVer=03-13-2001, 2.0.2460.1

        [SourceDisksNames]

        1 = %msi_media%

        [SourceDisksFiles]

        msi.dll = 1

        msihnd.dll = 1

        msimsg.dll = 1

        msiexec.exe = 1

        msisip.dll = 1

        [DestinationDirs]

        Msi.SystemFiles = 11 ; %windir%system32

        Msi.DllCacheFiles = 11,dllcache ; %windir%system32dllcache

        [DefaultInstall]

        DelFiles = Msi.SystemFiles,Msi.DllCacheFiles

        ; COPYFLG_REPLACE_BOOT_FILE flag (0x1000) not necessary for

        ; files in the dllcache

        ;

        [Msi.DllCacheFiles]

        msi.dll

        msihnd.dll

        msimsg.dll

        msiexec.exe

        msisip.dll

        [Msi.SystemFiles]

        msi.dll

        msihnd.dll

        msimsg.dll

        msiexec.exe

        msisip.dll

        [Strings]

        Microsoft = "Microsoft Corporation"

        msi_media = "Microsoft Windows Installer Distribution Media"

        ExceptionClassDesc = "Microsoft Windows Installer"

        (3) 重新啟動(dòng),按F8鍵,進(jìn)入帶命令行的安全模式,執(zhí)行下面的命令

        regsvr32 /u %windir%msi.dll

        del %windir%msi.dll

        (4) 重啟動(dòng),運(yùn)行instmsiw.exe,安裝windows installer ,一切正常了。

        以管理員身份登錄到計(jì)算機(jī)。

        單擊“開始”,然后單擊“運(yùn)行”。

        在“打開”框中,鍵入 cmd,然后單擊“確定”。

        在命令提示符下,鍵入 msiexec.exe /unregister,然后按 Enter。

        鍵入 msiexec /regserver,然后按 Enter。

        驗(yàn)證 SYSTEM 帳戶對(duì) Windows 注冊(cè)表中的 HKEY_CLASSES_ROOT 配置單元具有完全控制訪問權(quán)限。在某些情況下,也可能需要添加管理員帳戶。為此,請(qǐng)按照下列步驟操作:警告:如果使用注冊(cè)表編輯器或其他方法錯(cuò)誤地修改了注冊(cè)表,則可能導(dǎo)致嚴(yán)重問題。這些問題可能需要重新安裝操作系統(tǒng)才能解決。Microsoft 不能保證您可以解決這些問題。修改注冊(cè)表需要您自擔(dān)風(fēng)險(xiǎn)。

        單擊“開始”,單擊“運(yùn)行”,在“打開”框中鍵入 regedit,然后單擊“確定”。

        單擊以下注冊(cè)表配置單元:

        HKEY_CLASSES_ROOT

        在“編輯”菜單上,單擊“權(quán)限”。

        如果“SYSTEM”沒有在“組或用戶名”列表中列出,請(qǐng)單擊“添加”,確保本地計(jì)算機(jī)名稱出現(xiàn)在“查找位置”框中,在“輸入對(duì)象名稱來選擇”框中鍵入 system,單擊“檢查名稱”,然后單擊“確定”。

        在“組或用戶名”列表中單擊“SYSTEM”,然后選中“SYSTEM 權(quán)限”框中“允許”下的“完全控制”復(fù)選框。

        單擊“應(yīng)用”,然后單擊“確定”退出注冊(cè)表編輯器。

        重新啟動(dòng)計(jì)算機(jī)。

      155781