/build/static/layout/Breadcrumb_cap_w.png

Enable Windows Office Features (OneNote Office Standard 2013)

Been researching this for a bit and haven't found a good solution. Some users use OneNote but most don't even have it installed. We are looking for a way to enable OneNote and install on all of our machines. We have a managed installations distributor that we would like to use (KACE SMA). I can't seem to find a working msi or script to enable OneNote for Office Standard 2013. Has anyone gotten this to work/any tips would be greatly appreciated. Thanks!


0 Comments   [ + ] Show comments

Answers (1)

Posted by: rileyz 5 years ago
Red Belt
1

Dont know about KACE.


But what you can do is reconfigure your Office to install the feature. To do this you need to create a XML and run it agagsnt the cached Office install files.

Example

AddAccessWhatever.XML

<Configuration Product="ProPlus">	<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />	<OptionState Id="ACCESSFiles" State="local" Children="force" />	<Setting Id="SETUP_REBOOT" Value="NEVER" /></Configuration>

InstallMe.cmd
"C:\MSOCache\All Users\{90150000-0011-0000-0000-0000000FF1CE}-C\setup.exe" /modify PROPLUS /config "%~dp0AddAccessWhatever.XML"

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ