Terminal Services  «Prev  Next»

Lesson 6 Installing applications on Terminal Server
Objective Install an application on Terminal Server.

Installing Applications on Terminal Server

To install an application, you must log on to the server running Terminal Services by using the built-in Administrator account. After installation, you can run a compatibility script to modify the application to run on a Terminal Server.
To make an application available for multiple users, application files need to be copied to a central location on the server rather than a user's home directory. Note: For security purposes, install all applications on an NTFS partition. Applications for multiple users There are two methods that you can use to make applications available for multiple users when installing applications on a Terminal Server:
  1. Using Add/Remove Programs in Control Panel
  2. Running the change user command at the command prompt before and after installing the program

Using Add/Remove Programs

Add/Remove Programs, which automatically runs the change user command, is the preferred method for installing applications on a Terminal Server. To install a program by using Add/Remove Programs:
  1. Log on to the Terminal Server as Administrator and close all programs
  2. Start Add/Remove Programs
  3. Click All users begin with common application settings to install the application for all users
  4. Follow the instructions in the Wizard

Using Change user Command

Use the change user command only when you have already installed an application and want to ensure multiuser access. For example, when Microsoft Internet Explorer( prompts you to install an add-on application, run the change user command to ensure that the add-on application is installed for multiuser access. The change user command performs the following actions:
  1. Before the application is installed, change user/install places the system in install mode and turns off .ini file mapping. The system then records how the Setup application programming interfaces (APIs) initially install the application.
  2. After the application is installed, change user/execute returns the system to execute mode, restores .ini file mapping, and redirects user-specific data to the user's home directory. When the user opens the application, user-specific registry settings are automatically propagated as needed to the user's home directory.

In the following simulation you can practice installing applications on a Terminal Server.

Installing Terminal Services Client

  1. In Control Panel, double click Add/Remove Programs.
  2. Click CD or Floppy.
  3. Click Next.
  4. On the Run Installation Program page, type D:\Win2kResourceKit\SETUP.EXE then click Finish.
  5. Click Next.
  6. Click Next.
  7. Type Student in the Name box, then click Next.
  8. Click Next
  9. Click Next. The installation process starts.
  10. Click Finish to complete the installation.
The next lesson will show you how to modify applications to run in a multiuser environment.