20 Administrator Guide for SAS 9.1.3 Foundation for Microsoft Windows
START ATTRIBUTE
NAME = "Status"
ID = 1
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(32)
VALUE = "Success"
END ATTRIBUTE
START ATTRIBUTE
NAME = "Description"
ID = 2
ACCESS = READ-ONLY
STORAGE = SPECIFIC
TYPE = STRING(255)
VALUE = "Installation Successful."
END ATTRIBUTE
END GROUP
The Status and Description fields, along with their corresponding values, provide information
on the results of the installation. In this example, the installation was successful, as indicated
by the bold items above.
For a failure, the fields above might be set as follows:
NAME = "Status"
VALUE = "Failed"
NAME = "Description"
VALUE = "Installation aborted by the user."
If the MIF file indicates success, then there is no need to be concerned with the log file. If the
MIF file indicates that the installation failed, and you feel more troubleshooting is necessary,
you will need to review the log file.
The Log File in Quiet Mode
The log file provides you with much more detail about the actions that took place during the
execution of the tool. This file is helpful when troubleshooting Quiet Mode.
The System Requirements Wizard log file is written to the location specified by the LogFile
option given on the Quiet Mode command line.
A sample log file follows:
1-8-2002 11:00:01: Operating System: Windows NT
1-8-2002 11:00:01: Windows NT Service Pack: Service Pack 5
1-8-2002 11:00:01:
1-8-2002 11:00:01: Validating Microsoft Shell Folder Service
5.50.4027.300...
1-8-2002 11:00:01: File Comparison of:
D:\WINNT\System32\shfolder.dll
1-8-2002 11:00:01: System Value: 5.0.2314.1000
1-8-2002 11:00:01: Comparison: #LESSTHAN#
1-8-2002 11:00:01: Required Value: 5.50.4027.300
1-8-2002 11:00:01: Comparison FAILED
1-8-2002 11:00:01:
1-8-2002 11:00:01: Validating Microsoft Internet Explorer 5.0...
1-8-2002 11:00:01: Registry Comparison of:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version