Word·Excel·PowerPoint만 설치하는 Office 구성파일 (configuration.xml)

2025. 12. 2. 07:07유틸리티

<Configuration>
  <Add OfficeClientEdition="64" Channel="Current">
    <Product ID="O365ProPlusRetail">
      <Language ID="ko-kr" />
      <ExcludeApp ID="Access" />
      <ExcludeApp ID="Outlook" />
      <ExcludeApp ID="Publisher" />
      <ExcludeApp ID="Teams" />
      <ExcludeApp ID="OneDrive" />
      <ExcludeApp ID="OneNote" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="Groove" />
    </Product>
  </Add>

  <Updates Enabled="TRUE" Channel="Current" />
  <Display Level="None" AcceptEULA="TRUE" />
</Configuration>

 

 

 

설명
설치되는 앱: Word, Excel, PowerPoint
제외된 앱: Access, Outlook, Publisher, Teams, OneDrive, OneNote, Lync(Skype for Business), Groove(OneDrive for Business)
OfficeClientEdition="64" → 64bit 설치 (필요 시 32로 변경 가능)
Language ID="ko-kr" → 한국어 설치

 

설치 방법
Office Deployment Tool 다운로드
위 XML 파일을 configuration.xml로 저장
명령 프롬프트에서 다음 실행:

setup.exe /configure configuration.xml

 

 

 

configuration.xml
0.00MB
Run.cmd
0.00MB
설치시 읽어보시오.txt
0.00MB

반응형

'유틸리티' 카테고리의 다른 글

Team Viewer Portable  (0) 2025.12.04
[단일] New Winfo  (1) 2025.12.03
FastStone Capture 11.2  (1) 2025.11.29
[단일] RStudio9.5Build19164  (0) 2025.11.29
WDCFree_11.3.0.850  (0) 2025.11.29