How to perform a silent install with ST Micro/TouchChip BSP
Description:
This article describes the parameters necessary to execute the TouchChip BSP installer in silent mode, to assist with software deployment.
INFORMATION
To perform a silent install:
Setup.exe <PROPERTY=VALUE> /q /i
You can specify the following properties:
USERNAME
Name of user for registration of installation
COMPANYNAME
Name of company for registration of installation
INSTALLDIR
Installation directory
Example:
Setup.exe USERNAME="Test user" COMPANYNAME="MyCompany" INSTALLDIR="F:\Program Files\TouchChip" /q /i
All properties are optional.
To perform a silent uninstall:
Use /x instead of /i. [Setup.exe /q /x]
Keywords: bsp touchchip stmicro st micro install silent setup