How to install office 2021 LTSC + OneNote from MS Store

McStar-2902 0 Reputation points
2023-11-08T09:52:14.3966667+00:00

I have office 2021 LTSC installed and i want to run OneNote that installed from the win store (the OneNote don't install with office 2021 LTSC standard) but when i try to install it shows error message about uninstalling office 2021 LTSC product, why is that ? and is there anyway to make it work ?

I can install only old "OneNote for Windows 10" from https://apps.microsoft.com/store/detail/onenote/9WZDNCRFHVJL

My configuration file looks like this:

<Configuration ID="8(...)">
<Info Description=""/>
<Add OfficeClientEdition="64" Channel="PerpetualVL2021">
<Product ID="Standard2021Volume" PIDKEY="X(...)">
<Language ID="pl-pl"/>
<ExcludeApp ID="Publisher"/>
</Product>
<Product ID="LanguagePack">
<Language ID="pl-pl"/>
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="0"/>
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>
<Property Name="DeviceBasedLicensing" Value="0"/>
<Property Name="SCLCacheOverride" Value="0"/>
<Property Name="AUTOACTIVATE" Value="1"/>
<Updates Enabled="TRUE"/>
<RemoveMSI/>
<AppSettings>
<Setup Name="Company" Value="AHE"/>
<User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas"/>
<User Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas"/>
<User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas"/>
</AppSettings>
<Display Level="Full" AcceptEULA="TRUE"/>
</Configuration>

I also tried the option: Repair - online. The package installed again, but OneNote was still not there :(

Microsoft 365 and Office | OneNote | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Emi Zhang-MSFT 30,051 Reputation points Microsoft External Staff
    2023-11-09T01:16:03.92+00:00

    Hi,

    As far as I know, OneNote is included alongside the other Office apps, such as Word, Excel, and PowerPoint, when you deploy Microsoft 365 Apps, Office LTSC 2021, or Office 2019. There are no additional steps you need to take to include OneNote with new installations of Office.

    Did you install other versions of Office in the same PC before? If yes, I suggest try to run the Office tool and uninstall all Office from PC completely, then re-install Office 2021 LTSC, please download the too from this link:

    https://aka.ms/SaRA-officeUninstallFromPC

    Then please check status of Office license in PC, if there are other Office license in PC please follow these steps to remove them:

    Search CMD, right-click the Command Prompt and run as administrator. Then copy and paste the command, click Enter at last:
    cscript.exe "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" /dstatus

    If you are running 32-bit Office on a 64-bit operating system:
    cscript.exe "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" /dstatus

    User's image

    If you can find the Office product key in list, try to remove it by typing the following command with the Last 5 characters of installed product key (I replace it with XXXXX, but what you type in is what you see on your computer) in this interface:
    cscript.exe "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" /unpkey:XXXXX

    If the 32bit version of Office installed on a 64bit operation, run the following command:
    cscript.exe "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" /unpkey:XXXXX

    User's image

    Just checking in to see if the information was helpful. Please let us know if you would like further assistance.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.