Silent installation of XP/VS Terminal Server
To install XP/VS Server in a silent mode please try following:
(Note: Not possible if you are going to use an XP/VS Terminal Server Professional license)
Download .msi packages from here:
32-bit:
http://www.thinstuff.com/releases/ThinstuffXPVSServer-latest-x86.msi
64-bit:
http://www.thinstuff.com/releases/ThinstuffXPVSServer-latest-x64.msi
You can use the command "msiexec" --> with "?" you get a list of all available operators.
If you add "/quiet", no user interaction is required and the server is restarted immediately after installation.
Other options would be "/passive" - only progress bar will be shown.
Some of our drivers require a confirmation before the installation continues.
However, in case you do not need TSX USB - which is only available if you are using a Professional license. You can disable this feature:
msiexec /i c:\Temp\ThinstuffXPVSServer-latest-x64.msi DISABLETSXUSB=1 /quiet /passive