Windows 3.x/PC World Test Drive: Difference between revisions

From BetaArchive Wiki
(Added content. References TBD.)
(Added references.)
Line 1: Line 1:
The Windows 3.0 PC World Test Drive a demonstration version of Windows 3.0 that was given away for free with issues of the InfoWorld magazine.
The Windows 3.0 PC World Test Drive a demonstration version of Windows 3.0 that was given away for free with issues of the InfoWorld magazine.<ref>http://toastytech.com/guis/misce.html</ref>


It doesn't include much. Only a PC World slideshow, a Standard Mode kernel, Program Manager, File Manager, WinHelp, Control Panel, and everyone's favorite: Solitaire. It is crippled so that it will not run regular Windows 3.0 applications; however, it is possible to run other Windows 3.0 applications by inserting the string "DEMOAPP" in to an EXE's application description header.
It doesn't include much. Only a PC World slideshow, a Standard Mode kernel, Program Manager, File Manager, WinHelp, Control Panel, and everyone's favorite: Solitaire. It is crippled so that it will not run regular Windows 3.0 applications; however, it is possible to run other Windows 3.0 applications by inserting the string "DEMOAPP" in to an EXE's application description header.<ref>https://betawiki.net/wiki/Windows_3.00_Demo</ref>


According to magazine advertisements, there were separate versions for EGA and VGA as well as 5.25" 1.2MB and 3.5" 1.44MB floppies.
According to magazine advertisements, there were separate versions for EGA and VGA as well as 5.25" 1.2MB and 3.5" 1.44MB floppies.
Line 7: Line 7:
==Installation on VGA systems==
==Installation on VGA systems==


Only the EGA version has been found thus far. The Setup program in this version gets confused if you try to install it on a machine with VGA. To fix this, edit the '''<code>[display]</code>''' section of <code>SETUP.INF</code> and add the line:
Only the EGA version has been found thus far.<ref>https://www.youtube.com/watch?v=WeSNEFRznCY</ref> The Setup program in this version gets confused if you try to install it on a machine with VGA. To fix this, edit the '''<code>[display]</code>''' section of <code>SETUP.INF</code> and add the line:


<pre>vga = 1:ega.drv, "EGA", "133,96,72", , 1:egalogo.lgo, , , , 1:egalogo.rle</pre>
<pre>vga = 1:ega.drv, "EGA", "133,96,72", , 1:egalogo.lgo, , , , 1:egalogo.rle</pre>

Revision as of 18:51, 7 July 2017

The Windows 3.0 PC World Test Drive a demonstration version of Windows 3.0 that was given away for free with issues of the InfoWorld magazine.[1]

It doesn't include much. Only a PC World slideshow, a Standard Mode kernel, Program Manager, File Manager, WinHelp, Control Panel, and everyone's favorite: Solitaire. It is crippled so that it will not run regular Windows 3.0 applications; however, it is possible to run other Windows 3.0 applications by inserting the string "DEMOAPP" in to an EXE's application description header.[2]

According to magazine advertisements, there were separate versions for EGA and VGA as well as 5.25" 1.2MB and 3.5" 1.44MB floppies.

Installation on VGA systems

Only the EGA version has been found thus far.[3] The Setup program in this version gets confused if you try to install it on a machine with VGA. To fix this, edit the [display] section of SETUP.INF and add the line:

vga = 1:ega.drv, "EGA", "133,96,72", , 1:egalogo.lgo, , , , 1:egalogo.rle

References