Microsoft KB Archive/930877

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:35, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


How to precache applications in SoftGrid 4.x

Article ID: 930877

Article Last Modified on 8/15/2007



APPLIES TO

  • Microsoft SoftGrid for Terminal Services
  • Microsoft SoftGrid for Windows Desktops



SUMMARY

This article discusses the methods that are used to precache applications in Microsoft SoftGrid 4.x.

MORE INFORMATION

Applications can be precached in SoftGrid 4.x by using the sfttray.exe command-line options /refreshall and /loadall.

Several methods can be used with these commands. For example, Scheduled Tasks can be used with these commands, as shown in the following example.

  1. Create a domain account. Assign the account to each SoftGrid-enabled application that will be delivered to the SoftGrid Client.

    Note The sfttray.exe commands must be run in a user context. That user must have access to the SoftGrid-enabled applications. Otherwise, these applications will not be made available during the update operation.

  2. Create a Scheduled Task that is named SoftGrid Refresh All. This task is to run the following command:

    "%ProgramFiles%\Softricity\SoftGrid for Terminal Servers\sfttray.exe" /refreshall

    Configure the task to run as the newly created account.
  3. Create a Scheduled Task that is named SoftGrid Load All. This task is to run the following command:

    "%ProgramFiles%\Softricity\SoftGrid for Terminal Servers\sfttray.exe" /loadall

    Configure the task to run as the newly created account.
  4. Schedule the SoftGrid Load All task to run several minutes after the SoftGrid Refresh All task runs. This action lets the update process finish before the load begins.


Keywords: kbexpertiseinter kbhowto KB930877