OK here is the original detective work post. It is my post.*SNIP*
This IS an actual, stripped down copy of Windows 3.11, modified/improved by Calmira . In some cases, the guy was smart enough to try to replace the copyright notices, but if you look closely, he had to make some odd replacements to keep the byte count the same. For example
"Microsoft"
"A.v. soft"
"Windows"
"Freewin"
Code:
for i in $(ls *); do strings $i|less ; done
Quote:
Originally Posted by sample of interesting things
FileVersion
1.00
InternalName
COMMDLG
LegalCopyright
Copyright
2000 Joshua Brannon
OriginalFilename
COMMDLG.DLL
ProductName
COMMDLG Replacement
ProductVersion
1.00
StringFileInfo
040904E4
CompanyName
Microsoft Corporation
FileDescription
Windows COMM Driver
FileVersion
3.10
InternalName
COMM
LegalCopyright
Copyright
Microsoft Corp. 1991-1992
OriginalFilename
COMM.DRV
ProductName
Microsoft
Windows(TM) Operating System
ProductVersion
3.10
VarFileInfo
Translation
CompanyName
Microsoft Corporation
FileDescription
DDE Management library
FileVersion
4.10.1998
InternalName
DDEML
LegalCopyright
Copyright (C) Microsoft Corp. 1991-1998
OriginalFilename
DDEML.DLL
ProductName
Microsoft(R) Windows(R) Operating System
You are using a Windows 3.0 display driver with Windows 3.1 ... You need to contact your
video board manufacturer for updated video drivers. IconMaker and other programs may n
ot work properly with your current driver. The FastDraw flag in ICONMKR.INI is being se
t to 0 ... When you update your driver, you should be able to change the flag to 1, and
get improved performance.
Copyright (C) 1983-1990 Microsoft Corp. All Rights Reserved.
FileDescription
Windows Keyboard Driver
FileVersion
3.10
InternalName
KEYBOARD
LegalCopyright
Copyright
Microsoft Corp. 1991-1992
OriginalFilename
KBD.DRV
ProductName
Microsoft
Windows(TM) Operating System
ProductVersion
3.10
Portions Copyright (c) 1983,92 Borland
CompanyName
A.v. Soft Corporation
FileDescription
Freewin file expansion library
FileVersion
3.11
InternalName
LZEXPAND
LegalCopyright
Copyright
A.v. Soft Corp. 1989-1993
OriginalFilename
LZEXPAND.DLL
ProductName
A.v. Soft
Freewin(TM) Operating System
ProductVersion
3.11
CompanyName
a.v. soft Corporation
FileDescription
System APIs for Multimedia
FileVersion
InternalName
mmsystem.dll
LegalCopyright
Copyright
a.v. soft Corp. 1991
OriginalFilename
mmsystem.dll
ProductName
a.v. soft Freewin
ProductVersion
VarFileInfo
Translation
InternalName
MOUSE
LegalCopyright
Copyright
Microsoft Corp. 1991-1992
OriginalFilename
MOUSE.DRV
ProductName
Microsoft
Windows(TM) Operating System
ProductVersion
3.10
VarFileInfo
Translation
CompanyName
AreCo d.o.o.
FileDescription
3D Controls Driver using CTL3D or CTL3DV2 libraries.
FileVersion
1.27
InternalName
Z3DC
LegalCopyright
Copyright
Pekic Zoltan,1994-95
OriginalFilename
Z3DC.DRV
VarFileInfo
Translation
CompanyName
Microsoft Corporation
FileDescription
Multimedia sound driver
FileVersion
InternalName
mmsound.drv
LegalCopyright
Copyright
Microsoft Corp. 1991
OriginalFilename
mmsound.drv
ProductName
Microsoft Windows
ProductVersion
VarFileInfo
Translation
CompanyName
Microsoft Corporation
FileDescription
VGA 386 enhanced mode display component
FileVersion
3.10
InternalName
GRABBER
LegalCopyright
Copyright
Microsoft Corp. 1991-1992
OriginalFilename
VGA.3GR
ProductName
Microsoft
Windows(TM) Operating System
ProductVersion
3.10
Freewin for Workgroups 3.11 could not start. Make sure that you are running
MS-DOS version 3.30 or higher, and that the "files=" line in CONFIG.SYS
is set to 20 or higher.
FileVersion
3.10
InternalName
TOOLHELP
LegalCopyright
Copyright
Microsoft Corp. 1981-1996
OriginalFilename
TOOLHELP.DLL
ProductName
Microsoft
Windows(TM) Operating System
ProductVersion
3.10
InternalName
FIXFONTS
LegalCopyright
Copyright
Microsoft Corp. 1991-1992
OriginalFilename
VGAFIX.FON
ProductName
Microsoft
Windows(TM) Operating System
ProductVersion
3.10
VarFileInfo
:Microsoft Windows 3.1 Coprocessor/Emulator Library 7.00.00
*SNIP*
Do the strings yourself. You will find the same information.