...
You can use setup package to install StepOver Device Driver. Run the file so_device_driver.exe and follow on-screen instructions.
You can include setup package into another installation program and run so_device_driver.exe in silent mode, by specifying startup parameters. The following startup arguments supported:
-unattended — runs setup without asking questions to the user;
-silent — don't show progress dialog during setup. Has no effect only when-unattended parameter is also specified;
-noshortcut— don't create a shortcut for Device Configuration Utility in Start menu under Programs->StepOver;
-lang=<language> — specifies language used by the driver. Possible <language> values are GB, D, ES, F, NL, PL;
-path=<setup_path> — specifies installation folder.
-noBonjour — Setup will not Apples Bonjour Service which is required for signing on Andriod/iOS devices
Example:
so_device_driver.exe -unattended -silent -lang=D -path="C:\Program Files\StepOver"
...
Code Block | ||||
---|---|---|---|---|
| ||||
Run %WindowsFolder%\StepOver\%ProductName%\uninstall.exe
with parameters
"/U:%AppFolder%\driver\Uninstall\Driver-uninstall.xml" -unattended -noreboot -deinstallBonjour /s |
Code Block | ||||
---|---|---|---|---|
| ||||
"C:\Windows\StepOver\Signature Device Driver\Driver-uninstall.exe" "/U:C:\Program Files (x86)\StepOver\driver\Driver-Uninstall\Driver-uninstall.xml" -unattended -noreboot -deinstallBonjour /s |
Manual installation
Copy the following files in one Directory:
...