Reply To: Silent Installation

Home Forums PDF24 Creator Installation Silent Installation Reply To: Silent Installation

#1035
delecorski
Participant

Solution:

Install the Geek Software GmbH Cert before install pdf24

certutil.exe -f -addstore "TrustedPublisher" PDF24-Zertifikat.p7b

thx to testesser from NLite forum
he made a Bat file to install the PDF 24


@echo off
Title PDF24 Installation
REM wechsle ins aktuelle Verzeichnis
CD /D %~dp0

Echo.
Echo Installiere Treiber-Zertifikat
certutil.exe -f -addstore "TrustedPublisher" PDF24-Zertifikat.p7b >%temp%PDF24-Install.txt
Echo.
Echo Fehler: %errorlevel%
Echo.

if %errorlevel%==0 (
goto install
) else (
Title !!! Fehler !!!
Echo Schreibe Log nach %temp%PDF24-Install.txt
Echo.
Echo Fehler: %errorlevel% >>%temp%PDF24-Install.txt
Echo Installation wird abgebrochen ...

REM 10 Sekunden Pause
ECHO wscript.sleep 10000 >%temp%sleep.vbs
wscript.exe %temp%sleep.vbs
DEL "%temp%sleep.vbs" /f /q >nul

exit
)

:install
Echo Installiere PDF24
Echo Bitte Warten ...
PDF24-Creator-v2.8.4.exe /SILENT /LOADINF=PDF24-Creator-v2.8.4.inf
Echo.
Echo Done.
Echo.
Echo Deinstalliere Treiber-Zertifikate
Echo Deinstalliere Treiber-Zertifikate >>%temp%PDF24-Install.txt
certutil.exe -delstore TrustedPublisher 4bf87b8114e9dc990e2cb15e7060c3eb >>%temp%PDF24-Install.txt
Echo Fehler: %errorlevel%
Echo.

REM 5 Sekunden Pause
ECHO wscript.sleep 5000 >%temp%sleep.vbs
wscript.exe %temp%sleep.vbs
DEL "%temp%sleep.vbs" /f /q >nul

exit

Thread Linkhttp://www.win-lite.de/wbb/index.php?page=Thread&threadID=3829
SFX Package Link: http://team.win-lite.de/testesser/Addons/PDF24-Creator-v2.8.4_ALL.7z