Le mode d’installation d’office 2019 avec un KMS est le même que pour Office 365 « classique ».
Il faut créer un fichier de configuration avec le site suivant : https://config.office.com/
Une fois terminé, il faudra télécharger « Office Click to Run »
La commande d’installation sera la suivante
1 2 3 4 5 6 7 8 |
:installation "%~dp0setup.exe" /configure "%~dp0configuration.xml" :ActivationManuelleviaKMS cd "C:\Program Files\Microsoft Office\Office16" cd "C:\Program Files (x86)\Microsoft Office\Office16" cscript //nologo ospp.vbs /sethst:monserveurKMS.monlab.lan cscript //nologo ospp.vbs /act |
Exemple de fichier ConfigurationXML
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<Configuration ID="7ce8ccf7-c02d-4292-9c83-df31dc5c8b08"> <Add SourcePath="Y:\Officev2019KMS" OfficeClientEdition="64" Channel="PerpetualVL2019" AllowCdnFallback="TRUE" ForceUpgrade="TRUE"> <Product ID="ProPlus2019Volume" PIDKEY="NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP"> <Language ID="fr-fr" /> <ExcludeApp ID="Groove" /> </Product> </Add> <Property Name="SharedComputerLicensing" Value="0" /> <Property Name="PinIconsToTaskbar" Value="TRUE" /> <Property Name="SCLCacheOverride" Value="0" /> <Updates Enabled="TRUE" /> <RemoveMSI /> <Display Level="Full" AcceptEULA="TRUE" /> </Configuration> |
Cet article n'a pas été revu depuis la publication.
Cet article a été créé par david le 18 mai 2019.
Laisser un commentaire