The install is very similiar to Office 2007. Run setup.exe /admin to create a customized patch for the install. I made 2 patches, one for a quiet install, one for a silent. I put the product key in the msp file so that it is not plain text in the XML. I created a msi with the following registry information to a) disable the privacy window upon launching OneNote for the first time and b) to run a repair on this msi for every user that logs in, thus disabling the privacy window for every user. This msi was 'sucked into' the patch file as a file to copy down to the machine and I had the msi run by putting it in the section of the patch to have a file run after install.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{GUID OF YOUR MSI}]
"<default>"="OneNote2007PrivacyNotificationDisable"
"StubPath"="msiexec.exe /fu {GUID OF YOUR MSI} /qn"
"Version"="1.0.0.0"
-------------------------------------------
I created a uninstall.xml file that contained only the following:
This then runs the Admin Config windows, use it to configure any settings that you want, once happy with settings save, it produces a *.msp (microsoft patch) file.
Put this file in to the "Updates" folder, when you run the setup.exe it will automaticaly use any details that you specified.
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