WindowsXP-SP1/inetsrv/iis/svcs/infocomm/setup/svcsetup.rc
2020-09-30 16:53:49 +02:00

40 lines
629 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Name:
gdsetup.rc
Abstract:
This function describes the resources required for
Internet Services setup.
Environment:
User Mode- Win32.
File History:
Murali R. Krishnan ( MuraliK) 07-March-1995
--*/
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Internet Services Setup"
#define VER_INTERNALNAME_STR "svcsetup.exe"
#include "iisver.h"
#include "common.ver"