| Argument | Description |
| -silent | No UI is shown |
| -unattended | UI is shown but no user interaction |
| -restart | Force to restart the system after install or uninstall |
| -uninstall | Uninstall software |
| -force | Force to install even if same version is already installed |
Examples
| Scenario | Example |
| Install without UI with no restart | Lenovo_ThinkSmart_Software.exe -silent |
| Install with UI without no user interaction | Lenovo_ThinkSmart_Software.exe -unattended |
| Uninstall with UI and force to restart | Lenovo_ThinkSmart_Software.exe -uninstall -restart |
| Uninstall without UI | Lenovo_ThinkSmart_Software.exe -uninstall -silent |
lenovo_thinkSmart_setup.exe returns an exit code with the following results
| Return Code | Description |
| 0 | Success |
| 1 | Fail |
| 2 | Not a supported system |
| 3 | Same version is already installed |