Command Line Parameters for Installation File |
Mehr über den Worksheet Crafter erfahren Scroll Prev Top Next More |
Parameters
The following parameters are supported by our installers:
Parameter |
Description |
/SILENT or /VERYSILENT |
Request the installer to be quiet or very quiet. A quiet installation does not provide a Wizard but still shows the installation progress. A very quiet installation runs completely without user interface. |
/SUPPRESSMSGBOXES |
Requests the installer to suppress all message boxes. This only has an effect in combination with the /SILENT or /VERYSILENT parameter. |
/LOG="filename" |
Veranlasst die Installation dazu, sämtliche Aktionen und Fehlermeldung in einer Log-Datei zu protokollieren. Der Pfad/Dateiname der Logdatei wird mit übergeben. Wenn nur ein Dateiname und kein Pfad definiert ist, dann wird die Log-Datei im Verzeichnis des Installers erzeugt. Hinweis: die Installation wird abgebrochen falls die Log-Datei nicht erzeugt werden kann. |
/LANG=language |
Sets the language for the installer and the application (e.g. "de" for German or "en" for English). If this is not set the default language of the operating system will be used. |
/DIR="x:\dirname" |
Defines the target folder for the installation. It has to be an absolute path. If not defined the default is used (typically "C:\Program Files\Worksheet Crafter"). |
The following parameters are only supported by Worksheet Crafter installer:
Parameter |
Description |
/LOGINMETHOD="method" |
Set the login method provided by Worksheet Crafter. For the value "single" login data will be stored directly in the user account on the computer. "multi" lets Worksheet Crafter support multiple users with one user account. Detailed information about login methods can be found here. |
Return value
The installer returns an "exit code" that states if the installation was successful:
Exit Code = 0: |
Installation was successful |
Exit Code < 0: |
Installation was aborted. Reason: invalid license data. |
Exit Code > 0: |
Installation was aborted. Reason: the installer failed to execute the installation. Details may be found in the log file. |
Distributing the admin.ini
On installation you may automatically distribute your admin.ini. Copy your admin.ini to the installer directory befor running the installation. If the installer finds the admin.ini file it will be copied to the target directory.
As an alternative on Windows you may provide a path to the admin.ini via command line parameter "-AdminIniPath". Example:
WorksheetCrafter.exe -AdminIniPath c:\temp\admininitest\admin.ini
Example Command Lines
Worksheet Crafter:
Worksheet_Crafter_Setup_Full_2019.3.exe /LOGINMETHOD=multi /SILENT /SUPPRESSMSGBOXES /LANG=de
Deinstallation:
unins000.exe /SILENT /SUPPRESSMSGBOXES /LOG=c:\temp\uninstall.log