Differences
This shows you the differences between two versions of the page.
en:docs:win16:applications:setup [2025/10/21 06:01] – created prokushev | en:docs:win16:applications:setup [2025/10/21 06:20] (current) – [File Copying Mechanism Details] deleted because full shit prokushev | ||
---|---|---|---|
Line 1069: | Line 1069: | ||
The SETUP.INF file copying system operates through these key mechanisms: | The SETUP.INF file copying system operates through these key mechanisms: | ||
- | **1. Destination Directories Definition: | ||
- | < | ||
- | [DestinationDirs] | ||
- | DefaultDestDir | ||
- | system | ||
- | winabc | ||
- | root = 10, "" | ||
- | </ | ||
- | **Directory ID Codes:** | ||
- | * 25 - Windows directory | ||
- | * 10 - Root directory of boot drive | ||
- | * 11 - System directory | ||
- | * 30 - Root directory of installation drive A: | ||
- | |||
- | **2. Disk Number References: | ||
- | File references like < | ||
- | |||
- | **3. File Selection Process:** | ||
- | - Setup reads hardware configuration | ||
- | - Matches configuration to [machine] section entries | ||
- | - Resolves short names to actual files through related sections | ||
- | - Copies files to destinations specified in [DestinationDirs] | ||
- | - Updates dependencies through [Update.Dependents] | ||
- | |||
- | **4. Example Resolution Chain:** | ||
- | < | ||
- | [machine] entry: ast_386_486= ... ,system, ... | ||
- | [system] section: system= 2: | ||
- | [disks] section: 2=. ," | ||
- | Result: Copies system.drv from Disk #2 to appropriate directory | ||
- | </ | ||
- | |||
- | This comprehensive SETUP.INF reference provides complete documentation of all installation parameters and processes for Windows 3.1, ensuring accurate system configuration and software installation across all supported hardware platforms. |