Silent Flexispooler installation parameters
For running silent installation of YSoft SafeQ FlexiSpooler installer run this command with filled in values of parameters. Run it in folder where you have downloaded <installer_name>.exe. The installer may have different name, if so, the <installer_name>.exe should be replaced by the appropriate name.
Configuration Parameters
CODE
<installer_name>.exe /S /CFG:controllerHost=<controller_hostname> /CFG:defaultPrintLayout=<A4|Letter> /CFG:noSpooling /CFG:spoolerMode=<Server|Client> /CFG:serverSpoolerHost=<server_spooler_hostname> /CFG:locationsCfgPath=<path_to_locations.config> /CFG:noUpdateLocations /CFG:noServerDiscovery /CFG:noDefaultQueue /CFG:noQueue /CFG:useLegacyPrintDriver /CFG:skipGhostscript /D=<destination_folder>
- controllerHost - parameter is required or you must provide locationsCfgPath with already filled in controllerHost
- locationsCfgPath - using parameter locationsCfgPath you may provide path to already filled in configuration file which will used then by the YSoft SafeQ FlexiSpooler
- noUpdateLocations - it disables update of locations used by YSoft SafeQ FlexiSpooler
- spoolerMode - it can have only values of "Server" or "Client". If not provided, "Client" is default value. The mod "Server" can only be used for a standalone installer. The "Client" mode can be used for both installers (Standalone, Client)
- noSpooling - by default spooling is enabled, for disabling spooling provide flag noSpooling
- defaultPrintLayout - it is used by installer only on OS where universal-pcl-driver is used. It can have only values "A4" or "Letter".
- noServerDiscovery - it disables Spooler Controller IP addresses discovery from DHCP (DHCP Option 9). If it is not present, sever discovery over DHCP is enabled.
- serverSpoolerHost is considered only for Server mode. For "Server" spoolerMode the parameter serverSpoolerHost can be assigned, default is 0.0.0.0
- noQueue - if the noQueue flag is provided, the installer will not install printer queue nor YSoft Universal Print Driver (for systems Windows 8, Windows 10, Windows 2012). Without print driver, direct queues cannot be installed and deviceUpdate that enables automatic print queue deployment needs to be disabled in configuration.
- noDefaultQueue - if the noDefaultQueue flag is provided, the installer will not set the installed print queue as a default queue.
- useLegacyPrintDriver - if useLegacyPrintDriver flag is provided, the legacy "YSoft Printer Driver PCL" will be used for print queue creation, instead of the "Universal Print Driver for Cloud"
- ghostscriptInstallation - it can have only values of "skip", "auto" or "enforce". The default value is "auto".
- The "auto" value means the ghostscript may or may not be installed, based on which print driver is selected for the installation - GS is being installed together with the "Universal Print Driver for Cloud", where it serves as a dependent for some features like job preview, YSoft Payment System, etc.
- The "skip" value means the ghostscript is never installed. If this option is selected together with the "Universal Print Driver for Cloud". Some features dependent on the job parser output will not work (i.e. job preview, estimates for YSoft Payment System, etc.).
- The "enforce" value means the ghostscript is always installed. Even if older print driver "YSoft Printer Driver PCL" is selected (useLegacyPrintDriver) and even if no print queue is deployed during installation (noQueue).
- D=<destination_folder> - If you want to specify installation directory (/D=<destination_folder>) it must be the last parameter of the call and there should be no quotation marks, e.g. <installer_name> /S <parameters> /D=<destination_folder>