98 lines
2.4 KiB
Plaintext
98 lines
2.4 KiB
Plaintext
//Microsoft App Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
IDI_ICON2 ICON DISCARDABLE "INETMGR.ICO"
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_UNABLE_TO_RUN "Unable to run %s"
|
|
IDS_UNABLE_TO_FIND "Unable to find %s"
|
|
IDS_TITLE "Start"
|
|
IDS_CANNOT_RUN_UNC "Un-able to run %s in Windows 95 from a UNC path.\nMap a directory then re-run."
|
|
IDS_INETSRV_INSTALLED_DIR "Inetsrv"
|
|
END
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------
|
|
// Version info.
|
|
//---------------------------------------------------------------------------
|
|
#include <winver.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "IIS Admin Program"
|
|
#define VER_INTERNALNAME_STR "InetMgr"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1998"
|
|
#define VER_ORIGINALFILENAME_STR "InetMgr.EXE"
|
|
#define VER_FILEOS VOS_NT_WINDOWS32
|
|
|
|
#include <ntverp.h>
|
|
#include <iisver.h>
|
|
#include <common.ver>
|