The installer supports the following command line parameters:
/S
for silent installation (switch must be uppercase)./jpg=1 /gif=1
to associate jpeg and gif files and/jpg=0 /gif=0
to unassociate them (see the supported file types under Settings - Global Settings)./all=1
and/all=0
to associate/unassociate all supported file types./kill=1
forces the closure of the application before installing it (unsaved data are lost)./D=C:\Program Files\My Installation Dir
to set the installation path.
Note: the switch must be uppercase and be the last parameter used in the command line. The path must not be surrounded by quotes, even if it contains spaces. Only absolute paths are supported.
The uninstaller has one switch for the unattended uninstallation (the uninstaller always unassociates all file types):
/S
for silent uninstallation (switch must be uppercase).