CPBX via Gruppenrichtlinie im Netzwerk ausrollen
5 years ago
Hallo,
ich versuche auf Win10-Rechnern, wie ich das auf Win7-Rechnern schon gemacht habe, die CPBX -Software (cloud-pbx.win-msi-22.9.10.277.msi) mittels Gruppenrichtlinie auszurollen.
Erster Versuch (wie bei Win7): Wenn ich das MSI-Paket direkt via "Softwareinstallation" bereitstelle, passiert nichts nachvollziehbares (GPO wird aber angewendet!!).
Zweiter Versuch: Versuche ich das MSI-Paket mit einer Batch-Datei auszurollen, erhalte ich eine Logfile-Ausgabe, die bestätigt, dass die Installation erfolgreich war. Die Software ist aber NICHT installiert. Das ist mein hier relevanter Code-Abschnitt:
----------------------------------
set "MSILogFile=C:\temp\ CPBX \CPBXlog.txt"
set "OKFolder=C:\temp\ CPBX \OK"
set "Source=%~dp0"
set "MSIFile=%Source%01_cloud-pbx.win-msi-22.09.10.277.msi"
set "Destination=%programfiles(x86)%\Telekom Deutschland GmbH\Cloud PBX "
If not exist "%Destination%" mkdir "%Destination%" rem zu Testzwecken, funktioniert!
"C:\WINDOWS\System32\MsiExec.exe" /I "%MSIFile%" /quiet WRAPPED_ARGUMENTS="/S/ALLUSERS/outlookaddin/D=%Destination%" /Li "%MSILogFile%"
rem 1.
IF %ERRORLEVEL% EQU 0 if exist "%Destination%\communicator.exe" mkdir %OKFolder% && echo installiert am %date% >> %MSILogFile%
rem 2.
IF %ERRORLEVEL% EQU 0 if not exist "%Destination%\communicator.exe" echo unvollständig installiert am %date% >> %MSILogFile%
rem 3.
IF %ERRORLEVEL% NEQ 0 echo ausgefuehrt am %date%, Fehler %ERRORLEVEL% >> %MSILogFile%
--------------
Ausgegeben wird "rem 2."
Kann mir jemand helfen?
Herzliche Grüße,
Andreas
822
0
6
This could help you too
Popular tags last 7 days
You might also be interested in
Buying advice
Do you need personal purchasing advice? Telekom's business customer team will be happy to advise you.
View offers
Find out about our current offers for cloud & digital services.