Share via

Installing Office 2019

Anonymous
2019-05-31T14:09:17+00:00

Okay Dell 7010 500GB HD, 4GB Ram, Windows 10 1903, Office 2019 Pro Plus

trying to install with clean setup Office 2019 script set for CDN install or network Share, tried 32-bit and 64-bit, tried with just word and the whole suite.

try turning off smart sense and doing side load. All attempts fail with "this app can't be installed on this PC" close that box and in the command line I get access denied.

Microsoft 365 and Office | Install, redeem, activate | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2019-05-31T14:50:51+00:00

    Hi trickyhorn

    My name is Andre Da Costa; an Independent Consultant, Windows Insider MVP and Windows & Devices for IT MVP. I'm here to help you with your problem.

    Did you follow these steps to create your script?

    1. Download Office Deployment Tool via this link: https://www.microsoft.com/en-us/download/detail.... Run it and extract the files.
    2. Rename the configuration-Office365-x64 file as “configuration.xml”. Paste the configuration.xml and setup.exe file to C:\Users\Administrator.
    3. Open the configuration.xml file and replace the content with:

    <Configuration>

    <Add SourcePath="\Server\Share" OfficeClientEdition="64" Channel="Perpetual2019">

      &lt;Product ID="ProPlus2019Volume"  PIDKEY="N9J9Q-Q7MMP-XDDM6-63KKP-76FPM" &gt;
    
         &lt;Language ID="en-us" /&gt;
    
      &lt;/Product&gt;
    
      &lt;Product ID="ProofingTools"&gt;
    
        &lt;Language ID="de-de" /&gt;
    
        &lt;Language ID="ja-jp" /&gt;
    
      &lt;/Product&gt;
    

    </Add>

    <RemoveMSI All="True" />

    <Display Level="None" AcceptEULA="TRUE" />

    </Configuration>

    Note: regarding to the OfficeClientEdition and Channel, “32” and “Monthly” is an example. Please click File->Office account->About Outlook, you will see your Office client edition there. For example 32-bit or 64 bit, Monthly Channel or Semi-Annual Channel.

    1. Press Wind+R, type cmd, OK. Then type setup.exe /configure configuration.xml, press Enter.
    2. Follow the prompts to finish the configuration.

    Was this answer helpful?

    0 comments No comments