Leaked source code of windows server 2003
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.
 
 
 
 
 
 

601 lines
27 KiB

//{{NO_DEPENDENCIES}}
//Microsoft App Studio generated resource script.
//
#include "appwizid.h"
#include "winuser.h"
#include "commctrl.h"
#include "prsht.h"
#include "winuserp.h"
#include "winver.h"
#include "appwiz.rcv"
#include "resource.h"
REGINST REGINST MOVEABLE PURE "selfreg_appwiz.inf"
1 TYPELIB "shappmgrp.tlb"
appwiz.ico HTML DISCARDABLE "appwiz.ico"
instshld.ico HTML DISCARDABLE "instshld.ico"
STRINGTABLE PRELOAD DISCARDABLE
BEGIN
IDS_BYTES "%s bytes"
IDS_ORDERKB "%sKB"
IDS_ORDERMB "%sMB"
IDS_ORDERGB "%sGB"
IDS_ORDERTB "%sTB"
IDS_ORDERPB "%sPB" // Peta (10^15)
IDS_ORDEREB "%sEB" // Exa (10^18)
IDS_UNKNOWN "Unknown"
IDS_NOTUSED "Not Used"
IDS_INSTALLED "Installed"
IDS_LABEL_SIZE "Size"
IDS_LABEL_TIMESUSED "Used"
IDS_LABEL_INSTALLEDON "Installed On"
IDS_LABEL_LASTUSED "Last Used On"
IDS_RARELY "rarely"
IDS_SOMETIMES "occasionally"
IDS_OFTEN "frequently"
IDS_ADDLATER "Add Later"
IDS_WINUPD_URL "http://windowsupdate.microsoft.com/default.htm?page=productupdates"
END
//////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_INSTALLBMP BITMAP MOVEABLE PURE "INSTALL.BMP"
IDB_LEGACYINSTALLBMP BITMAP MOVEABLE PURE "LEGACY.BMP"
IDB_SHORTCUTBMP BITMAP MOVEABLE PURE "SHORTCUT.BMP"
IDB_PROGRESS BITMAP DISCARDABLE "progress.bmp"
IDB_ARP0 BITMAP DISCARDABLE "ARP0.bmp"
IDB_ARP1 BITMAP DISCARDABLE "ARP1.bmp"
IDB_ARP2 BITMAP DISCARDABLE "ARP2.bmp"
IDB_ARP3 BITMAP DISCARDABLE "ARP3.bmp"
IDB_ARPX BITMAP DISCARDABLE "ARPX.bmp"
IDB_ARPX1 BITMAP DISCARDABLE "ARPX1.bmp"
//////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
DLG_APPLIST DIALOGEX DISCARDABLE 0, 0, 227, 215
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Network Install"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "&Install...",IDC_BUTTONSETUPFROMLIST,160,173,60,14
LTEXT "&The following software can be automatically installed by Windows. To install a program, select it from the list and click Install.",
IDC_NETINSTINSTR,40,10,177,26
LISTBOX IDC_APPLIST,7,46,212,125,LBS_SORT | WS_VSCROLL |
WS_TABSTOP
ICON IDI_LISTINST,IDC_NETINSTICON,7,10,18,20
END
DLG_SETUP DIALOGEX DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Install Program From Floppy Disk or CD-ROM"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
80,154
LTEXT "",IDC_SETUPMSG,100,7,187,28
ICON 0,IDC_SEARCHICON,100,60,18,20
LTEXT "",IDC_SEARCHNAME,123,66,146,8
END
DLG_SETUPBROWSE DIALOGEX DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Run Installation Program"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
80,154
LTEXT "",IDC_SETUPMSG,100,7,187,28
LTEXT "&Open:",IDC_CMDSTATIC,100,50,187,8
EDITTEXT IDC_COMMAND,100,60,133,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BROWSE,237,60,50,14
END
DLG_BROWSE DIALOGEX DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Create Shortcut"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
80,154
LTEXT "This wizard helps you to create shortcuts to local or network programs, files, folders, computers, or Internet addresses.",
IDC_STATIC,100,7,187,28
LTEXT "&Type the location of the item:",IDC_CMDSTATIC,100,37,
187,8
EDITTEXT IDC_COMMAND,100,47,133,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BROWSE,237,47,50,14
LTEXT "Click Next to continue.",IDC_STATIC,100,77,133,8
END
DLG_PICKFOLDER DIALOGEX DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Select Program Folder"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Select a folder to place this shortcut in:",IDC_STATIC,100,7,
187,10
CONTROL "",IDC_FOLDERTREE, WC_TREEVIEW, TVS_EDITLABELS |
TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,100,17,187,70
PUSHBUTTON "New &Folder...",IDC_NEWFOLDER,232,93,55,14
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
80,154
END
DLG_GETTITLE DIALOGEX DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Select a Title for the Program"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Type a name for this shortcut:",IDC_STATIC,100,7,187,
10
EDITTEXT IDC_TITLE,100,17,187,14,ES_AUTOHSCROLL
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
11,11
LTEXT "Click Finish to create the shortcut.",IDC_STATIC,100,48,
187,8
END
DLG_PICKICON DIALOGEX DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Select an Icon"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Select an icon for the shortcut:",IDC_STATIC,100,7,187,
10
LISTBOX IDC_ICONLIST,100,17,187,130,LBS_OWNERDRAWFIXED |
LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN |
LBS_DISABLENOSCROLL | WS_HSCROLL | WS_TABSTOP
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
80,154
END
//
// Dialog for deleting programs.
//
DLG_DELITEM DIALOGEX DISCARDABLE 20, 20, 212, 200
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
CAPTION "Remove Shortcuts/Folders"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&To remove an item from the Start menu, select the item and click Remove.",
IDC_TEXT,10,10,192,16
CONTROL "",IDC_FOLDERTREE, WC_TREEVIEW,
WS_TABSTOP | WS_BORDER | TVS_HASBUTTONS | TVS_HASLINES |
TVS_SHOWSELALWAYS,
10,32,192,138
PUSHBUTTON "&Remove",IDC_DELETEITEM,98,176,50,14
DEFPUSHBUTTON "Close",IDOK,152,176,50,14
END
DLG_ADDLATER DIALOGEX DISCARDABLE 0, 0, 212, 154
STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | DS_CENTERMOUSE | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Later"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "You may choose a date and time when you would like to add this program to your computer. For example, you can schedule this to happen when you are away from your computer.",
IDC_TEXT,7,7,198,31
AUTORADIOBUTTON "&Add program later ",IDC_ADDLATER,
7,40,73,10,WS_TABSTOP|WS_GROUP
CONTROL "Picker",IDC_PICKER,DATETIMEPICK_CLASS,
WS_BORDER | WS_CHILD | WS_VISIBLE | WS_TABSTOP | DTS_SHORTDATECENTURYFORMAT,
19,54,107,14
AUTORADIOBUTTON "&Do not add program",IDC_UNSCHEDULE,
7,75,94,10, WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,101,133,50,14,WS_TABSTOP|WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,133,50,14,NOT WS_TABSTOP
END
DLG_UNCUNINSTALLBROWSE DIALOG DISCARDABLE 0, 0, 235, 115
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Run Installation Program"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Please specify the uninstall program location",IDC_TEXT,7,7,221,34
LTEXT "&Command line for the uninstall program:",IDC_CMDSTATIC,7,57,124,8
EDITTEXT IDC_COMMAND,7,69,165,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BROWSE,178,69,50,14
DEFPUSHBUTTON "OK",IDOK,122,94,50,14,WS_TABSTOP
PUSHBUTTON "Cancel",IDCANCEL,178,94,50,14
END
DLG_MULTIUSERWARNING DIALOG DISCARDABLE 20, 20, 244, 95
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Warning"
FONT 8, "MS Shell Dlg"
BEGIN
ICON "",IDC_ICON_WARNING,7,7,20,20
LTEXT "There are other users logged on to this computer.",
IDC_STATIC,37,8,200,10
LTEXT "If you uninstall this program while another user is running it, the program might not uninstall completely.",
IDC_STATIC,37,23,200,18
LTEXT "To properly change or remove this program, switch to and log off each user before you continue.",
IDC_SWITCHUSER_TEXT,37,46,200,18
PUSHBUTTON "&Switch User",IDC_SWITCHUSER,78,76,50,14
PUSHBUTTON "&Continue",IDOK,133,76,50,14
PUSHBUTTON "Cancel",IDCANCEL,188,76,50,14
END
DLG_CHGUSR DIALOG DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Change User Option"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,80,154
LTEXT "You have the option to make this new program available to everyone.",
IDC_SETUPMSG,100,7,184,40
CONTROL "Install",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON |
BS_MULTILINE | WS_GROUP | WS_TABSTOP,100,46,184,20
CONTROL "Execute",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON |
BS_MULTILINE,100,73,184,20
END
DLG_CHGUSRFINISH DIALOG DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "Finish Admin Install"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,80,154
LTEXT "Change ini mapping back by clicking Finish.",
IDC_SETUPMSG,100,7,184,40
END
DLG_CHGUSRFINISH_PREV DIALOG DISCARDABLE 0, 0, 294, 154
STYLE DS_MODALFRAME | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "After Installation"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,80,154
LTEXT "Please press Next.",
IDC_SETUPMSG,100,7,184,40
END
//////////////////////////////////////////////////////////////////////////////
//
// Icon
//
IDI_CPLICON ICON DISCARDABLE "APPWIZ.ICO"
IDI_LISTINST ICON DISCARDABLE "LISTINST.ICO"
IDI_DISKINST ICON DISCARDABLE "FLOPINST.ICO"
IDI_UNINSTALL ICON DISCARDABLE "UNINSTAL.ICO"
IDI_DEFPROGS ICON DISCARDABLE "DEFPROGS.ICO"
//////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_NAME "Add or Remove Programs"
IDS_INFO "Install or remove programs and Windows components."
IDS_BADPATHMSG "The file %1 cannot be found."
IDS_DUPLINK "A shortcut named %1 already exists in this folder. Do you want to replace it?"
//
// Special-case strings for non-standard install program names.
// NOTE: These strings must be exact-match, and must include the extension
// PTLOAD.EXE is the peachtree install program
// WC3.EXE is Wing Commander 3
// INSTCD is Star Trails
//
IDS_SPECIALCASE "[email protected]@INSTCD.EXE"
//
// Installation program names:
// Install
// Setup
// Lots of Setupxxx's like SetupAI
// Instal
// Felrak
// Instaluj
// Installe
// Installa
// Installare
// Imposta
// KUR
// Yükle
// Yüklemek
// Yükleme
// Ayarla
//
IDS_SETUPPRGNAMES "Install@Setup@*Instal*@*Setup*@Felrak@Imposta@KUR@Yükle*@Ayarla"
IDS_EXTENSIONS "Bat@Com@Exe@Cmd"
IDS_SETUPAPPNAMES "install@setup@uninst@unwise@felrak@imposta@kur@Yükle@Ayarla"
IDS_HAVESETUPPRG "If this is the correct installation program, click Finish. To start the automatic search again, click Back. To manually search for the installation program, click Browse."
IDS_TSHAVESETUPPRG "If this is the correct installation program, click Next. To start the automatic search again, click Back. To manually search for the installation program, click Next."
IDS_NOSETUPPRG "Windows was unable to find the installation program. Click Back to try again. Click Browse to find the installation program manually."
IDS_INSERTDISK "Insert the product's first installation floppy disk or CD-ROM, and then click Next."
IDS_SEARCHING "Please wait while Windows looks for the installation program."
IDS_BADSETUP "Windows could not run the installation program. You may be out of memory. Close some files or programs, and then try again."
IDS_BROWSEEXT "exe"
//LOCALISATION: Watch out: the following (between the first two '@') should contain setup typical program names (with wildcards)
// it was taken from IDS_SETUPPRGNAMES above
IDS_BROWSEFILTER "Setup Programs@*Instal*.exe;*Setup*.exe;Felrak.exe;Imposta.exe;KUR.exe;Yükle*.exe;Ayarla.exe@Programs@*.exe;*.com;*.bat;*.cmd@All Files@*.*"
IDS_BROWSEFILTERMSI "Setup Programs@*Instal*.exe;*Setup*.exe;Felrak.exe;Imposta.exe;KUR.exe;Yükle*.exe;Ayarla.exe;*.msi@Programs@*.exe;*.com;*.bat;*.cmd@All Files@*.*"
IDS_BROWSETITLE "Browse"
IDS_NOSHORTCUT "Unable to create shortcut."
IDS_CANTDELETE "The system folder %1 can not be deleted."
IDS_NONESEL "No folder selected."
IDS_NEWFOLDERSHORT "NEWGRP"
IDS_NEWFOLDERLONG "Program Group"
IDS_MODNAME "The shortcut name you entered either contained characters that are invalid for file names or was too long."
IDS_FILEFOLDERBROWSE_TITLE "Select the target of the shortcut below:"
IDS_RESTRICTION "Add or Remove Programs has been restricted. Please check with your administrator."
IDS_EXPIRED "You cannot install this program because the date for installing the program has expired."
IDS_PASSASSIGNED "You must install this program on or by %s. Please choose a date before %s."
IDS_PASSEXPIRED "The expiration date for installing this program is %s. You have chosen a date that occurs after the expiration date. Please choose a date before %s"
IDS_UNINSTINSTR "&The following software can be automatically removed by Windows. To remove a program or to modify its installed components, select it from the list and click %s."
IDS_UNINSTINSTR_NEW "Change or Remove"
IDS_UNINSTINSTR_LEGACY "Change/Remove"
IDS_CONFIRM_REMOVE "Are you sure you want to remove %s from your computer?"
IDS_CHGUSRTITLE "Change User Option"
IDS_CHGUSROPT "You can install this application such that all users will have the same initial settings the first time they use this application. Most applications should be installed this way."
IDS_CHGUSRINSTALL "&All users begin with common application settings."
IDS_CHGUSREXECUTE "&Install application settings for this user only."
IDS_GETINI_FAILED "Error %1%d getting Ini File mapping"
IDS_SETINI_FAILED "Error %1%d setting Ini File mapping"
IDS_CHGUSRUNINSTALL "Installed so &all users begin with common application settings."
IDS_CHGUSRUNEXECUTE "&Installed so application settings were installed for this user only."
IDS_CHGUSRUNINSTALLMSG "The uninstaller could not determine how your program was installed. Please make a choice below. Cancel will abort the uninstall. The program was:"
IDS_QUERYVALUE_FAILED "Could not get Change User option from the registry."
IDS_CHGUSRFINISH "When the installation has ended (successfully or not), please click the Finish button or the Cancel button. DO NOT CLICK THE BUTTONS BEFORE INSTALLATION HAS ENDED!"
IDS_CHGUSRFINISH_PREV "After installation, please click Next."
IDS_FONTFACE0 "tahoma"
IDS_FONTFACE1 "verdana"
IDS_FONTFACE2 "marlett"
IDS_FONTSIZEFRAME "8"
IDS_FONTSIZEHELP "8"
IDS_FONTSIZEHELPTITLE "13"
IDS_FONTWEIGHTSEL "800"
IDS_FONTWEIGHTHELPTITLE "800"
IDS_CLOSE "Close"
IDS_SHORTCUTCLOSE "o"
IDS_CHANGEORREMOVEP "Change or\nRemove\nPrograms"
IDS_SHORTCUTCHANE "h"
IDS_ADDPROGRAMS "Add New\nPrograms"
IDS_SHORTCUTADD "N"
IDS_ADDREMOVEWINDOWS "Add/Remove\nWindows\nComponents"
IDS_SHORTCUTWINDOWS "W"
IDS_CURRENTINSTALLED "Currently installed programs:"
IDS_ADDFROMCD "Add a program from CD-ROM or floppy disk"
IDS_CDHELP "To add a program from a CD-ROM or floppy disk, click CD or Floppy"
IDS_CDORFLOPPY "CD or Floppy"
IDS_SHORTCUTCDORFLOPPY "F"
IDS_ADDFROMMS "Add programs from Microsoft"
IDS_ADDWUPDATEHELP "To add new Windows features, device drivers, and system updates over the Internet, click Windows Update"
IDS_WINDOWSUPDATE "Windows Update"
IDS_SHORTCUTWINUPDATE "U"
IDS_LOADING "Loading Windows Components Wizard..."
IDS_SUPPORT "Click here for support information."
IDS_CHANGE "Change"
IDS_REMOVE "Remove"
IDS_CHANGEORREMOVE "Change/Remove"
IDS_ADD " Add "
IDS_DEFINITION "Definition:"
IDS_SIZELABEL "Size"
IDS_SIZE "Size"
IDS_SIZEHELP "Windows estimates the amount of disk space a program (including folders and subfolders) occupies.\n This is only an estimate and can sometimes be incorrect."
IDS_FREQUENCYLABEL "Used"
IDS_FREQUENCY "Frequency of Use"
IDS_FREQUENCYHELP "Windows measures the number of times the program has been run in the past 30 days and labels it accordingly."
IDS_FREQUENCYHELP1 "Frequency is divided into three areas:"
IDS_FREQUENCYHELP2 "'Rarely' - the program is rarely or never run.\n 'Occasionally' - the program is run sometimes.\n 'Frequently' - the program is run often."
IDS_LASTUSEDLABEL "Last Used On"
IDS_TECHSUPPORT "Use the following information to get technical support for "
IDS_PUBLISHER "Publisher:"
IDS_VERSION "Version:"
IDS_CONTACT "Contact:"
IDS_SUPPORTINFO "Support Information:"
IDS_TELEPHONE "Support Telephone:"
IDS_README "Readme:"
IDS_UPDATE "Product Updates:"
IDS_PRODUCTID "Product ID:"
IDS_REGCOMPANY "Registered Company:"
IDS_REGOWNER "Registered Owner:"
IDS_COMMENTS "Comments:"
IDS_REPAIRDESC "If this program is not working properly you may \nreinstall it by clicking Repair. "
IDS_REPAIR "Repair"
IDS_SORTBY "Sort by:"
IDS_SORTBY_WIDTH "113"
IDS_SHORTCUTSORT "S"
IDS_GATEGORY "Category:"
IDS_SHORTCUTCATEGORY "C"
IDS_ADDFROMNETWORK "Add programs from your network:"
IDS_APPNAME "Name"
IDS_DATELASTUSED "Date Last Used"
IDS_ALLCATEGORIES "All Categories"
IDS_HELPCHANGEORREMOVE "To change this program or remove it from your computer, click Change or Remove."
IDS_HELPCHANGE "To change this program, click Change."
IDS_HELPREMOVE "To remove this program from your computer, click Remove."
IDS_HELPCHANGEREMOVE "To change this program or remove it from your computer, click Change/Remove."
IDS_SIZEUNIT "MB"
IDS_USEDREARELY "rarely"
IDS_USEDOCCASIONALLY "occasionally"
IDS_USEDFREQUENTLY "frequently"
IDS_ADDHELP "To add this program, click Add."
IDS_APPINSTALLED "Installed"
IDS_ARPTITLE "Add or Remove Programs"
IDS_WAITFEEDBACK "Searching the network for available programs..."
IDS_EMPTYFEEDBACK "No programs are available on the network"
IDS_TERMSERVFEEDBACK "This machine is running Terminal Services in Application Server Mode. Applications are not available to install from the network in this mode."
IDS_SIZETITLE "Definition: Size"
IDS_FREQUENCYTITLE "Definition: Frequency"
IDS_SUPPORTTITLE "Support Info"
IDS_CONFIGURE "Configure"
IDS_OCSETUPHELP "Click Configure to complete Setup for this component."
IDS_OCSETUPWARNING "It cannot run until you have supplied all the necessary information."
IDS_ADDREMOVEWIN "Add or remove Windows components"
IDS_WINHELP "To add or remove a Windows component, such as Internet Information Services (IIS), click Components."
IDS_COMPONENTS "Components"
IDS_SERVICELABEL "Set up services:"
IDS_PLEASEWAIT "Please wait while the list is being populated..."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_UNINSTALL_ERROR "Uninstaller Error"
IDS_UNINSTALL_UNCUNACCESSIBLE "An error occurred while trying to remove %s. You do not have access to %s.\n You can specify the new uninstall program below."
IDS_UNINSTALL_FAILED "An error occurred while trying to remove %1. It may have already been uninstalled.\n\nWould you like to remove %2 from the Add or Remove programs list?"
IDS_CONFIGURE_FAILED "Windows is unable to setup the service requested."
IDS_CANT_REMOVE_FROM_REGISTRY "You do not have sufficient access to remove %1 from the Add or Remove Programs list.\nPlease contact your system administrator."
END
STRINGTABLE
BEGIN
IDS_PICKAPPS "Set Program\nAccess and\nDefaults"
IDS_SHORTCUTPICKAPPS "o"
IDS_PICKINTRO "\
A program configuration specifies default programs \
for certain activities, such as Web browsing or sending e-mail, and \
which programs are accessible from \
the Start menu, desktop, and other locations.\r\n\
\r\n\
Choose a configuration:"
IDS_PICKOK "OK"
IDS_PICKCANCEL "Cancel"
IDS_APPLYINGCLIENT "Applying Changes"
IDS_SHOWINGICONS "Enabling access to %s..."
IDS_HIDINGICONS "Removing access to %s..."
IDS_SETTINGDEFAULT "Setting %s as default application..."
IDS_GROUPOEM "Computer Manufacturer"
IDS_GROUPOEMBLURB "\
Sets programs specified by your computer manufacturer as defaults, \
and enables or removes access to the programs shown below."
IDS_GROUPMS "Microsoft Windows"
IDS_GROUPMSBLURB "\
Sets programs included in Microsoft Windows as defaults, \
and enables or removes access to the programs shown below."
IDS_GROUPNONMS "Non-Microsoft"
IDS_GROUPNONMSBLURB "\
Sets non-Microsoft programs (when available) as defaults, \
and enables or removes access to the programs shown below."
IDS_GROUPCUSTOM "Custom"
IDS_GROUPCUSTOMBLURB "\
Note: If a program does not respond to \
your choice to enable or remove access to it, please contact the vendor of that program."
IDS_CLIENTWEB "Web browser :"
IDS_KEEPWEB "Use my current Web browser"
IDS_PICKWEB "Choose a default Web browser"
IDS_CLIENTMAIL "E-mail program :"
IDS_KEEPMAIL "Use my current e-mail program"
IDS_PICKMAIL "Choose a default e-mail program"
IDS_CLIENTMEDIA "Media player :"
IDS_KEEPMEDIA "Use my current media player"
IDS_PICKMEDIA "Choose a default media player"
IDS_CLIENTIM "Instant messaging program :"
IDS_KEEPIM "Use my current instant messaging program"
IDS_PICKIM "Choose a default instant messaging program"
IDS_CLIENTJAVAVM "Virtual machine for Java :"
IDS_KEEPJAVAVM "Use my current virtual machine for Java"
IDS_PICKJAVAVM "Choose a default virtual machine for Java"
IDS_SHOWAPP "Enable access to this program"
IDS_ALSOSHOW "Enable access:"
IDS_HIDE "Remove access:"
IDS_ADDITIONALCLIENTFORMAT "%1, %2"
IDS_NOTADMIN "You do not have permission to set program access and defaults."
IDS_CONFIGUREPROGRAMS "Set Program Access and Defaults"
IDS_CONFIGUREPROGRAMSTIP "\
Chooses default programs for certain activities, such as Web browsing or \
sending e-mail, and specifies which programs are accessible from the Start menu, \
desktop, and other locations."
IDS_CUSTOMWEB "Choose a default web browser :"
IDS_CUSTOMMAIL "Choose a default e-mail program :"
IDS_CUSTOMMEDIA "Choose a default media player :"
IDS_CUSTOMIM "Choose a default instant messaging program :"
IDS_CUSTOMJAVAVM "Choose a default virtual machine for Java :"
IDS_KEEPMSMAIL "Use my current Microsoft e-mail program"
END
/////////////////////////////////////////////////////////////////////////////
//
// UIFILE
//
IDR_ARP UIFILE DISCARDABLE "arp.uipp"
IDR_ARPSTYLESTD UIFILE DISCARDABLE "arpstylestd.uipp"
IDR_ARPSTYLETHEME UIFILE DISCARDABLE "arpstyletheme.uipp"
#ifdef APSTUDIO_INVOKED
//////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"appwizid.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
"\0"
END
/////////////////////////////////////////////////////////////////////////////////////
#endif // APSTUDIO_INVOKED
#ifndef APSTUDIO_INVOKED
////////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED