Windows 95 and Windows 98 Upgrade Answer File Parameters

[This is preliminary documentation and subject to change.]

To support the Migration Extension Interface, the Win9x Upgrade section has been added to the UNATTEND.TXT answer file. (Note that this is subject to change before Beta 2.)

[Win9x Upgrade]

Attended = [Yes|No]
Default value is Yes. Attended specifies if the upgrade is running in attended mode or not. When set to No, Setup assumes default values for the rest of the Win9x Upgrade section parameters:
MigrationDllPath = <path>
Specifies a local or UNC path to migration DLLs. Setup will search this directory and its subdirectories for migration DLLs.
ReportOnly = [No|Yes]
Default value is No. This parameter forces Setup to generate a compatibility report and then terminate without upgrading the computer.
SaveReportTo = <path>
Default is the local computer system drive (generally C:\). Specifies a local or UNC path (not a file name) to the desired location of Setup compatibility report files (HARDWARE.TXT and SOFTWARE.TXT). HARDWARE.TXT contains the hardware compatibility report. SOFTWARE.TXT contains the software compatibility report.
AppendComputerNameToPaths = [No|Yes]
Default value is No. This key is used to specify whether the computer name should be appended to the path to which the compatibility reports are to be saved. The directory is created if it does not already exist. For example, if SaveReportTo = C:\reports and the computer name is Testcomp, the reports would be saved to C:\reports\Testcomp.