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.
open "office directory"
open "Data directory"
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...
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.
open "office directory"
open "Data directory"
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...