Showing posts with label Applications. Show all posts
Showing posts with label Applications. Show all posts

Thursday, March 4, 2010

Applications

Applications

Installation

Checklist: Install applications

Before installing applications on a Terminal Server, you must put the server into "install mode". In this mode, all changes made to the registry and to ini-files will be monitored and copied to the shadow area in the registry. This process ensures that all users will receive their personal copy of those registry keys and ini-files. You can put a Terminal Server in Install mode by using the Add/Remove Programs tool in Control Panel, but this method does not work when you install applications directly from the web.

A method which gives you more control over the process is to put the server into install mode from the command prompt:

  1. Open a command window (Start - Run - cmd)
  2. Type "change logon /disable" (without the quotes) to disallow new connections to the server
  3. Use Terminal Services Manager to verify that there are no user sessions; send a message to connected users, requesting them to log off
  4. Type "change user /install" (without the quotes) to put the server into install mode
  5. Install your application
  6. When the installation is completely finished, type "change user /execute" to put the server back into it's normal execute mode
  7. Type "change logon /enable" to allow users to connect again

Troubleshooting application issues

If a program doesn't execute as expected after installation, check the following articles and troubleshooting tools:

Specific application issues

Client / server application issues

  • 272582 - Windows 2000 Terminal Services Incorrectly Closes Files on Remote Shares
  • 818528 - Problems When More Than One User Accesses the Same File Through Terminal Services
  • 830265 - Out of memory error messages when you try to save files
  • 299603 - PRB: "Error reading file" Error Message on Windows 2000 Terminal Services
  • 219956 - PRB: Too Many Files Open Running VFP on Windows Terminal Server
  • 294816 - Programs that are run from a network share on Terminal Services close or generate errors

Miscellaneous issues

  • 816513 - Poor Program Performance Occurs in a Remote Terminal Services Session
  • 80863 - Limiting Simultaneous Users of an Application
  • 840342 - Applications may not run correctly in a Terminal Services environment
  • 924893 - An application window may not be drawn correctly when you run the application in a remote desktop session to a Windows XP-based computer

Application streaming / launching / publishing

Information for developers