TBarCode V7
Use the MSI package provided on request by our support team. To run the setup in silent mode use the following parameter:
TBarCode_Setup.msi /quiet
TBarCode V8, V9, V10
Use the standard MSI setup package, which is available for public download. You can select the feature you want to install through the ADDLOCAL parameter. E.g. if you want to install only the TBarcode OCX component run the setup this way.
msiexec /i TBarCode_Setup.msi ADDLOCAL=FeatTBarCode,FeatOCX /qn
Optional: add parameter INSTALLDIR=C:\MyInstallDir for installation into a specific directory.
Other features: FeatDLL, FeatNET
Uninstall
You can suppress the feedback page during uninstall with the NO_UI property set to 0.
msiexec /x TBarCode_Setup.msi /qb NO_UI=0