![]() |
|
|
|
#1 |
|
Guest
Posts: n/a
|
Silent install of Office 2007 Language Pack
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 |
|
|
#2 |
|
Guest
Posts: n/a
|
RE: Silent install of Office 2007 Language Pack
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 "Kamal" wrote: > 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 > > > |
|
|
#3 |
|
Guest
Posts: n/a
|
RE: Silent install of Office 2007 Language Pack
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 "Kamal" wrote: > 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 > > > |
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Silent install of Office 2007 Language Pack
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="PROJECTFiles" State="absent" Children="force" /> <OptionState Id="ProofingTools_1025" 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" /> On 4 juil, 16:46, Steven <Ste...@discussions.microsoft.com> wrote: > 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 > > "Kamal" wrote: > > 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 |
|
|
#5 |
|
Guest
Posts: n/a
|
Re: Silent install of Office 2007 Language Pack
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="PROJECTFiles" State="absent" Children="force" /> <OptionState Id="ProofingTools_1025" 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" /> On 4 juil, 16:46, Steven <Ste...@discussions.microsoft.com> wrote: > 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 > > "Kamal" wrote: > > 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 |
|
|
#6 |
|
Guest
Posts: n/a
|
Re: Silent install of Office 2007 Language Pack
According to M$ support it is not possible to create an unattended install of
a customized SLP. Silly but true. "Kanail" wrote: > 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="PROJECTFiles" State="absent" Children="force" /> > <OptionState Id="ProofingTools_1025" 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" /> > > > > On 4 juil, 16:46, Steven <Ste...@discussions.microsoft.com> wrote: > > 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 > > > > "Kamal" wrote: > > > 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 > > > |
|
|
#7 |
|
Guest
Posts: n/a
|
Re: Silent install of Office 2007 Language Pack
According to M$ support it is not possible to create an unattended install of
a customized SLP. Silly but true. "Kanail" wrote: > 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="PROJECTFiles" State="absent" Children="force" /> > <OptionState Id="ProofingTools_1025" 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" /> > > > > On 4 juil, 16:46, Steven <Ste...@discussions.microsoft.com> wrote: > > 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 > > > > "Kamal" wrote: > > > 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 > > > |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Silent Install of Office 2007 Compatability Pack | Troy C | Microsoft Office | 3 | 27-09-2007 09:02 PM |
| french language pack office 2007 | stb | Microsoft Office | 0 | 28-08-2007 11:35 AM |
| Silent install Office 2007 for SMS | George | Microsoft Office | 4 | 28-08-2007 11:35 AM |
| 2007 Silent Install? | AG | Microsoft Office | 16 | 28-08-2007 11:25 AM |
| Office 2007 language pack in English | ovbg | Microsoft Office | 2 | 28-08-2007 07:42 AM |
< Home - Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |