Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

"C:\Program Files\StepOver\SimpleSigner\uninstall.exe" -q


...

SimpleSigner7

...

Parameter Function

-lang=

This parameter allows you to select the language in which the program is to be installed. The following options are available:

D, GB, ES, IT, PL, NL, F (for German, English, Spanish, Italian, Polish, Dutch and French).

-unattended

Setup runs without user interaction (no questions are asked during installation), showing progress windows unless -silent is passed

-silent

Requires Parameter ,,-unattended'' in Order not to display any windows during setup.

-path=

Specifies root installation folder. Default path value is "C:\Program Files\StepOver\SimpleSignerX" or under 64Bit "C:\Program Files (x86)\StepOver\SimpleSignerX"
-connection=

Install SimpleSigner as local, TCP or Citrix Version, the following options are available:

local, citrix, tcp

 Examples: 

SimpleSigner6SimpleSigner7_XXXXXX.exe -overwrite -lang=D -unattended -silent
SimpleSigner6SimpleSigner7_xxxxx.exe -lang=GB -unattended -silent -connection=citrix

...

Code Block
languageactionscript3
titleDeinstall
Run %WindowsFolder%\StepOver\%ProductName%\uninstall.exe
with parameters
"/U:%AppFolder%\SimpleSigner6SimpleSigner7\Uninstall\uninstall.xml\" -unattended

...

Code Block
languageactionscript3
titleExample
"C:\Windows\StepOver\SimpleSigner6SimpleSigner7\uninstall.exe" "/U:C:\Program Files (x86)\StepOver\SimpleSigner6SimpleSigner7\Uninstall\uninstall_SimpleSigner.xml" -unattended

...