How to deploy and activate Microsoft Office 2019 Standard with VLSC key

Cloud_Geek_82 901 Reputation points
2021-11-02T05:18:44.093+00:00

Hi guys,

I have a VLSC key for Office 2019 Standard.
I deployed Office 2019 Standard with ODT.
XML configuration as below.

<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="Standard2019Volume" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX">
<Language ID="en-us" />
</Product>
</Add>
<Property Name = "SharedComputerLicensing" Value = "1" />
<!-- <RemoveMSI All="True" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>

However, after deployment I can only activate with signing in to work, school or personal account.

Is something wrong with my configuration file?

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,796 Reputation points
    2021-11-02T07:18:46.943+00:00

    @Cloud_Geek_82

    Have other Microsoft Office products been installed on this machine before?

    Currently, I suggest you run the commands to check the Office activation information first.

    Search "CMD", right-click the Command Prompt and run as administrator. Then copy and paste the command below in it, 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

    Then please take a screenshot and post here. I would check whether there is any other Office products affect your volume licensed Office 2019.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.


    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Cloud_Geek_82 901 Reputation points
    2021-11-05T09:48:49.727+00:00

    hi @Emily Hua-MSFT ,

    Setting SharedComputerLicensing to 0 in configration XML file seems helped.
    Thanks for your help.

    1 person found this answer helpful.

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.