[팁] 오피스 2016 원하는 프로그램만 골라 설치하기

· 2015-09-23 (수) 22:32:07 · 5370

Right HERE you can download an official, genuine, supported, "the-real-deal", blabla tool from Microsoft which allows you to specify which individual apps are and are not installed.

This app, when installed, gives you 2 files: setup.exe and configuration.xml.
configuration.xml is the tool we're going to edit to customize our install.

Here is an example that I used for my install, which will only install Word, Excel and Powerpoint. The version I choose is x64, but you can use x86 if you want. 

Code:
<Configuration>

  <Add SourcePath="E:\" OfficeClientEdition="64" >
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
	  <ExcludeApp ID="Access" />
	  <ExcludeApp ID="Groove" />
	  <ExcludeApp ID="InfoPath" />
	  <ExcludeApp ID="Lync" />
	  <ExcludeApp ID="OneNote" />
	  <ExcludeApp ID="Outlook" />
	  <ExcludeApp ID="Publisher" />
	  <ExcludeApp ID="SharePointDesigner" />
    </Product>
  </Add>
  
</Configuration>

You can exclude less or more programs by adding more/less ExcludeApp elements to specify which apps NOT to install.

Now we're going to install it, so make sure you mount or extract your Office iso. You see SourcePath="E:", this should point to where your C2R installation files are. Of course you must make sure the files contain the things you want (architecture, product, language).

Now run the setup.exe that came with the deploy tool. 

Code:
setup.exe /configure configuration.xml

Wait for the C2R installer to finish and you'll have an Office install with only the components you didn't exclude in the XML file.

You're Office install will be pretty default, so auto update is on, and updates are installed from MS servers etc. If you want to change this and more, have a look here for more documentation for the deploy tool. 

|
댓글을 작성하시려면 로그인이 필요합니다.

컴퓨터

717건
+
제목 글쓴이 날짜 조회
15-09-25 조회 2,810
15-09-25 조회 3,313
15-09-24 조회 4,132
15-09-24 조회 4,608
15-09-24 조회 4,513
15-09-24 조회 5,030
15-09-23 조회 5,371
15-09-23 조회 3,660
15-09-22 조회 6,597
15-09-21 조회 3,519
15-09-21 조회 1.6만
15-09-21 조회 4,204
15-09-21 조회 5,089
15-09-21 조회 1.3만
15-09-19 조회 4,733
15-09-19 조회 3,716
15-09-18 조회 1.1만
15-09-18 조회 3,736
15-09-18 조회 4,248
15-09-18 조회 3,416
15-09-17 조회 3,016
15-09-16 조회 3,533
15-09-15 조회 9,225
15-09-15 조회 4,422
15-09-15 조회 3,320
15-09-15 조회 3,080
15-09-15 조회 6,102
15-09-14 조회 3.2만
15-09-14 조회 5,652
15-09-14 조회 2.1만