[SYSSETUP] Make Workstation default product option (#2332)

We set ReactOS Workstation as the default product option. That means we retargeted this project to Windows XP. Unattended Setup is supported.
CORE-13795
This commit is contained in:
Katayama Hirofumi MZ 2020-02-12 19:29:56 +09:00 committed by GitHub
parent 1cf564c25f
commit 3ef235e7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 100 additions and 99 deletions

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -36,7 +36,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -253,8 +253,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -49,7 +49,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -266,8 +266,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -49,7 +49,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -267,8 +267,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -38,7 +38,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -255,8 +255,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -49,7 +49,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -266,8 +266,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -37,7 +37,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -255,8 +255,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -246,8 +246,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -49,7 +49,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -266,8 +266,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -30,7 +30,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -247,8 +247,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -39,7 +39,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -256,8 +256,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -32,7 +32,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -249,8 +249,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -36,7 +36,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -253,8 +253,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -49,7 +49,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -266,8 +266,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -49,7 +49,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -266,8 +266,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -49,7 +49,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -266,8 +266,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -32,7 +32,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -249,8 +249,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -38,7 +38,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -255,8 +255,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -32,7 +32,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -252,8 +252,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -52,7 +52,7 @@ BEGIN
ICON "", IDC_PRODUCT_ICON, 5, 5, 20, 20
LTEXT "Please choose a product option:", IDC_STATIC, 35, 7, 230, 12
LTEXT "Product &Options:", IDC_STATIC, 5, 32, 85, 10
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 135, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PRODUCT_OPTIONS, 95, 30, 170, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Product Information", IDC_STATIC, 5, 50, 305, 85
LTEXT "ProductSuite:", IDC_STATIC, 20, 62, 70, 10
EDITTEXT IDC_PRODUCT_SUITE, 95, 60, 175, 14, ES_READONLY | ES_AUTOHSCROLL
@ -274,8 +274,8 @@ STRINGTABLE
BEGIN
IDS_PRODUCTTITLE "Product Options"
IDS_PRODUCTSUBTITLE "You can choose a product option that affects the behaviour of the system."
IDS_PRODUCTSERVERNAME "ReactOS Server (Default)"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation"
IDS_PRODUCTSERVERNAME "ReactOS Server"
IDS_PRODUCTWORKSTATIONNAME "ReactOS Workstation (Default)"
IDS_PRODUCTSERVERINFO "The system will be recognized as a server. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are independent from ""My Documents""."
IDS_PRODUCTWORKSTATIONINFO "The system will be recognized as a workstation. Private folders ""My Pictures"", ""My Videos"" and ""My Music"" are in ""My Documents""."
END

View file

@ -486,8 +486,8 @@ ProductPageDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
LoadStringW(hDllInstance, IDS_PRODUCTWORKSTATIONNAME, szText, _countof(szText));
SendDlgItemMessageW(hwndDlg, IDC_PRODUCT_OPTIONS, CB_ADDSTRING, 0, (LPARAM)szText);
SendDlgItemMessageW(hwndDlg, IDC_PRODUCT_OPTIONS, CB_SETCURSEL, PRODUCT_OPTION_SERVER, 0);
OnChooseServer(hwndDlg);
SendDlgItemMessageW(hwndDlg, IDC_PRODUCT_OPTIONS, CB_SETCURSEL, PRODUCT_OPTION_WORKSTATION, 0);
OnChooseWorkstation(hwndDlg);
hIcon = LoadIcon(NULL, IDI_WINLOGO);
SendDlgItemMessageW(hwndDlg, IDC_PRODUCT_ICON, STM_SETICON, (WPARAM)hIcon, 0);
@ -525,7 +525,8 @@ ProductPageDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_BACK | PSWIZB_NEXT);
if (pSetupData->UnattendSetup)
{
pSetupData->ProductOption = PRODUCT_OPTION_SERVER;
pSetupData->ProductOption = PRODUCT_OPTION_WORKSTATION;
OnChooseWorkstation(hwndDlg);
DoWriteProductOption(pSetupData->ProductOption);
SetWindowLongPtr(hwndDlg, DWLP_MSGRESULT, IDD_LOCALEPAGE);
return TRUE;