Forum Discussion
re-distributable installer for OneNote for Windows 10
Hi,
I am attempting to obtain a re-distributable installer for"OneNote for Windows 10"(
We have computers in our environment where the Microsoft Store is locked down and not accessible.
I have access to the Microsoft Store on other computers and am able to successfully install/uninstall/re-install the app.
I have also conducted online searches to determine where the MS Store downloads it's files to and tried to obtain the installer files by looking in the c:\programfiles\windowsapps\ directory and have been unsuccessful.
I am attempting to comb through the temp directories to try to find anything.
Any insight and guidance would be appreciated.
Thank you.
2 Replies
- abbodi1406Steel Contributor
change left box to PackageFamilyName
paste into middle box
Microsoft.Office.OneNote_8wekyb3d8bbwe
change the right box to Retail (or Fast/Slow if you prefer Insider release)
click the check mark box
download the most recent Microsoft.VCLibs.140.00 appx (highest version), you need both x64/x86
download the most recent Microsoft.Office.OneNote appxbundle
rename files after download if necessary
install the appx first, then appxbundle, using App installer or powershell Add-AppxPackage
more detailed steps
https://www.capasystems.com/tech-blog/deploying-microsoft-store-apps/
https://forum.level1techs.com/t/how-to-install-microsoft-store-apps-without-store/145226- rscssmdCopper ContributorThank you for your prompt response.