4
edits
Changes
Created page with "=Preliminary reading= The Info on this page is primarly based on the MS Office 2010 Page. There are only a few changed settings and you could install a volume license of 201..."
=Preliminary reading=
The Info on this page is primarly based on the [[MS Office 2010]] Page. There are only a few changed settings and you could install a volume license of 2013 with just following the 2010 Page.
But one of the biggest changes is the SkyDrive and SkyDrive Pro integration which i didnt want on my Systems and i wanted to share my knowledge.
=MS Office 2013 (volume license)=
Launch the Microsoft Office Customization Tool using setup.exe /admin. Specify any customisations you require and save them to a MSP file. The MSP file can be saved whereever is appropriate, such as the installer directory's \upgrades directory, or elsewhere. This file will be specified in the WPKG package and used by the Office installer.
==Customization==
===Office Customization Tool (.msp)===
====Disable the Opt-in Welcome Wizard====
In the Customization Tool, go to Features \ Modify user settings \ Microsoft Office 2010 \ Privacy \ Trust center and set "Disable opt-in wizard on first run" to Enabled.
====Disable Cloud Function (Skydrive)====
In the Customization Tool, go to Features \ Modify user settings \ Microsoft Office 2013 \ Miscellaneous \ set "Show SkyDrive Sign In" to Deactivated. Also set "Block signing into Office" to activated.
====Disable New Start Screen====
In the Customization Tool, go to Features \ Modify user settings \ Microsoft Office 2013 \ Miscellaneous \ set "Disable the Office Start screen for all Office applications" to Activated.
==WPKG Package==
The Package structure is the same as [[MS Office 2010]], and installation and removing is the same.
===Remove SkyDrive Context Menu===
There is one anoying Problem with Office 2013 Pro Plus. Even if you didnt install SkyDrive Pro the Context Menu will still show up and you have to remove a Registry key to get rid of it.
http://www.askvg.com/what-is-skydrive-pro-option-and-how-to-remove-it-from-context-menu-after-installing-microsoft-office-2013/
Add this Line to your package.xml
<source lang="xml">
<!-- Removes SkyDrive from Context Menu -->
<install cmd='cmd /c "reg delete HKCR\AllFilesystemObjects\shell\SPFS.ContextMenu /F"' />
</source>
The Info on this page is primarly based on the [[MS Office 2010]] Page. There are only a few changed settings and you could install a volume license of 2013 with just following the 2010 Page.
But one of the biggest changes is the SkyDrive and SkyDrive Pro integration which i didnt want on my Systems and i wanted to share my knowledge.
=MS Office 2013 (volume license)=
Launch the Microsoft Office Customization Tool using setup.exe /admin. Specify any customisations you require and save them to a MSP file. The MSP file can be saved whereever is appropriate, such as the installer directory's \upgrades directory, or elsewhere. This file will be specified in the WPKG package and used by the Office installer.
==Customization==
===Office Customization Tool (.msp)===
====Disable the Opt-in Welcome Wizard====
In the Customization Tool, go to Features \ Modify user settings \ Microsoft Office 2010 \ Privacy \ Trust center and set "Disable opt-in wizard on first run" to Enabled.
====Disable Cloud Function (Skydrive)====
In the Customization Tool, go to Features \ Modify user settings \ Microsoft Office 2013 \ Miscellaneous \ set "Show SkyDrive Sign In" to Deactivated. Also set "Block signing into Office" to activated.
====Disable New Start Screen====
In the Customization Tool, go to Features \ Modify user settings \ Microsoft Office 2013 \ Miscellaneous \ set "Disable the Office Start screen for all Office applications" to Activated.
==WPKG Package==
The Package structure is the same as [[MS Office 2010]], and installation and removing is the same.
===Remove SkyDrive Context Menu===
There is one anoying Problem with Office 2013 Pro Plus. Even if you didnt install SkyDrive Pro the Context Menu will still show up and you have to remove a Registry key to get rid of it.
http://www.askvg.com/what-is-skydrive-pro-option-and-how-to-remove-it-from-context-menu-after-installing-microsoft-office-2013/
Add this Line to your package.xml
<source lang="xml">
<!-- Removes SkyDrive from Context Menu -->
<install cmd='cmd /c "reg delete HKCR\AllFilesystemObjects\shell\SPFS.ContextMenu /F"' />
</source>