2025-04-27 07:49:33 -04:00

23 lines
733 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