Copy wininet to branch
[reactos.git] / reactos / subsys / system / vmwinst / vmwinst.rc
1 /* $Id$ */
2
3 #include <defines.h>
4 #include "vmwinst.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS VMware(r) driver installation utility\0"
7 #define REACTOS_STR_INTERNAL_NAME "vmwinst\0"
8 #define REACTOS_STR_ORIGINAL_FILENAME "vmwinst.exe\0"
9 #include <reactos/version.rc>
10
11 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
12
13 1 24 DISCARDABLE "manifest.xml"
14
15 /* Bitmaps */
16 IDB_WATERMARK BITMAP "resources/watermark.bmp"
17 IDB_HEADER BITMAP "resources/header.bmp"
18
19
20 /*
21 * Everything specific to any language goes in one of the specific
22 * files. Note that you can and may override resources which also have
23 * a neutral version. This is to get localized bitmaps for example.
24 */
25 #include "En.rc"
26 #include "De.rc"
27 #include "Dk.rc"
28 #include "Es.rc"
29