欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

資料:Office 2007中的config.xml個(gè)性定制說明資料

 更新時(shí)間:2007年03月01日 00:00:00   作者:  
通過定制config.xml,可以使你的Office 2007安裝實(shí)現(xiàn)免序列號(hào)、定制用戶名、跳過授權(quán)協(xié)議、定制安裝路徑、定制默認(rèn)安裝組件等功能。這里以Pro Plus版為例,用記事本打開光盤ProPlus.WW目錄下的config.xml進(jìn)行定制即可。以下是我定制好的config.xml文件內(nèi)容:

<Configuration Product="ProPlus"> ;Office 2007的版本標(biāo)識(shí),這里是Pro Plus版

<Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="yes" /> ;跳過授權(quán)協(xié)議
<PIDKEY Value="KGFVY7733B8WCK9KTG64BC7D8" /> ;內(nèi)置序列號(hào),免激活
<USERNAME Value="User" /> ;用戶名
<COMPANYNAME Value="China" /> ;公司名
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> ;默認(rèn)安裝路徑

<OptionState Id="WORDFiles" State="Local" Children="force" /> ;默認(rèn)安裝Word組件
<OptionState Id="EXCELFiles" State="Local" Children="force" /> ;默認(rèn)安裝Excel組件
<OptionState Id="PPTFiles" State="Local" Children="force" /> ;默認(rèn)安裝PowerPoint組件
<OptionState Id="ACCESSFiles" State="Local" Children="force" /> ;默認(rèn)安裝Access組件

<OptionState Id="VisioPreviewerFiles" State="Absent" ;Children="force" /> ;默認(rèn)不裝Visio Viewer組件
<OptionState Id="OUTLOOKFiles" State="Absent" Children="force" /> ;默認(rèn)不裝Outlook組件
<OptionState Id="XDOCSFiles" State="Absent" Children="force" /> ;默認(rèn)不裝InfoPath組件
<OptionState Id="PubPrimary" State="Absent" Children="force" /> ;默認(rèn)不裝Publisher組件

<OptionState Id="SHAREDFiles" State="Local" Children="force" /> ;默認(rèn)安裝共享組件
<OptionState Id="TOOLSFiles" State="Local" Children="force" /> ;默認(rèn)安裝工具組件

</Configuration>

其中組件的相關(guān)ID可以從ProPlus.WW目錄下的setup.xml獲得
OptionState Id是相關(guān)組件的標(biāo)識(shí)ID
State="Local"是默認(rèn)安裝該組件
State="Absent"是默認(rèn)不裝該組件

相關(guān)文章

最新評論