The information in this article applies to:
SYMPTOMSWhen Windows NT environment variables (such as %SystemRoot%) are added to the registry during a repackage, they are captured by a repackage process, but the resulting script does not write the correct value(s) to the registry on the client during the Systems Management Server Installer installation routine. CAUSE
Systems Management Server Installer uses the syntax %VARIABLENAME% to
denote internal script variable values. For example, if the Installer
variable USER is set to a value of 'John Smith', using the %USER% syntax
would cause 'John Smith' to be substituted wherever %USER% appeared.
WORKAROUNDUsing %SystemRoot% as an example, you would change the string %SystemRoot% to %%SystemRoot%% wherever it exists in the Installer script. This causes the literal value %SystemRoot% to be written to the system, which allows the environment variable to be resolved correctly. STATUSMicrosoft has confirmed this to be a problem in Microsoft Systems Management Server Installer version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: prodsms
Keywords : smsinst |
Last Reviewed: September 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |