From bbd425e4a4e31c22a38af350362875e972fa8f31 Mon Sep 17 00:00:00 2001 From: donkey <84121166+iadonkey@users.noreply.github.com> Date: Sat, 21 Sep 2024 16:45:26 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5330916..a0a558b 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,17 @@ For detailed information about each command and its available options, you can u twinpack.exe --help ``` +## Installation parameters + +The Twinpack installer supports for parameters to run a silent installation + +- `/SILENT` can be used to switch the installer into 'silent' mode, where no user interaction is required. With this argument, the following additional arguments can be used to configure the setup + - `/CLI` install command-line utilities in the (default) installation folder (`C:\Program Files (x86)\Zeugwerk GmbH\Twinpack`) + - `/TCXAE15` integrate Twinpack into TcXaeShell 32-bit + - `/TCXAE17` integrate Twinpack into TcXaeShell 64-bit + - `/VSIX15:0` integrate Twinpack into 32-bit versions of Visual Studio (e.g. Visual Studio 2017) + - `/VSIX17:0` integrate Twinpack into 32-bit versions of Visual Studio (e.g. Visual Studio 2022) + ## Further information