User Tools

Site Tools


userspace:microsoft_office_pro_2010

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
userspace:microsoft_office_pro_2010 [2011/10/27 11:44]
Thomas_H created
userspace:microsoft_office_pro_2010 [2021/08/23 08:37] (current)
Line 3: Line 3:
 Tested with opsi 4.0.1 \\ Tested with opsi 4.0.1 \\
 requiredWinstVersion >= 4.10.8.6\\ requiredWinstVersion >= 4.10.8.6\\
-For 32 Bit\\+For 64 Bit\\
 By  //[[hungerharke@gmx.de|Thomas_H]] 2011/10/27 12:58// By  //[[hungerharke@gmx.de|Thomas_H]] 2011/10/27 12:58//
  
Line 252: Line 252:
         comment "Fatal: Nur fuer 32 Bit OS!"         comment "Fatal: Nur fuer 32 Bit OS!"
         isFatalError         isFatalError
-Mendif+endif
  
 if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))
Line 319: Line 319:
 <code> <code>
 <Configuration Product="ProPlus"> <Configuration Product="ProPlus">
-<Display Level="basic" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" NoCancel="Yes" /> -->M +<Display Level="basic" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" NoCancel="Yes" /> --> 
-<Setting Id="SETUP_REBOOT" Value="Never" /> -->M+<Setting Id="SETUP_REBOOT" Value="Never" /> -->
 </Configuration> </Configuration>
 </code> </code>
Line 326: Line 326:
 You'll have to change some informations in the config.xml. This config.xml will install Word, Excel, Powerpoint and Outlook as local installed applications. MS-Access will installed if needed, also all other components, which are dispensable (in my humble opinion). This config.xml is for the unpatient boss in the company... :)) You'll have to change some informations in the config.xml. This config.xml will install Word, Excel, Powerpoint and Outlook as local installed applications. MS-Access will installed if needed, also all other components, which are dispensable (in my humble opinion). This config.xml is for the unpatient boss in the company... :))
  
-Search for "192.168.0.1" and change the complete path to the server the installfiles are avail also for the user. Needed, if other components of Office should be installed. +  * Search for "<LIS SOURCELIST" and change the complete path to the server the installfiles are avail also for the user. Needed, if other components of Office should be installed. Delete the "<!--" at the beginning of the line and the --> at the end of the line when adding the installation-server 
-Search for "MyOrganisation" and change it to the name of your organisation+  Search for "MyOrganisation" and change it to the name of your organisation
 +  * Normally the language should be set to the language of the OS. You can add more by removing the "<!--" at the beginning of the line and the --> at the end of the line of each other language. 
 +  * Search for "MyRegKey_MyRegKey" and replace it with the registration-key of your Office-Product.
  
 +==== config.xml ====
  
 +<code>
 +<Configuration Product="ProPlus">
 +
 +        <Display Level="basic" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" NoCancel="Yes" /> -->
 +
 +        <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->
 +
 +        <USERNAME Value="MyOrganisation" /> -->
 +
 +        <COMPANYNAME Value="MyCompany" /> -->
 +        
 +        <PIDKEY Value="MyRegKey_MyRegKey" />
 +
 +        <AddLanguage Id="match" ShellTransform="yes"/>
 +        <!-- <AddLanguage Id="en-us" /> -->
 +        <!-- <AddLanguage Id="fr-fr" /> --> 
 +        <!-- <AddLanguage Id="de-de" /> -->
 +        <!-- <AddLanguage Id="es-es" /> -->
 +
 +        <!-- <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="IfNeeded" /> -->
 +
 +        <!-- <Command Path="%windir%\system32\msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
 +
 +</Configuration>
 +</code>
  
userspace/microsoft_office_pro_2010.1319715861.txt.gz · Last modified: 2021/08/23 08:37 (external edit)