win7 64位下裝office報1402的錯誤的解決方案

來源:互聯網
上載者:User

查看log:

----配置 64 位元登錄機碼...

       配置 users\.default。

警告 5: 拒絕訪問。

      在 users\.default\software\microsoft\Windows\CurrentVersion\Run 上設定安全性的錯誤。

       配置 machine\software。

警告 1336: 存取控制清單(ACL)結構無效。

      在 machine\software\Macrovision 上設定安全性的錯誤。

 

都是註冊表的許可權問題。 在網上google到一篇文章,有解決方案,串連如下:

http://www.addictivetips.com/windows-tips/fix-office-2010-install-error-1402-setup-cannot-open-registry-key/

 

上面有兩種解決方案。

 

方法一:執行如下命令:

C: >secedit /configure /cfg%windir%\inf\defltbase.inf /db defltbase.sdb /verbose

 

在執行該命令之前,最好把防火牆,殺毒軟體停到。這種方法,我測試了一下,沒有效果。

 

方法二: 使用subinacl工具賦權

 

從微軟下載 SubInACL工具,:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=23510

 

SubInACL is acommand-line tool that enables administrators to obtain security informationabout files, registry keys, and services, and transfer this information fromuser to user, from local or global group to group, and from domain to domain.

 

該軟體預設的安裝目錄是:C:\Program Files (x86)\Windows ResourceKits\Tools

將該目錄下的SUBINACL.EXE拷貝到 /Windows/System32 目錄。

 

建立檔案:grant.cmd,內容如下:

 

subinacl /subkeyreg HKEY_LOCAL_MACHINE/setowner=administrators

subinacl /subkeyreg HKEY_CURRENT_USER/setowner=administrators

subinacl /subkeyreg HKEY_CLASSES_ROOT/setowner=administrators

subinacl /subkeyreg HKEY_LOCAL_MACHINE/grant=administrators=f /grant=system=f

subinacl /subkeyreg HKEY_CURRENT_USER/grant=administrators=f /grant=system=f

subinacl /subkeyreg HKEY_CLASSES_ROOT/grant=administrators=f /grant=system=f

cls

Exit

 

在該檔案上右擊,用管理員執行。 但等待1個多小時。等操作完成,就可以順利安裝了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.