--- mstools/mssetup/intldll/bldver.h 2018/08/09 18:22:54 1.1.1.1 +++ mstools/mssetup/intldll/bldver.h 2018/08/09 18:25:16 1.1.1.2 @@ -1,33 +1,37 @@ -#define VERSION "2.01.0023" -#define BUILDDATE "March 6, 1992" +#define VERSION "2.20.0000" +#define BUILDDATE "June 30, 1993" #ifdef DEBUG -#define STFABOUTMSG "Microsoft Setup\n\nMarch 6, 1992\nVersion 2.01.0023 - Debug\n\nCopyright (C) 1991, 1992 Microsoft Corporation." +#define STFABOUTMSG "Microsoft Setup for Windows NT\n\nJune 30, 1993\nVersion 2.20.0000 - Debug\n\nCopyright (C) 1991, 1993 Microsoft Corporation." #else /* !DEBUG */ -#define STFABOUTMSG "Microsoft Setup\n\nMarch 6, 1992\nVersion 2.01.0023\n\nCopyright (C) 1991, 1992 Microsoft Corporation." +#define STFABOUTMSG "Microsoft Setup for Windows NT\nVersion 2.2\n\nCopyright (C) 1991, 1993 Microsoft Corporation." #endif /* !DEBUG */ #ifdef RC_INVOKED +#if defined(WIN16) #include +#else +#include +#endif -#define VER_FILEVERSION_STR "2.0\0" -#define VER_FILEVERSION 2,1,0,23 +#define VER_FILEVERSION_STR "2.2\0" +#define VER_FILEVERSION 2,20,0,0 -#define VER_PRODUCTNAME_STR "Microsoft Setup for Windows\0" +#define VER_PRODUCTNAME_STR "Microsoft Setup for Windows NT\0" #define VER_COMPANYNAME_STR "Microsoft Corporation\0" -#define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0" -#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1991, 1992\0" -#define VER_PRODUCTVERSION_STR "2.0\0" -#define VER_PRODUCTVERSION 2,1,0,23 -#define VER_COMMENT_STR "Windows Setup Toolkit (Poof)\0" +#define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation\0" +#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1991, 1993\0" +#define VER_PRODUCTVERSION_STR "2.1\0" +#define VER_PRODUCTVERSION 2,10,0,45 +#define VER_COMMENT_STR "Windows NT Setup Toolkit (Poof)\0" #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE 0 #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #define VER_FILEFLAGS 0L -#define VER_FILEOS VOS_DOS_WINDOWS16 +#define VER_FILEOS VOS_NT_WINDOWS32 -#endif // RC_INVOKED +#endif /* RC_INVOKED */