Extended confirmed users
6,677
edits
(Installation services) Tags: Reverted Visual edit |
(Undo revision 247444 by 2601:603:5000:BD90:DD8A:AB01:3277:676E (talk)) Tag: Undo |
||
Line 18: | Line 18: | ||
This is the last version of Windows to be available on 5.25-inch floppy disks, specifically the original release. At this point, Microsoft no longer offered the floppy release of Windows for OEMs, as the CD release became the more widespread one. It is the first version of Windows to support upgrade paths from [[Windows 3.1x]] and the first version of Windows to support upgrade paths to [[Windows 98]], [[Windows 98 SE]], [[Windows 2000]] and [[Windows Me]]. | This is the last version of Windows to be available on 5.25-inch floppy disks, specifically the original release. At this point, Microsoft no longer offered the floppy release of Windows for OEMs, as the CD release became the more widespread one. It is the first version of Windows to support upgrade paths from [[Windows 3.1x]] and the first version of Windows to support upgrade paths to [[Windows 98]], [[Windows 98 SE]], [[Windows 2000]] and [[Windows Me]]. | ||
== Development == | == Development == | ||
Line 36: | Line 33: | ||
The valid Password is derived from the Key: <code>password = (strrev(key) ^ 0x414d57) % 1000000</code>. | The valid Password is derived from the Key: <code>password = (strrev(key) ^ 0x414d57) % 1000000</code>. | ||
Entering a valid Password passes the upgrade check. | Entering a valid Password passes the upgrade check. | ||
This was implemented in <code>COMPLINC.DLL</code> by [[Windows 95 build 89e|build 89e]], and was most likely used on direction from Microsoft Support Services | This was implemented in <code>COMPLINC.DLL</code> by [[Windows 95 build 89e|build 89e]], and was most likely used on direction from Microsoft Support Services. | ||
<gallery> | <gallery> | ||
Windows-95-Upgrade-Password.png|The upgrade password dialog | |||
Windows-95-Upgrade-Password-Wrong.png|Wrong password is entered | |||
</gallery> | </gallery> | ||
==Unattended batch installation== | ==Unattended batch installation== |