Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:win16:applications:setup [2025/10/21 06:20] – [File Copying Mechanism Details] deleted because full shit prokushev | en:docs:win16:applications:setup [2025/10/21 12:28] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Windows | + | ===== Windows SETUP.INF Complete Reference ===== |
+ | |||
+ | ===== Complete Windows Installation Guide ===== | ||
+ | |||
+ | === About the Setup Program === | ||
+ | The Windows Setup program is located on Disk #1 of the Microsoft Windows disk set. The installation process consists of two main stages: | ||
+ | |||
+ | * **Stage 1: MS-DOS Mode Setup** | ||
+ | - The program evaluates the computer system configuration | ||
+ | - Requests verification of the detected information | ||
+ | - Copies basic Windows files to the system' | ||
+ | |||
+ | * **Stage 2: Windows Mode Setup** | ||
+ | - Loads the Windows operating system | ||
+ | - Installs the remaining system files | ||
+ | - Guides through a series of choices for installing printer drivers and other applications | ||
+ | |||
+ | === Running the Setup Program === | ||
+ | |||
+ | **For initial installation: | ||
+ | - Insert Windows Disk #1 into the floppy drive | ||
+ | - Switch to the appropriate drive letter (for example, A:) | ||
+ | - At the command prompt, type: setup | ||
+ | - Press the ENTER key | ||
+ | - Follow the instructions on your screen | ||
+ | - Use the F1 key for online help | ||
+ | |||
+ | **For configuration changes: | ||
+ | - Run Setup from Program Manager after Windows is installed | ||
+ | - Use to change system configuration | ||
+ | - Add or remove system files | ||
+ | |||
+ | === Command Line Parameters === | ||
+ | |||
+ | | Parameter | Purpose | | ||
+ | | /i | Ignores automatic hardware detection. The user will have to check settings and possibly make corrections on the System Information screen during Setup. | | ||
+ | | /n | Sets up a shared copy of Windows from a network server. | | ||
+ | | /a | Begins Administrative Setup by expanding and copying all files from the Windows installation disks onto a network server, and also marking the files as read-only. | | ||
+ | | /b | Sets up Windows with monochrome display attributes. | | ||
+ | | /t | Searches the drive for incompatible software that should not run at the same time as Setup or Windows. (For maintenance only.) | | ||
+ | | / | ||
+ | | / | ||
+ | | / | ||
+ | |||
+ | **Help Tip:** To see a list of the switches available for Windows Setup, at the command prompt type setup /? and press ENTER. | ||
+ | |||
+ | === Express Setup vs. Custom Setup === | ||
+ | |||
+ | **Express Setup:** | ||
+ | - Recommended for most standard installations | ||
+ | - Requires providing information only about printers and port connections | ||
+ | - Automatically detects the system hardware | ||
+ | |||
+ | **Custom Setup:** | ||
+ | - Provides precise control over how Windows is set up | ||
+ | - Requires verification of information detected about the hardware and software in your system | ||
+ | - Allows selection of: | ||
+ | * The directory where you want the Windows files installed | ||
+ | * The computer system hardware, including the monitor, mouse, and keyboard | ||
+ | * The preferred language | ||
+ | * The network configuration, | ||
+ | * The printers and printer ports for the computer system | ||
+ | * The other applications you want to run with Windows | ||
+ | * The specific Windows components you want to install | ||
+ | |||
+ | === Custom Installation Strategies === | ||
+ | |||
+ | **For single system:** | ||
+ | * Customize installation process: Choose Custom Setup at the first Setup prompt | ||
+ | * Customize after installation: | ||
+ | |||
+ | **For multiple systems: | ||
+ | * Network installation: | ||
+ | * Automated installation: | ||
+ | * Hardware list customization: | ||
+ | * Application customization: | ||
+ | |||
+ | === Critical Important Notes === | ||
+ | |||
+ | * Do not use the MS-DOS copy command to copy the Windows files from the Setup disks | ||
+ | * These files are compressed and cannot be used unless you run the Setup program | ||
+ | * Setup renames the compressed files during installation | ||
+ | * Files on your system that end with an underscore (_) are compressed and have not been installed properly | ||
+ | |||
+ | ==== Technical details | ||
==== Introduction ==== | ==== Introduction ==== | ||
- | SETUP.INF is the master configuration file that controls every aspect of Windows | + | SETUP.INF is the master configuration file that controls every aspect of Windows installation. This comprehensive reference documents all sections, keys, and installation processes based on the original Windows Resource Kit documentation. |
==== Installation Process Overview ==== | ==== Installation Process Overview ==== |