https://worldofeuc.com logo
Title
j

Juan Loredo

05/25/2023, 1:49 PM
Hello. We deployed Office 365 without OneNote by mistake and now we are trying to add it without having users uninstall/reinstall Office. I know we can deploy the OneNote standalone but we would like to just match what we already have. I saw this document from Microsoft, but I cant get it to work, so now i'm just wondering if this even works. TIA. https://learn.microsoft.com/en-us/deployoffice/deployment-guide-onenote
a

Aaron Parker

05/25/2023, 2:52 PM
This this with
.\setup.exe /configure uninstallOneNote.xml
<Remove All="FALSE">
    <Product ID="OneNote">
    </Product>
</Remove>
You might need to try some different values for OneNote, as these are also valid
OneNoteFreeRetail
,
OneNoteRetail
,
OneNote2021Volume
👍 1