e5ff25752b578eeb64733c9fca8fbe11f0385f43
[reactos.git] / reactos / subsys / system / vmwinst / vmwinst.rc
1 #include <defines.h>
2 #include <reactos/resource.h>
3 #include "vmwinst.h"
4
5 #include "Es.rc"
6
7 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
8
9 VS_VERSION_INFO VERSIONINFO
10 FILEVERSION RES_UINT_FV_MAJOR,RES_UINT_FV_MINOR,RES_UINT_FV_REVISION,RES_UINT_FV_BUILD
11 PRODUCTVERSION RES_UINT_PV_MAJOR,RES_UINT_PV_MINOR,RES_UINT_PV_REVISION,RES_UINT_PV_BUILD
12 FILEFLAGSMASK 0x3fL
13 #ifdef _DEBUG
14 FILEFLAGS 0x1L
15 #else
16 FILEFLAGS 0x0L
17 #endif
18 FILEOS 0x40004L
19 FILETYPE 0x2L
20 FILESUBTYPE 0x0L
21 BEGIN
22 BLOCK "StringFileInfo"
23 BEGIN
24 BLOCK "040904b0"
25 BEGIN
26 VALUE "CompanyName", RES_STR_COMPANY_NAME
27 VALUE "FileDescription", "ReactOS VMware(r) driver installation utility\0"
28 VALUE "FileVersion", RES_STR_FILE_VERSION
29 VALUE "InternalName", "vmwinst\0"
30 VALUE "LegalCopyright", RES_STR_LEGAL_COPYRIGHT
31 VALUE "OriginalFilename", "vmwinst.exe\0"
32 VALUE "ProductName", RES_STR_PRODUCT_NAME
33 VALUE "ProductVersion", RES_STR_PRODUCT_VERSION
34 END
35 END
36 BLOCK "VarFileInfo"
37 BEGIN
38 VALUE "Translation", 0x409, 1200
39 END
40 END
41
42 IDD_WELCOMEPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
43 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
44 CAPTION "Video Driver Installation"
45 FONT 8, "MS Shell Dlg", 0, 0, 0x0
46 BEGIN
47 LTEXT "The ReactOS setup detected, that you run ReactOS inside of VMware(r).\n\n\nIf you like to install the VMware(r) SVGA driver, click 'Next', otherwise click 'Cancel'.",-1,25,25,225,85
48 END
49
50 IDD_INSERT_VMWARE_TOOLS DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
51 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
52 CAPTION "Video Driver Installation"
53 FONT 8, "MS Shell Dlg", 0, 0, 0x0
54 BEGIN
55 LTEXT "The ReactOS Setup doesn't come with the VMware(r) SVGA driver.\n\nTherefore go to 'VM' in your VMware(r) workstation menu bar and select 'Install VMware tools...'\n\n\nClick 'Next' to continue or 'Cancel' to skip the SVGA driver installation.",-1,25,25,225,85
56 END
57
58 IDD_CONFIG DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
59 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
60 CAPTION "Video Driver Installation"
61 FONT 8, "MS Shell Dlg", 0, 0, 0x0
62 BEGIN
63 LTEXT "The VMware(r) SVGA driver has been successfully installed. Please choose your favorite screen resolution:",-1,25,5,225,20
64 PUSHBUTTON "640x480", 540, 25, 30, 65, 15, BS_AUTORADIOBUTTON
65 PUSHBUTTON "800x600", 1400, 25, 45, 65, 15, BS_AUTORADIOBUTTON
66 PUSHBUTTON "1024x768", 1792, 25, 60, 65, 15, BS_AUTORADIOBUTTON
67 PUSHBUTTON "1152x864", 2016, 25, 75, 65, 15, BS_AUTORADIOBUTTON
68 PUSHBUTTON "1280x960", 2240, 110, 30, 65, 15, BS_AUTORADIOBUTTON
69 PUSHBUTTON "1280x1024", 2304, 110, 45, 65, 15, BS_AUTORADIOBUTTON
70 PUSHBUTTON "1400x1050", 2450, 110, 60, 65, 15, BS_AUTORADIOBUTTON
71 PUSHBUTTON "1600x1200", 2800, 110, 75, 65, 15, BS_AUTORADIOBUTTON
72 PUSHBUTTON "1792x1344", 3136, 195, 30, 65, 15, BS_AUTORADIOBUTTON
73 PUSHBUTTON "1856x1392", 3248, 195, 45, 65, 15, BS_AUTORADIOBUTTON
74 PUSHBUTTON "1920x1440", 3360, 195, 60, 50, 15, BS_AUTORADIOBUTTON
75 LTEXT "Please select your favorite color quality:", -1, 25, 93, 225, 12
76 COMBOBOX IDC_COLORQUALITY, 25, 105, 75, 80, CBS_DROPDOWNLIST | WS_TABSTOP
77 END
78
79 IDD_INSTALLATION_FAILED DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
80 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
81 CAPTION "Video Driver Installation"
82 FONT 8, "MS Shell Dlg", 0, 0, 0x0
83 BEGIN
84 LTEXT "The ReactOS Setup was unable to install the VMware(r) SVGA driver.\n\n\nClick 'Finish' to continue the installation process.",-1,25,25,225,85
85 END
86
87 IDD_CHOOSEACTION DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
88 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
89 CAPTION "Video Driver Installation"
90 FONT 8, "MS Shell Dlg", 0, 0, 0x0
91 BEGIN
92 LTEXT "The VMware(r) SVGA driver is already installed.\n\nPlease choose what you like to do:",-1,25,5,225,30
93 PUSHBUTTON "Configure the screen settings", IDC_CONFIGSETTINGS, 25, 40, 200, 15, BS_AUTORADIOBUTTON
94 PUSHBUTTON "Use a different graphics driver", IDC_USEOTHERDRIVER, 25, 55, 200, 15, BS_AUTORADIOBUTTON
95 PUSHBUTTON "Uninstall the VMware(r) SVGA driver", IDC_UNINSTALL, 25, 70, 200, 15, BS_AUTORADIOBUTTON
96 LTEXT "Click 'Next' to continue or 'Cancel' to exit the wizard.", -1, 25, 93, 225, 12
97 END
98
99 IDD_SELECTDRIVER DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
100 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
101 CAPTION "Video Driver Installation"
102 FONT 8, "MS Shell Dlg", 0, 0, 0x0
103 BEGIN
104 LTEXT "Please select the graphics driver you would like to use:",-1,25,25,225,15
105 PUSHBUTTON "ReactOS VGA Driver", IDC_VGA, 25, 40, 225, 15, BS_AUTORADIOBUTTON
106 PUSHBUTTON "ReactOS VBE Driver (SVGA)", IDC_VBE, 25, 55, 225, 15, BS_AUTORADIOBUTTON
107 LTEXT "Click 'Finish' to complete the operation or 'Cancel' to exit the setup without changes.", -1, 25, 93, 225, 20
108 END
109
110 IDD_DOUNINSTALL DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
111 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
112 CAPTION "Video Driver Installation"
113 FONT 8, "MS Shell Dlg", 0, 0, 0x0
114 BEGIN
115 LTEXT "The ReactOS setup is about to uninstall your VMware(r) SVGA driver!!!\n\n\nClick 'Finish' to uninstall the driver or 'Cancel' to leave it as it is.",-1,25,25,225,85
116 END
117
118 STRINGTABLE
119 BEGIN
120 IDS_WIZARD_NAME "VMware(r) detected"
121 IDS_FAILEDTOLOCATEDRIVERS "The ReactOS Setup couldn't find the required files.\nPlease make sure the VMware(r) tools CD-ROM is inserted."
122 IDS_FAILEDTOCOPYFILES "The ReactOS Setup failed to copy the required files.\nPlease make sure the VMware(r) tools CD-ROM is inserted.\n"
123 IDS_FAILEDTOACTIVATEDRIVER "Failed to activate the VMware(r) SVGA driver!"
124 IDS_FAILEDTOSELVGADRIVER "Failed to activate the ReactOS VGA driver!"
125 IDS_FAILEDTOSELVBEDRIVER "Failed to activate the ReactOS VBE driver!"
126 IDS_UNINSTNOTICE "The VMware(r) SVGA driver files have not yet been deleted.\nPlease delete them manually after a system reboot."
127 END
128
129 STRINGTABLE
130 BEGIN
131 10001 "Lowest (8BPP)"
132 10002 "Medium (16BPP)"
133 10003 "Highest (32BPP)"
134 END