mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
711 B
22 lines
711 B
#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
|