Microsoft KB Archive/930849

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)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 930849

Article Last Modified on 3/7/2007



APPLIES TO

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



Source: Softricity Support

RAPID PUBLISHING

Rapid publishing articles provide information in response to emerging or unique topics and may be updated as new information becomes available.

SUMMARY

This article discusses Microsoft SoftGrid Client 4.x command-line installation parameters.

MORE INFORMATION

The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products.

The following SoftGrid command-line parameters are available for the 4.x SoftGrid client (.exe and .msi).

Parameters

Parameter Value(s) Description
SWICACHESIZE cache size in MB Specifies the size in megabytes of the SoftGrid Client cache. Default is 4096 MB, maximum is 65,535 MB, disk-space permitting.


Example: SWICACHESIZE="1024"

SWIDCSDISPLAY display name Specifies the name of the Desktop Configuration Server that will display in the Options window. Required when SWIDCSHOST is used.


Example: SWIDCSDISPLAY="Production Environment"

SWIDCSTYPE HTTP HTTP /secure SoftGrid SoftGrid /secure Specifies this Desktop Configuration Server type. Default server type is SoftGrid. The /secure switch is case sensitive and must be typed in all lowercase.


HTTP - Standard HTTP Server
HTTP /secure - Secure HTTP Server
SoftGrid - SoftGrid Virtual Application Server
SoftGrid /secure - Secure SoftGrid Virtual Application Server

Example: SWIDCSTYPE="HTTP /secure"

SWIDCSHOST hostname Specifies either the IP address of this Desktop Configuration Server or a hostname of this server that will resolve into the IP address of this server. Required when SWIDCDISPLAY is used.


Example: SWIDCSHOST="SGSERVER01"

SWIDCSPORT port number Specifies the logical port used by this Desktop Configuration Server to listen for requests from the SoftGrid Client.


HTTP - Default is 80
HTTP /secure - Default is 443
SoftGrid - Default is 554
SoftGrid /secure - Default is 332

Example: SWIDCSPORT="443"

SWIDCSPATH path name Specifies the location on this Desktop Configuration Server of the file that defines file type associations (default is /). Required when SWIDCSTYPE of HTTP is used.


Example: SWIDCSPATH="/SoftGrid/appsntypes.xml"

SWIDCSREFRESH off] Specifies whether the SoftGrid Client automatically queries the source of desktop configuration information for file type associations and applications when a user logs on to the SoftGrid client. Default is on.


Example: SWIDCSREFRESH="off"

SWISKIPDATASETTINGS false] Specifies whether the SoftGrid Data Location page will be suppressed. The SoftGrid Data Location page is where changes can be made to the default storage locations for client machine-wide data and for user-specific data. Default is true.


Example: SWISKIPDATASETTINGS="false"

SWIGLOBALDATA global data directory Specifies the directory where data will be stored that is not specific to particular users. Default is C:\Documents and Settings\All Users\Documents\.


Example: SWIGLOBALDATA="D:\SoftGrid\Global"

SWIUSERDATA user data directory Specifies the directory where data will be stored that is specific to particular users. Default is %APPDATA%. Softricity has not implemented full support for the Windows Installer. The /f (repair), /a (administrative installation), /j (product advertising), and /p (patching) options are not available.


Example: SWIUSERDATA="H:\Windows\SoftGrid Client"

SWISOFTGRIDDRIVE preferred drive drive Corresponds to the drive letter that you selected for the virtual drive.


Example: SWISOFTGRIDDRIVE="S"

Commonly used MSI Parameters

Parameter Value(s) Description
INSTALLDIR path name Specifies the installation directory of the SoftGrid Client.


Example: INSTALLDIR="D:\Program Files\Softricity"

REINSTALL Example: REINSTALL=ALL
REINSTALLMODE Example: REINSTALLMODE=vomus

Examples

The following command-line command is an example that uses the .msi file. Be aware that the Windows Installer switch "/q" is used to make this a silent installation and that the "%" characters in "%HomeDrive%" are preceded by the "^" escape character. Otherwise, the Windows command shell will set the value to that of the user who is performing the installation.

msiexec.exe /i "softgrid-ts-setup.msi" SWICACHESIZE="1024" SWIDCSDISPLAY="Production Environment" SWIDCSTYPE="HTTP /secure" SWIDCSHOST="OSFSGS" SWIDCSPORT="443" SWIDCSPATH="/SoftGrid/appsntype.xml" SWIDCSREFRESH="on" SWISKIPDATASETTINGS="false" SWIGLOBALDATA="D:\SoftGrid\Global" SWIUSERDATA="%HomeDrive%\Windows\SoftGrid Client" SWISOFTGRIDDRIVE="S" /q

The following command-line command is an example that uses the .exe file. Be aware that the InstallShield switch /s is used to make this a silent install. Also be aware that the quotation marks that appear in the "/v" section must be treated as special characters and entered as "\".

"softgrid-ts-setup.exe" /s /v"SWICACHESIZE=\"1024\" SWIDCSDISPLAY=\"Production Environment\" SWIDCSTYPE=\"HTTP /secure\" SWIDCSHOST=\"OSFSGS\" SWIDCSPORT=\"443\" SWIDCSPATH=\"/SoftGrid/appsntype.xml\" SWIDCSREFRESH=\"on\" SWISKIPDATASETTINGS=\"false\" SWIGLOBALDATA=\"D:\SoftGrid\Global\" SWIUSERDATA=\"^%HomeDrive^%\Windows\SoftGrid Client\" SWISOFTGRIDDRIVE=\"S\""

There are no SoftGrid command-line switches available for the .msp file. However, you can use the following Windows Installer command-line switches to silently install the .msp file:

msiexec.exe /p "softgrid-xx-HFxxxxxxxxxx.msp" /qn+ REINSTALL=ALL REINSTALLMODE=omus

The following command-line command is an example that uses the .msi file to upgrade the SoftGrid Client.

msiexec.exe /i "softgrid-ts-setup.msi" REINSTALL=ALL REINSTALLMODE=vomus

Note The quotation marks are required only when the value contains a space. For consistency, all the previous examples are shown as having quotation marks.

More information

For more information about this topic, see the SoftGrid Platform Administration Guide.

For more information about the Microsoft Windows Installer command-line options, visit the following MSDN Web site and search for "windows installer command-line":

For more information about the Macrovision InstallShield command-line options, visit the following Macrovision HelpNet Web site and search for "command-line":

Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.

DISCLAIMER

MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE FOR ANY PURPOSE. THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED HEREIN AT ANY TIME.

For more information about the terms of use, visit the following Microsoft Web site:

Keywords: kbexpertiseinter kbtshoot KB930849