Jump to content

how to make an office 2013 language pack.s silent Install


basheerxxx

Recommended Posts

Hello Every One,, I Just Wondering If There A Way To Make A silent Installation For MS Office 2013 Language Pack

 

For Example`,, I want A Make Silent Install For The French Language Pack

 

I Have tried lot Of Way To Achieve That But I Never Success In That..

 

First, I Extracted The Lang..Pack Files,,, Then I Modified The Config.xml File By Adding This

 

<Display Level=”NONE” CompletionNotice=”NO” SuppressModal=”YES” AcceptEula=”YES” />

 

Then I put The Config.xml In The Setup Folder And Finally I made A .bat File With The Following

Setup.exe /config config.xml

 

But When I Start The bat File It Does Not Becomes Silent,, The Intro Window Keeps Shows Up

 

So Pleaz Can any Body Help To Make A Silent Install For The Language Pack

 

 

 

 

 

 

Link to comment
Share on other sites


Test if works

 

http://www.itninja.com/question/ms-office-2010-pro-french-language-pack-silent-installation

 

 

Summary:

 

1. Edit both config.xml from Omui and Pmui

 

2.Change this:

<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> --> <!-- <Setting Id="SETUP_REBOOT" Value="IfNeeded" /> -->

to:

<Display Level="none" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" /><Setting Id="SETUP_REBOOT" Value="Never" />

Add this:

<Setting Id="SETUP_REBOOT" Value="ReallySuppress" />

after this:

<Setting Id="SETUP_REBOOT" Value="Never" />

3. Copy config.xml from Omui to setup.exe location, then run setup.exe /config config.xml

 

 

PS: Tested myself and work.

Edited by condor
Link to comment
Share on other sites

i did exactly what You Said .....But still Not Silent

 

First i Modified every Conigue.xml In The Folder...Like This

 

 

<Configuration Product="OMUI.ar-sa">

    <!-- <Display Level="none" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" /> -->
    
    <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Arabic (Saudi Arabia) Language Pack Setup(*).txt" /> -->

    <!-- <USERNAME Value="Customer" /> -->
    
    <!-- <COMPANYNAME Value="MyCompany" /> -->
    
    <!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
    
    <!-- <LIS CACHEACTION="CacheOnly" /> -->
    
    <!-- <LIS SOURCELIST="\\server1\share\Office;\\server2\share\Office" /> -->
    
    <!-- <DistributionPoint Location="\\server\share\Office" /> -->
    
    <!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
    
    <!-- <Setting Id="SETUP_REBOOT" Value="never" /> -->

        <!-- <Setting Id="SETUP_REBOOT" Value="ReallySuppress" /> -->
    
    <!-- <Command Path="%windir%\systems32\msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->

</Configuration>
 

 

then i copied

 The File In The Setup Folder Then I Made A New .Bat File And Added The Following

 

setup.exe /config config.xml

 

 

Though It Doesn't Becomes Silent

 

X8dj0Ak.png

Link to comment
Share on other sites

 

2.Change this:

<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> --> <!-- <Setting Id="SETUP_REBOOT" Value="IfNeeded" /> -->

to:

<Display Level="none" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" /><Setting Id="SETUP_REBOOT" Value="Never" />

 

Do you see something? :D

 

LE. Now you see?

 

<!-- < AAAAAAAAAAAAAA /> --> 

 

and

< AAAAAAAAAAAAAA />  
Edited by condor
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...