PDA

View Full Version : Detect Terminal Server Install



Doug I
04-13-2010, 03:18 PM
Hi,

Is there a snippet of code or command to detect that the installer is running under Terminal Services?

I'd like to be able to warn the user about "Install Mode" being required to properly install the program on a TS machine. I know there is an API that exists that identifies the presence of TS. Just wanted to know if SB made it simple enough to detect with some built-in command.

Thanks,
Doug I.

linder
04-14-2010, 12:56 AM
Doug,

There is a script function Get System Info (Windows Suit Mask) that allows you to identify the product suites available on the system. It should return $VER_SUITE_TERMINAL$ if Terminal Services is installed. But I am not sure if this helps.

Friedrich