|
|
1.1 root 1:
2: #define VERSION "2.20.0000"
3: #define BUILDDATE "June 30, 1993"
4:
5: #ifdef DEBUG
6: #define STFABOUTMSG "Microsoft Setup for Windows NT\n\nJune 30, 1993\nVersion 2.20.0000 - Debug\n\nCopyright (C) 1991, 1993 Microsoft Corporation."
7: #else /* !DEBUG */
8: #define STFABOUTMSG "Microsoft Setup for Windows NT\nVersion 2.2\n\nCopyright (C) 1991, 1993 Microsoft Corporation."
9: #endif /* !DEBUG */
10:
11:
12:
13: #ifdef RC_INVOKED
14:
15: #if defined(WIN16)
16: #include <ver.h>
17: #else
18: #include <winver.h>
19: #endif
20:
21: #define VER_FILEVERSION_STR "2.2\0"
22: #define VER_FILEVERSION 2,20,0,0
23:
24: #define VER_PRODUCTNAME_STR "Microsoft Setup for Windows NT\0"
25: #define VER_COMPANYNAME_STR "Microsoft Corporation\0"
26: #define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0"
27: #define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1991, 1993\0"
28: #define VER_PRODUCTVERSION_STR "2.1\0"
29: #define VER_PRODUCTVERSION 2,10,0,45
30: #define VER_COMMENT_STR "Windows NT Setup Toolkit (Poof)\0"
31: #define VER_FILETYPE VFT_DLL
32: #define VER_FILESUBTYPE 0
33: #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
34: #define VER_FILEFLAGS 0L
35: #define VER_FILEOS VOS_NT_WINDOWS32
36:
37: #endif /* RC_INVOKED */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.