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 11:57] – prokushev | en:docs:win16:applications:setup [2025/10/21 12:28] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Windows | + | ===== Windows SETUP.INF Complete Reference ===== |
- | Of course. My apologies for the previous incomplete response. Here is the full, high-quality translation and restructuring of the provided text into English, formatted for DokuWiki. | + | ===== 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: | ||
- | ### Installation and Configuration | + | * **Stage 1: MS-DOS Mode Setup** |
+ | - The program evaluates the computer system configuration | ||
+ | - Requests verification | ||
+ | - Copies basic Windows | ||
- | This guide provides | + | * **Stage 2: Windows Mode Setup** |
+ | - Loads the Windows operating system | ||
+ | - Installs the remaining system files | ||
+ | - Guides through | ||
- | ---- | + | === Running the Setup Program === |
- | #### ==== About the Windows 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 | ||
- | The Windows | + | **For configuration changes: |
+ | - Run Setup from Program Manager after Windows is installed | ||
+ | - Use to change system configuration | ||
+ | - Add or remove system files | ||
- | - **Phase 1: DOS-Based Setup** | + | === Command Line Parameters === |
- | -- Setup evaluates your computer' | + | |
- | -- It then copies the essential Windows files to your hard drive. | + | |
- | - **Phase 2: Windows-Based Setup** | + | |
- | -- Setup loads the Windows graphical environment for the first time. | + | |
- | -- It installs the remaining system files and drivers. | + | |
- | -- You are prompted to configure system settings, install printer drivers, and set up applications. | + | |
- | + | ||
- | **Note:** In this documentation, | + | |
- | + | ||
- | ---- | + | |
- | + | ||
- | #### ==== New Features in Windows 3.1 Setup ==== | + | |
- | + | ||
- | The Setup program for Windows 3.1 includes several significant improvements: | + | |
- | + | ||
- | - **Compatibility Verification** | + | |
- | -- Setup checks for and warns about device drivers known to be incompatible with either the Setup process or Windows 3.1 itself. It can automatically update drivers from previous Windows 3.x installations. | + | |
- | - **Automated Hardware Detection** | + | |
- | -- Whether you choose Express or Custom Setup, the program automatically detects most hardware (display, keyboard, mouse). You rarely need to manually select devices from a list. | + | |
- | - **Startup Group** | + | |
- | -- Setup automatically creates a " | + | |
- | - **Automated Installation** | + | |
- | -- You can fully automate the installation process by creating a script file. This is ideal for system administrators deploying Windows on multiple machines. | + | |
- | + | ||
- | ---- | + | |
- | + | ||
- | #### ==== Executing the Setup Program ==== | + | |
- | + | ||
- | The Setup program serves two primary purposes, which require different execution methods: | + | |
- | + | ||
- | | **Purpose** | **How to Execute** | | + | |
- | | :--- | :--- | | + | |
- | | **Initial Installation or Upgrade** | Run `setup` from the MS-DOS command prompt, either from the floppy disks or a network drive. | | + | |
- | | **Modify Existing Installation** | Run Setup from within Windows via the Program Manager to change your system configuration or add/remove components. | | + | |
- | + | ||
- | **Procedure for a standard installation from floppy disks:** | + | |
- | + | ||
- | - Insert Windows 3.1 **Disk #1** into your floppy drive. | + | |
- | - Switch to the corresponding drive letter (e.g., `A:`). | + | |
- | - At the command prompt, type **`setup`** and press **Enter**. | + | |
- | - Follow the on-screen instructions. Press the **F1** key at any time for help. | + | |
- | + | ||
- | **Critical Note:** Do not use the MS-DOS `copy` command to transfer files from the installation disks. The files are compressed and must be processed by the Setup program, which decompresses and renames them correctly. | + | |
- | + | ||
- | ---- | + | |
- | + | ||
- | #### ==== Setup Command-Line Parameters ==== | + | |
- | + | ||
- | You can customize the Setup program' | + | |
| Parameter | Purpose | | | Parameter | Purpose | | ||
- | | :--- | :--- | | + | | /i | Ignores |
- | | **`/i`** | Bypasses | + | | /n | Sets up a shared copy of Windows from a network server. | |
- | | **`/n`** | Installs | + | | /a | Begins |
- | | **`/a`** | Performs an **Administrative Setup**, copying all files from the disks to a network server and marking | + | | /b | Sets up Windows with monochrome display |
- | | **`/b`** | Configures | + | | /t | Searches |
- | | **`/t`** | Scans the drive for software that may conflict with Setup or Windows | + | | / |
- | | **`/ | + | | / |
- | | **`/ | + | | /s:[filename] | Specifies the SETUP.INF file, including a path for the Windows installation |
- | | **`/s:[path]`** | Specifies the path to the directory containing | + | |
- | + | ||
- | **Tip:** To see a list of all available switches, type **`setup /?`** at the command prompt. | + | |
- | + | ||
- | ---- | + | |
- | #### ==== Express | + | **Help Tip:** To see a list of the switches available for Windows |
- | At the beginning of the installation, | + | === Express Setup vs. Custom Setup === |
- | - **Express Setup (Recommended)** | + | **Express Setup:** |
- | -- The fastest and simplest method, ideal for most users. | + | - Recommended |
- | -- You are only required to provide basic information, | + | - Requires providing information |
- | -- Setup handles everything else automatically. | + | - Automatically detects the system hardware |
- | - **Custom Setup** | + | **Custom Setup:** |
- | -- Designed for advanced users who require | + | - Provides |
- | -- You are asked to verify and potentially modify | + | - Requires verification of information detected about the hardware and software |
- | -- Allows you to select/ | + | - Allows |
+ | * The directory where you want the Windows files installed | ||
+ | * The computer system hardware, including | ||
+ | * The preferred language | ||
+ | * The network | ||
+ | * The printers | ||
+ | * The other applications | ||
+ | * The specific Windows components you want to install | ||
- | ---- | + | === Custom Installation Strategies === |
- | #### ==== Custom | + | **For single system:** |
+ | * Customize installation process: Choose | ||
+ | * Customize after installation: | ||
- | The following decision trees help you plan how to install and customize Windows. | + | **For multiple systems: |
+ | * Network installation: | ||
+ | * Automated installation: | ||
+ | * Hardware list customization: | ||
+ | * Application customization: | ||
- | - **For a Single Computer** | + | === Critical Important Notes === |
- | -- **To customize the *installation process*:** Choose **Custom Setup** at the first prompt. | + | |
- | -- **To customize Windows *after* installation: | + | |
- | | + | * Do not use the MS-DOS copy command |
- | | + | * These files are compressed |
- | | + | * Setup renames |
- | --> Then, use **`setup /n`** on each workstation to install a shared copy. | + | * Files on your system that end with an underscore (_) are compressed and have not been installed |
- | -- **To automate installation for multiple users:** | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | -- **To create a standardized user environment: | + | |
- | | + | |
==== Technical details ==== | ==== Technical details ==== | ||
Line 122: | Line 87: | ||
==== 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 ==== |