- 積分
- 379
- 最後登入
- 1970-1-1
- 閱讀權限
- 40
- 積分
- 379
- 帖子
- 精華
升級
11.29%
|
本帖最後由 cchh543-md 於 2013-5-5 20:29 編輯
windows 8 + office 2013合盤製作
x86約3.2g,x64約4.2g
因頻寬限制無法上傳
製作方式
因於系統安裝後期自動執行office安裝
故將相關檔案放置於windows8 iso之sources$OEM$$$SetupScripts目錄
結構
office2013-x86目錄(名稱自訂)放office iso所有檔案(要增加install.cmd [名稱自訂] 及修改config.xml)
SetupComplete.cmd檔案
===
SetupComplete.cmd檔案內容
%~dp0office2013-x86/install.cmd
===
install.cmd檔案內容
%~dp0setup.exe /config %~dp0proplus.wwconfig.xml
===
config.xml檔案內容 (靜默安裝,只安裝excel,powerpoint,word,不重啟)
<Configuration Product="ProPlusr">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<OptionState Id="ACCESSFiles" State="absent" Children="force" />
<OptionState Id="GrooveFiles2" State="absent" Children="force" />
<OptionState Id="OUTLOOKFiles" State="absent" Children="force" />
<OptionState Id="PROJECTFiles" State="absent" Children="force" />
<OptionState Id="PubPrimary" State="absent" Children="force" />
<OptionState Id="QueryFiles" State="absent" Children="force" />
<OptionState Id="VISIOFiles" State="absent" Children="force" />
<OptionState Id="XDOCSFiles" State="absent" Children="force" />
<OptionState Id="OneNoteFiles" State="absent" Children="force" />
<OptionState Id="EXCELFiles" State="Local" Children="force" />
<OptionState Id="PPTFiles" State="Local" Children="force" />
<OptionState Id="WORDFiles" State="Local" Children="force" />
<Setting Id="SETUP_REBOOT" Value="Never" />
<Setting Id="REBOOT" Value="ReallySuppress"/>
</Configuration>
===
祝DIY愉快(要自動啟用就要多些指令)
|
-
|