8531252d7079b67f8affd07c9068788208088af8
[openafs.git] / src / WINNT / afs_setup_utils / lang / en_US / afs_setup_utils.rc
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include <resource.h>
11
12 #define APSTUDIO_READONLY_SYMBOLS
13 /////////////////////////////////////////////////////////////////////////////
14 //
15 // Generated from the TEXTINCLUDE 2 resource.
16 //
17 #include <windows.h>
18 #define  AFS_VERINFO_FILE_DESCRIPTION "AFS Setup Utilities DLL"
19 #include "AFS_component_version_number.h"
20 #include "..\..\..\..\config\NTVersioninfo.rc"
21
22
23 /////////////////////////////////////////////////////////////////////////////
24 //
25 // String Table
26 //
27 STRINGTABLE DISCARDABLE 
28 BEGIN
29     IDS_INSTALLATION_FAILURE "An error has occurred:  %s (%ld)."
30     IDS_SCM_OPEN_FAILED     "Failed to open Service Control Manager"
31     IDS_SERVICE_CREATE_FAILED "Failed to create service"
32     IDS_SERVICE_OPEN_FAILED "Failed to open service"
33     IDS_SERVICE_QUERY_FAILED "Failed to query service status"
34     IDS_SERVICE_STOP_FAILED "Failed to stop service"
35     IDS_SERVICE_DELETE_FAILED "Failed to delete service"
36     IDS_REG_DELETE_VALUE_ERROR "Failed to delete registry entries"
37     IDS_SERVICE_ENABLE_FAILED "Failed to enable service"
38     IDS_OLE_DLL_INSTALL_FAILED "Failed to install an OLE DLL"
39     IDS_OLE_DLL_UNINSTALL_FAILED "Failed to uninstall an OLE DLL"
40     IDS_EXTENSION_DLL_UNINSTALL_FAILED 
41                             "Failed to uninstall the fileset mount/unmount shell extension"
42     IDS_EXTENSION_DLL_INSTALL_FAILED 
43                             "Failed to install the fileset mount/unmount shell extension"
44     IDS_CANT_DETERMINE_PRODUCT 
45                             "Cannot determine which AFS product to uninstall"
46     IDS_TITLE               "AFSĀ® for Windows"
47     IDS_CANT_DETERMINE_APP_PATH 
48                             "Failed to determine the application's installation directory"
49     IDS_CLIENT_APP_NAME     "AFS Client"
50     IDS_SERVER_APP_NAME     "AFS Server"
51     IDS_CC_APP_NAME         "AFS Control Center"
52     IDS_CANT_LOAD_RESOURCES "Cannot uninstall this product: Load of uninstall resources has failed."
53     IDS_CANT_UNINSTALL_AFSCREDS "Failed to unconfigure the AFS Client."
54     IDS_MUST_STOP_SERVER    "The AFS Server must be stopped before uninstallation can continue.  This can be a very lengthy process.  Stop the Server now?"
55     IDS_MUST_STOP_CLIENT    "The AFS Client must be stopped before uninstallation can continue.  Stop the Client now?"
56     IDS_LIGHT_CLIENT_APP_NAME "AFS Light"
57     IDS_WAITING_FOR_CLIENT_TO_STOP "Stopping the AFS Client.  Please wait..."
58     IDS_WAITING_FOR_SERVER_TO_STOP "Stopping the AFS Server.  Please wait..."
59     IDS_CLIENT_NEEDED_BY_SERVER "Uninstalling the AFS Client will prevent the AFS Server from functioning properly.  Proceed with the uninstall?"
60     IDS_PRESERVE_CLIENT_CONFIG_INFO "Do you wish to preserve the Client's configuration information?  You may want to do this if you are upgrading or reinstalling."
61     IDS_PRESERVE_SERVER_CONFIG_INFO "Do you wish to preserve the Server's configuration information?  You may want to do this if you are upgrading or reinstalling."
62     IDS_RESTORE_OF_PREVIOUS_CONFIG_FAILED "Failed to restore previous configuration information"
63     IDS_SAVE_OF_CONFIG_INFO_FAILED  "Failed to save the configuration information.  Proceed with the uninstall?"
64     IDS_PRESERVE_LIGHT_CLIENT_CONFIG_INFO   "Do you wish to preserve AFS Light's configuration information?  You may want to do this if you are upgrading or reinstalling."
65     IDS_PRESERVE_CC_CONFIG_INFO "Do you wish to preserve the Control Center's configuration information?  You may want to do this if you are upgrading or reinstalling."
66 END
67
68
69 /////////////////////////////////////////////////////////////////////////////
70 //
71 // Dialog Boxes
72 //
73 IDD_PROGRESS DIALOGEX 0, 0, 226, 52
74 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_CENTER
75 EXSTYLE WS_EX_TOOLWINDOW
76 CAPTION "AFSĀ® for Windows"
77 FONT 9, "MS Shell Dlg"
78 BEGIN
79     ICON            "",IDC_LOGO,17,16,21,20
80     LTEXT           "Stopping the AFS Server.  Please wait...",IDC_MSG,50,23,
81                     163,10
82     GROUPBOX        "",IDC_STATIC,7,4,212,40
83 END
84
85 IDD_LICENSE DIALOGEX 0, 0, 315, 204
86 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
87 CAPTION "License Agreement"
88 FONT 9, "MS Shell Dlg", 0, 0, 0x1
89 BEGIN
90     DEFPUSHBUTTON   "I &Agree",IDOK,197,185,50,14
91     PUSHBUTTON      "Cancel",IDC_STATIC,255,185,50,14,WS_DISABLED
92     CONTROL         "",IDC_TEXT,"RichEdit20A",ES_MULTILINE | ES_AUTOVSCROLL | 
93                     ES_READONLY | WS_VSCROLL,10,10,295,161,WS_EX_STATICEDGE
94     PUSHBUTTON      "&Print",IDC_PRINT,10,185,50,14
95     PUSHBUTTON      "I &Disagree",IDCANCEL,147,185,50,14
96     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,10,178,296,1
97 END
98
99
100 //////////////////////////////////////////////////////////////////////////
101 //
102 // Icon
103 //
104
105 // Icon with lowest ID value placed first to ensure application icon
106 // remains consistent on all systems.
107 IDI_SPIN1               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin1.ico"
108 IDI_SPIN2               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin2.ico"
109 IDI_SPIN3               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin3.ico"
110 IDI_SPIN4               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin4.ico"
111 IDI_SPIN5               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin5.ico"
112 IDI_SPIN6               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin6.ico"
113 IDI_SPIN7               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin7.ico"
114 IDI_SPIN8               ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spin8.ico"
115 IDI_SPINSTOP            ICON    DISCARDABLE     "..\\..\\..\\afsapplib\\resource\\spinstop.ico"
116