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!
Answers (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>
"C:\MSOCache\All Users\{90150000-0011-0000-0000-0000000FF1CE}-C\setup.exe" /modify PROPLUS /config "%~dp0AddAccessWhatever.XML"