Silent install of Office 2007 Language Pack

K

Kamal

Hello
I need to install seperately the language pack for office 2007 for several
country.
So the goal is to install each Language in silent mode and remove unused
features .
I try the new OTC , don't working ..
If anyone have an idea your welcome
 
S

Steven

Hi Kamal,

check the Office 2007 Resource Kit. It has alot of helpful tips
We used config.xml files for each language. config_de.xml, config_es.xml
and so on. In the xml file you can specify which language to install :

<AddLanguage Id="en-us" ShellTransform="yes" />
<AddLanguage Id="de-de" />

Then you run setup.exe with the config file.

Regards,
Steven
 
K

Kanail

Hello Steven thanks for your answers

i already known this solution , but is usually used with a network
point to include Language pack.
In my case is not useful.

I customize the config.xml for French language pack , but i'm not
happy whith , it dont match my Office Installation and install
proofing tools i dont need
I only need to install the language pack for an Office standard 2007 ,
and remove all others components from the source to decrease the size
of the package i will deploy
Thanks

<Configuration Product="OMUI.fr-fr">

<Display Level="basic" CompletionNotice="yes" SuppressModal="no"
AcceptEula="yes" ShellTransform="Yes" />
<OptionState Id="ACCESSFiles" State="absent" Children="force" />
<OptionState Id="GrooveFiles" State="absent" Children="force" />
<OptionState Id="TOOLSFiles" State="absent" Children="force" />
<OptionState Id="XDOCSFiles" State="absent" Children="force" />
<OptionState Id="OneNoteFiles" State="absent" Children="force" />
<OptionState Id="PMUIFiles" State="absent" Children="force" />
<OptionState Id="ProofingTools_1031" State="absent" Children="force" /<OptionState Id="ProofingTools_1043" State="absent" Children="force" /<OptionState Id="ProofingTools_3082" State="absent" Children="force" /<OptionState Id="ProofingTools_1050" State="absent" Children="force" /<OptionState Id="PubPrimary" State="absent" Children="force" />
<OptionState Id="RosebudMSIFiles" State="absent" Children="force" />
<OptionState Id="WAC_SPD" State="absent" Children="force" />
<OptionState Id="VISIOFiles" State="absent" Children="force" />
 
D

DirkM

According to M$ support it is not possible to create an unattended install of
a customized SLP. Silly but true.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top