SimpleSigner - Setup Parameter
Parameter | Function | ||
---|---|---|---|
-overwrite | Overwrites a previously installed program so that the old one does not have to be uninstalled. | -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 | No windows will be displayed 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 |
...
Code Block | ||||
---|---|---|---|---|
| ||||
Run %WindowsFolder%\StepOver\%ProductName%\uninstall.exe
with parameters
"/U:%AppFolder%\SimpleSigner6\Uninstall\uninstall.xml\" -unattended -noreboot |
Code Block | ||||
---|---|---|---|---|
| ||||
"C:\Windows\StepOver\SimpleSigner6\uninstall.exe" "/U:C:\Program Files (x86)\StepOver\SimpleSigner6\Uninstall\uninstall_SimpleSigner.xml" -unattended -noreboot |