Silent installation
To perform a silent install of Workflow, the setup executable (PlanetPress_Workflow_2023.1.0.nnnn_bnnn.exe) needs to be started from the command line with the /s parameter, followed by one or more of the following parameters, each separated by a space.
In all cases, a value of “1” means include the component, while a value of “0” means it will be skipped.
Note that setting a “0” value is usually not necessary as the parameter can simply be omitted from the command.
Command line parameters
PPPRODUCTION = 0/1
(Workflow component)
PPFAX = 0/1
(Fax Component)
PPIMAGE = 0/1
(Image Component)
PPSEARCH = 0/1
(Search Component)
PPPRINTER = 0/1
(PlanetPress Printer Driver)
SHORTCUTS = 0/1
(Creation of desktop icons. 0 is the default if not selected)
UNINSTALL = 1
(Uninstall mode)
SHOWLAUNCHPROGRAM = 0
(Do not launch Update Manager after the installation is complete)
CJKFONTS= 0/1
(CJK Fonts Lib)
LASERFICHELIB = 0/1
(Laserfiche Lib)
ICRLIB = 0/1
(ICR LIBRARY)
SP = 0/1
(Sharepoint plugin)
NET40 = 0/1
(Install Microsoft .Net 4.0 redistribuable)
Example
The following performs a silent install of Workflow, the Image and Search modules and prepares desktop shortcuts for each:
"c:\temp\PlanetPress_Workflow_2023.1.0.nnnn_bnnn.exe" /s PPPRODUCTION=1 PPIMAGE=1 PPSEARCH=1 SHORTCUTS=1