windows-nt/Source/XPSP1/NT/base/ntsetup/oobe/msoobe/msoobe.rc
2020-09-26 16:20:57 +08:00

23 lines
711 B
Plaintext

#include <msoobe.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft Out of Box Experience"
#define VER_INTERNALNAME_STR "MSOOBE\0"
#define VER_ORIGINALFILENAME_STR "MSOOBE.EXE"
#include <common.ver>
1 ICON DISCARDABLE "activate.ico"
STRINGTABLE DISCARDABLE
BEGIN
2000 "Activate Windows"
2001 "Prompts you to activate this copy of Windows for anti-piracy protection."
IDS_APPNAME "Windows Setup"
IDS_SETUPFAILURE "Setup encountered and unexpected error.\r\nPlease contact the SetupHot alias."
END