A family of Microsoft word processing software products for creating web, email, and print documents.
Hello,
Office Home 2024 includes OneNote by default, and the normal installer does not let you select individual apps.
On Windows, you can install it without OneNote by using the Office Deployment Tool: https://www.microsoft.com/download/details.aspx?id=49117
Create a configuration.xml file containing:
<Configuration> <Add OfficeClientEdition="64"> <Product
ID="Home2024Retail"> <Language ID="en-us" /> <ExcludeApp
ID="OneNote" /> </Product> </Add> </Configuration>
Place it beside setup.exe, open Command Prompt as administrator, and run:
setup.exe /configure configuration.xml
- Microsoft confirms that Home2024Retail is supported and OneNote can be excluded through the ExcludeApp setting: https://learn.microsoft.com/en-us/troubleshoot/microsoft-365-apps/office-suite-issues/product-ids-supported-office-deployment-click-to-run
- https://learn.microsoft.com/en-us/microsoft-365-apps/deploy/deployment-guide-onenote
If Office is already installed, uninstall the complete Office suite first, because individual bundled Office apps usually cannot be removed separately.