为什么 Windows 98 安装程序的一部分看起来比其他程序更旧? (2020)
Why does part of the Windows 98 Setup program look older than the rest? (2020)

原始链接: https://retrocomputing.stackexchange.com/questions/14903/why-does-part-of-the-windows-98-setup-program-look-older-than-the-rest

Windows 98 的安装过程由三个不同的阶段组成。 在初始阶段,Windows 使用 DOS 设置工具在 DOS 环境中设置基本的磁盘结构。 随后,推出了 Windows 98 的最小版本,从而可以进行进一步的文件复制和配置调整。 最后,完成后,Windows 98 会在首次使用之前进行控制并完成其自己的设置过程。 在整个这些过程中允许中断,允许用户观察进展情况并在必要时进行更改。 安装程序也可以从 MS-DOS 或现有 Windows 版本等替代环境启动,以方便升级。

文本表达了对 Windows 操作系统的挫败感和不满,特别是针对 Windows 11。演讲者是一位长期的 Windows 用户,他分享了他们对各种功能和可用性问题的沮丧,并对以前的版本进行了有利的比较。 他们提到了任务栏、“开始”菜单中的广告以及遗留软件集成不良的问题。 作者还谈到了历史方面,分享了对过去版本的记忆及其独特的特征。 然而,总体而言,该文本传达了对当前 Windows 操作系统的强烈负面情绪。
相关文章

原文

Basically, because it is running under Windows 3.1 at that point.

Windows 98’s setup process goes through three main phases, in three different operating environments; each one installs the operating environment for the next, until the installation is complete.

  1. The first, which can run from the setup floppies and/or CD-ROM, uses a DOS program (DOSSETUP.BIN) to set up disk partitions, run various checks etc.:

    Screenshot of the DOS phase of Windows 98 setup

    This phases finishes by copying a minimal version of Windows 3.1 to the target installation drive, in a temporary directory (normally WININST0.400), containing DOSX.EXE, USER.EXE, GDI.EXE, KRNL386.EXE, LZEXPAND.DLL etc. (see MINI.CAB).

  2. The second uses this minimal Windows 3.1 to run a Windows 3 program, W98SETUP.BIN (specified as the “shell” in SYSTEM.INI):

    Screenshot of the Windows 3 phase of Windows 98 setup

    This starts by copying more files to support all the information-gathering during setup, and various other niceties including the 3D look shown in your screenshot (the contents of the PRECOPY CABs); it ends by copying most of Windows 98, setting the system up so that it will boot Windows 98 from the target drive, and rebooting.

  3. The third runs after the first boot into Windows 98, from Windows 98:

    Screenshot of the Windows 98 phase

Many PCs with Windows 98 pre-installed were shipped in a variant of the state left at the end of the second phase above; the third phase starts with a “Starting Windows 98 for the first time” message, and follows that up by asking the user for their name and company name. Thus PC buyers got a system pre-installed, but ready to be personalised.

You can interrupt setup at any point, or inspect the image during installation in an emulator, to see what’s present on the disk and thus determine the runtime environment.

It is also possible to initiate the setup process from any of the above environments, which is how Windows 98 handles upgrades (from MS-DOS, or Windows 3, or Windows 95).

联系我们 contact @ memedata.com