Seite 2 von 2

Re: Office 2016 Installation

Verfasst: 13 Jul 2018, 11:16
von SisterOfMercy
danielalpha007 hat geschrieben:Interessant.. Leider nutze ich keinen KMS Service im Netzwerk und habe auch keinen Volume Key. Deswegen möchte ich meine einzelnen Keys für Office Standard ( oder im Test Office Pro Plus ) per Product Property mitgeben.
Well, py-kms is simple, runs on a standard linux server. And I have two sets of volume keys, which were acquired seperately at the same time. I'm not sure if using py-kms is 100% legal, but hey, microsoft contradicts itself so often with regard to licenses. And with opsi I can easily see on how many computers it is installed.

Re: Office 2016 Installation

Verfasst: 13 Jul 2018, 12:15
von danielalpha007
SisterOfMercy hat geschrieben:
danielalpha007 hat geschrieben:Interessant.. Leider nutze ich keinen KMS Service im Netzwerk und habe auch keinen Volume Key. Deswegen möchte ich meine einzelnen Keys für Office Standard ( oder im Test Office Pro Plus ) per Product Property mitgeben.
Well, py-kms is simple, runs on a standard linux server. And I have two sets of volume keys, which were acquired seperately at the same time. I'm not sure if using py-kms is 100% legal, but hey, microsoft contradicts itself so often with regard to licenses. And with opsi I can easily see on how many computers it is installed.
Hallo, mein Problem liegt in der Installation, und nicht in der Aktivierung von Office.

Grüße

Re: Office 2016 Installation

Verfasst: 27 Aug 2018, 13:27
von n.kriesel
Auch wenn der Beitrag schon etwas betagter ist, würde ich, sofern die Vorlage aus dem opsi-wiki verwendet wurde, in der Sektion

Code: Alles auswählen

[DosInAnIcon_set_key]	
cscript //b "$InstallPath$\$InstallDir$\$OfficeDir$\ospp.vbs" /inpkey:$LicenseKey$
exit %ERRORLEVEL%
die Zeile

Code: Alles auswählen

cscript //b "$InstallPath$\$InstallDir$\$OfficeDir$\ospp.vbs" /act
ergänzen. SisterOfMercy hatte darauf schon hingewiesen, die Option

Code: Alles auswählen

/inpkey:$LicenseKey$
installiert laut Doku lediglich einen Produktschlüssel. Im Anschluss muss dieser aktiviert werden.

Sollte dann so aussehen.

Code: Alles auswählen

[DosInAnIcon_set_key]	
cscript //b "$InstallPath$\$InstallDir$\$OfficeDir$\ospp.vbs" /inpkey:$LicenseKey$
cscript //b "$InstallPath$\$InstallDir$\$OfficeDir$\ospp.vbs" /act
exit %ERRORLEVEL%
Gruß
Nico Kriesel