MyStur Posted September 21, 2007 Posted September 21, 2007 Hy guys i try to make a silent install of office 2k7 an the MUIi 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>
MyStur Posted September 27, 2007 Author Posted September 27, 2007 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 onwhats wrong A solution please
MyStur Posted September 27, 2007 Author Posted September 27, 2007 and when i set<Display Level="basic".....and change to<Display Level="none".....the same result
curtin Posted September 28, 2007 Posted September 28, 2007 (edited) 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 needyou 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 folder3. run setup.exeit will be totally silent install. Edited September 28, 2007 by curtin
MyStur Posted September 28, 2007 Author Posted September 28, 2007 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 needyou 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 folder3. run setup.exeit will be totally silent install.Yes ok but now it opesns a window where i can choose InstallCostumizewhen i clik on install it install silentlyhow can i get rid of that
k1LrOy Posted September 30, 2007 Posted September 30, 2007 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>.mspi think that should work. newayz, therez a thread regarding this somewhere here.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now