武艺的字每周500字

Install Office365 partly

2016-03-22  本文已影响26人  字芽

安装过Office365的人都知道,现在安装过程中已经无法进行自定义的安装。考虑到Office软件的庞大,而且对于大部分人来说,我们只用到EWPO四个软件。所以完全安装即浪费磁盘空间,又占用系统内存,拖慢电脑速度。不过好在微软提供了工具供大家进行有选择性的安装Office软件,下面就是操作的具体步骤:

1. Download Office 2016 Deployment Tool :

https://www.microsoft.com/en-us/download/details.aspx?id=49117

Decompress deployment tool to a folder, eg: C:\Users\tester\Office

2. Modify configuration.xml

<Configuration>

    <Add SourcePath="C:\Users\tester\Office" OfficeClientEdition="32">
        <Product ID="O365ProPlusRetail">
            <Language ID="zh-cn" />
        </Product>
    </Add>

</Configuration>

3. Download required Office

C:\Users\tester\Office> setup.exe /download configuration.xml

下载好之后的文件结构:

C:\Users\tester\Office>ls

Office configuration.xml setup.exe

C:\Users\tester\Office\Office\Data>ls

16.0.6001.1068 v32.cab v32_16.0.6001.1068.cab

4. Modify configuration.xml again

<Configuration>

    <Add SourcePath="C:\Users\tester\Office" Version="16.0.6001.1068" OfficeClientEdition="32">
        <Product ID="O365ProPlusRetail">
            <Language ID="zh-cn" />
            <ExcludeApp ID="Access" />
            <ExcludeApp ID="Publisher" />
            <ExcludeApp ID="Outlook" />
            <ExcludeApp ID="Skype for Business" />
            <ExcludeApp ID="OneDrive for Business" />
        </Product>
    </Add>

</Configuration>

5. Install required Office Apps

C:\Users\tester\Office> setup.exe /configure configuration.xml

上一篇下一篇

猜你喜欢

热点阅读