User Tools

Site Tools


userspace:msoffice2010pro

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:msoffice2010pro [2013/01/15 13:57]
bobzbobz
userspace:msoffice2010pro [2021/08/23 08:37] (current)
Line 1: Line 1:
-====== Microsoft Office 2010 Professional Plus ====== +====== Microsoft Office 2010 Professional Plus 32-Bit ====== 
-//Scripts by Soren Birk//+//Scripts and guide by Soren Birk//
  
 I created this package with Office 32-Bit, but it is ment for both 32/64Bit-versions of Windows. I created this package with Office 32-Bit, but it is ment for both 32/64Bit-versions of Windows.
  
-Tested with:+For a selective installation of programs (Word, Excel, etc.) please take a look at [[userspace:msoffice2013pro|Microsoft Office 2013 Professional Plus 32-Bit]] by Jens Eppler. 
 + 
 +**Tested with**:
   * OPSI 4.0.2.4   * OPSI 4.0.2.4
   * Winst 4.11.3.3   * Winst 4.11.3.3
   * Windows 7, 32 and 64-Bit   * Windows 7, 32 and 64-Bit
 +
 +**Instructions:**
 +  * Creating the setup:
 +    * Extract the Office 2010 Prof Plus DVD to CLIENT_DATA\Office2010, and run the setup.exe with the parameter "/admin" (//setup.exe /admin//).
 +    * Use Microsoft Office Customization Tool to create a config that meets the needs of your company.
 +    * Take a look at this link for some inspiration: [[http://blog.stealthpuppy.com/deployment/customising-office-2010-before-deployment/|Customizing Office before Deployment]].
 +    * //Tip: set the display-level to "none" - if it is set to "basic" the user has the option to cancle the installation.//
 +    * When you have created the .MSP-file, copy it to the "Updates"-subfolder of the Office2010-folder.
 +  * Creating the uninstconfig.xml:
 +    * Go to the ProPlus.WW-subfolder of the Office2010-folder, and copy/paste the "config.xml"-file and rename it to "uninstconfig.xml".
 +    * Edit the .xml-file with the code supplied here.
  
 **Tree:** **Tree:**
Line 17: Line 30:
   ├ msoffice2010prologo.png   ├ msoffice2010prologo.png
   └ Office2010   └ Office2010
 +    ├ Updates
 +    │ └ office2010pro.MSP
     └ ProPlus.WW     └ ProPlus.WW
       └ uninstconfig.xml       └ uninstconfig.xml
 </code> </code>
- 
-**Instructions:** 
-  * Creating the setup: 
-    * Extract the Office 2010 Prof Plus DVD to CLIENT_DATA\Office2010, and run the setup.exe with the parameter "/admin". 
-    * Use Microsoft Office Customization Tool to create a config that meets the needs of your company. 
-    * Take a look at this link for some inspiration: [[http://blog.stealthpuppy.com/deployment/customising-office-2010-before-deployment/|Customizing Office before Deployment]]. 
-  * Creating the uninstconfig.xml: 
-    * Go to the ProPlus.WW-folder of the installation-DVD, and copy the "config.xml"-file and rename it to "uninstconfig.xml". 
-    * Edit the .xml-file with the code supplied here. 
  
 ==== Setup32.ins ==== ==== Setup32.ins ====
Line 202: Line 208:
 <Configuration Product="ProPlus"> <Configuration Product="ProPlus">
  
- <Display Level="basic" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />+ <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
   
  <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->  <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->
Line 226: Line 232:
 </Configuration> </Configuration>
 </code> </code>
- 
userspace/msoffice2010pro.1358258248.txt.gz · Last modified: 2021/08/23 08:37 (external edit)