Hi all I'm in need of a bit of help I have an installer that I am trying to write. As the exe will not be called 'setup.exe' or 'install.exe' it is not being picked up by the system to display the 'This exe must be run from within the add/remove programs' dialog box. So, I thought I would add some code to detect Terminal Serivces and display the dialog myself. I found some code to check for the VER_SUITE_TERMINAL suite and it all seemed to be working as hoped, until I tried it on a Win2003 server machine where the VER_SUITE_TERMINAL flag is set, but the machine does not have the terminal services components installed. Is there a way that I can detect whether terminal services is running or that an executable needs to be installed via the add/remove programs? Cheers Sean