Office 2019 and Deployment issue

  • Thread starter Thread starter mpng2008
  • Start date Start date
M

mpng2008

Guest
Hi,

We are Microsoft Partner and I have downloaded from the following site https://my.visualstudio.com/Downloads?q=Office 2019

the Office 2019. I am sure that Office 2019 version is different to my Office2019VL.

It is a ISO file and if I unzip that file, I see the following structure.

1602990.png

open "office directory"

1602991.png

open "Data directory"

1602989.png

I have tried to deploy office with SCCM and I want to install ONLY "word" and "excel"


Here is my config.xml file


<Configuration>
<Add SourcePath="\\sccmserver\soureces\Applications\Office2019MSDN\Office\" OfficeClientEdition="32">
<Product ID="ProPlus2019" my KEY" >
<Language ID="en-us"/>
<ExcludeApp ID="Access"/>
<ExcludeApp ID="Groove"/>
<ExcludeApp ID="Lync"/>
<ExcludeApp ID="OneDrive"/>
<ExcludeApp ID="OneNote"/>
<ExcludeApp ID="Outlook"/>
<ExcludeApp ID="PowerPoint"/>
<ExcludeApp ID="Publisher"/>
</Product>
</Add>
<RemoveMSI All="True" />
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>

I run the following command

Setup32.exe /configure config.xml

and I have tried with

Setup.exe /configure config.xml

But it installed all Office applications on the client machine.

What is here wrong?


Regards


Nick

Continue reading...
 
Back
Top