Jump to content

O2k7 silent


MyStur

Recommended Posts

Hy guys i try to make a silent install of office 2k7 an the MUI

i have a way from config.xml but everything is silent from there where i must click on install

a solution for full silent? Anyone knows that?

here is the code

<Configuration Product="ProPlus">
<AddLanguage Id="sl-si" ShellTransform="Yes" />
<Display Level="basic" CompletionNotice="no" SuppressModal="yes" NoCancel="No" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" />
<PIDKEY Value="XXXXX" />
<USERNAME Value="b" />
<COMPANYNAME Value="a" />
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<LIS CACHEACTION="CacheOnly" />
<SetupUpdates CheckForSUpdates="Yes" />

<OptionState Id="ACCESSFiles" State="local" Children="force" />
<OptionState Id="EXCELFiles" State="local" Children="force" />
<OptionState Id="OUTLOOKFiles" State="local" Children="force" />
<OptionState Id="PPTFiles" State="local" Children="force" />
<OptionState Id="WORDFiles" State="local" Children="force" />
<OptionState Id="RMSFiles" State="local" Children="force" />
<OptionState Id="SHAREDFiles" State="local" Children="force" />
<OptionState Id="TOOLSFiles" State="local" Children="force" />

<OptionState Id="GrooveFiles" State="Absent" Children="force" />
<OptionState Id="OneNoteFiles" State="Absent" Children="force" />
<OptionState Id="PubPrimary" State="Absent" Children="force" />
<OptionState Id="VisualStudio_PreviewServer_SPD" State="Absent" Children="force" />
<OptionState Id="XDOCSFiles" State="Absent" Children="force" />
<OptionState Id="PROJECTFiles" State="Absent" Children="force" />
<OptionState Id="WAC_SPD" State="Absent" Children="force" />

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

</Configuration>

and for mui

<Configuration Product="OMUI.sl-si">

<Display Level="basic" CompletionNotice="no" SuppressModal="yes" NoCancel="No" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Slovenian Language Pack Setup(*).txt" />
<PIDKEY Value="xxx" />
<USERNAME Value="xxx" />
<COMPANYNAME Value="xxx" />

<SetupUpdates CheckForSUpdates="Yes" />

<OptionState Id="ACCESSFiles" State="local" Children="force" />
<OptionState Id="EXCELFiles" State="local" Children="force" />
<OptionState Id="OUTLOOKFiles" State="local" Children="force" />
<OptionState Id="PPTFiles" State="local" Children="force" />
<OptionState Id="WORDFiles" State="local" Children="force" />
<OptionState Id="RMSFiles" State="local" Children="force" />
<OptionState Id="SHAREDFiles" State="local" Children="force" />
<OptionState Id="TOOLSFiles" State="local" Children="force" />

<OptionState Id="GrooveFiles" State="Absent" Children="force" />
<OptionState Id="OneNoteFiles" State="Absent" Children="force" />
<OptionState Id="PubPrimary" State="Absent" Children="force" />
<OptionState Id="VisualStudio_PreviewServer_SPD" State="Absent" Children="force" />
<OptionState Id="XDOCSFiles" State="Absent" Children="force" />
<OptionState Id="PROJECTFiles" State="Absent" Children="force" />
<OptionState Id="WAC_SPD" State="Absent" Children="force" />

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


</Configuration>

Link to comment
Share on other sites


I always become this screen (take a look in the picture)

but when i took a install of msp file always a error that i havent the new version of the installer but i have the latest on

whats wrong

A solution please

post-111490-1190932008_thumb.jpg

Link to comment
Share on other sites

to silent install o2k7, all you need to do is:

1. run setup.exe /admin

follow the screen to customorise your o2k7

select all the features you want to install and deselect the features you do not need

you will get a *.msp file. name the msp file at your choice.

2. put the msp file in the updates directory in the office 2007 folder

3. run setup.exe

it will be totally silent install.

Edited by curtin
Link to comment
Share on other sites

to silent install o2k7, all you need to do is:

1. run setup.exe /admin

follow the screen to customorise your o2k7

select all the features you want to install and deselect the features you do not need

you will get a *.msp file. name the msp file at your choice.

2. put the msp file in the updates directory in the office 2007 folder

3. run setup.exe

it will be totally silent install.

Yes ok but now it opesns a window where i can choose

Install

Costumize

when i clik on install it install silently

how can i get rid of that

Link to comment
Share on other sites

do as curtin said, but instead of putting the *.msp file in the updates folder, put it in the root folder (where setup.exe exists)

then just run setup.exe /adminfile <yourfile>.msp

i think that should work. newayz, therez a thread regarding this somewhere here.

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...