Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED SCCM Office 2019 package

  • Thread starter Thread starter dj3094
  • Start date Start date
  • Replies Replies 9
  • Views Views 3K
Status
Not open for further replies.

dj3094

Well-Known Member
Messages
241
Reaction score
7
Points
18
hello all,

I am working on creating office 2019 pacakge, I created application and it works good. Manager asked me to create package with different programs. I created the package and deployed it on to test machine, it is taking ever to download. the source file I am using is setup.exe ODT file and configuration file. I am thinking that it might be downloading from internet again. But I already used setup.exe /download configuration.xml and downloaded the source files needed. Is there any way I can cretae package that will get installed faster. For application its taking only 5 min to get installed. For package its almost 2hrs now and is 20 % downloaded, not sure it will install.

Regards
 
Hi dj3094
It's not normal it takes 2 hours to download that ,

Can you show me the Setup /download configuration.xml files ?

Sokoban
 
i create package from these files
setup.exe /configure confihuration-Office365-x64.xml
it takes ever for package. but application 10 min tops
 
Thanks but I mean how it's XML look like, example

<Configuration>
<Add
SourcePath="C:\office extract\files"
OfficeClientEdition="64"
Channel="PerpetualVL2019"
AllowCdnFallback="True">
<Product ID="ProPlus2019Volume" PIDKEY="#####-#####-#####-#####-#####" >
<Language ID="en-us" />
</Product>

</Add>
<RemoveMSI All="True" />
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>
 
<Configuration>

<Add Sourcepath="\\hqacmnas\sccm2012\Package Source\Office 2019" OfficeClientEdition="32" Channel="PerpetualVL2019" OfficeMgmtCOM="True">
<Product ID="ProPlus2019Volume">
<Language ID="en-us" />
</Product>

</Add>

<RemoveMSI All="True" />

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

<<Property Name="AUTOACTIVATE" Value="1" />

</Configuration>
 
Status
Not open for further replies.

Forum statistics

Threads
7,028
Messages
27,501
Members
17,685
Latest member
Termad
Back
Top