...
Package is available in Landesk - Public\OIT - OIT - CutePDF
Packaging information is available - by looking into the bat file which drives the package installationbelow.
Unattended command line installation
Example:
Code Block |
---|
@echo off
IF EXIST %windir%\SysWOW64\ (
:: Install Ghost Converter - prerequisite for CutePDF
"%~dp0gs907w64.exe" /S
:: Install CutePDF
"%~dp0CuteWriter.exe" /sp- /verysilent /norestart /SUPPRESSMSGBOXES
)
:END |