How does the silent installation work?

How does the silent installation work?

On Windows the Excire Foto Office Edition Installation provides the possibility to be called in silent mode. The installation must be called with administrator privileges.

All calls return 0 on success. During the installation the install logfile install.log is written into the directory "%AppData%/Excire Foto Office Edition". Errors during uninstallation are also written in this file. A successful uninstallation deletes the logfile.

Installation

Parameters for silent installation:
/S
Silent installation
/NCRC
Disable CRC check (is always shown in a windows)
/AcceptEula
Accept the EULA
/NoShortcuts
Disable the creation of desktop and start menu shortcuts
/D
Specify a user defined installation directory

Notes
All following examples are given for Windows Command Prompt and batch scripts, not for Powershell

Example call (with standard options):
  1. start "" /wait "ExcireFotoOfficeEdition-1.1.0-x64.exe" /S /NCRC /AcceptEula
Example call (with custom installation directory and without creation of desktop and start menu shortcuts):
Attention: Parameter /D must be the last and it's value must not be in quotation marks, even if it contains spaces.
  1. start "" /wait "ExcireFotoOfficeEdition-1.1.0-x64.exe" /S /NCRC /AcceptEula /NoShortcuts /D=C:\Program Files\Excire Foto Office Edition


Uninstallation

Parameters of silent uninstallation:
/S
Silent uninstallation
/DeleteDatabases
Delete standard database of each user on this device

For an installation in a custom path, use your custom installation path instead of "C:\Program Files\Excire Foto Office Edition".
Attention: Parameter =? must be the last and it's value must not be in quotation marks, even if it contains spaces.

Example call (with standard options):
  1. copy "C:\Program Files\Excire Foto Office Edition\Uninstall.exe" . & start /wait Uninstall.exe /S _?=C:\Program Files\Excire Foto Office Edition
Example call (with deletion of default user database for all users):
  1. copy "C:\Program Files\Excire Foto Office Edition\Uninstall.exe" . & start /wait Uninstall.exe /S /DeleteDatabases _?=C:\Program Files\Excire Foto Office Edition



    • Related Articles

    • Open with... does not work as expected

      If you want to open a photo from Excire Foto by right-clicking on it, but the call does not work, please proceed as follows: In Excire Foto: right click on the image on "Show in file browser" and then from Windows Explorer right click -> "Open with" ...
    • Can Excire Search be moved or copied to another directory after installation?

      During the installation, any location can be chosen on Windows for the installation. The default path is "C:\Program Files\Excire Search". On Mac OSX, only the default path ("/Applications/Excire Search") is possible. Excire Search consists of the ...
    • Where can I find Excire Search after installation?

      The Excire Search functions can be found in the Library -> Plugin Extras menu after installation. (There are two different „Plugin-Extras“ submenus in Lightroom, this was not our idea!) The basic settings for Excire Search can be found under File - ...
    • How does the AI aesthetics rating work?

      People often ask what criteria artificial intelligence (AI) uses to assess aesthetics and thus distinguish between "good" and "less good" photos. We recently asked our experts for an explanation. "Our AI has learned from a large number of photos what ...
    • How does the purchasing process work?

      As part of the purchase process, a user is created for the contact email address in the so-called "Orgadmin" area of the Excire license server. In addition to a purchase confirmation, which also contains download links for the software, buyers also ...