1 | //
|
---|
2 | // MINSTALL.DLL (c) Copyright 2002-2005 Martin Kiewitz
|
---|
3 | //
|
---|
4 | // This file is part of MINSTALL.DLL for OS/2 / eComStation
|
---|
5 | //
|
---|
6 | // MINSTALL.DLL is free software: you can redistribute it and/or modify
|
---|
7 | // it under the terms of the GNU General Public License as published by
|
---|
8 | // the Free Software Foundation, either version 3 of the License, or
|
---|
9 | // (at your option) any later version.
|
---|
10 | //
|
---|
11 | // MINSTALL.DLL is distributed in the hope that it will be useful,
|
---|
12 | // but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
13 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
14 | // GNU General Public License for more details.
|
---|
15 | //
|
---|
16 | // You should have received a copy of the GNU General Public License
|
---|
17 | // along with MINSTALL.DLL. If not, see <http://www.gnu.org/licenses/>.
|
---|
18 | //
|
---|
19 |
|
---|
20 | #define MINSTMSG_OutOfMemory 1
|
---|
21 | #define MINSTMSG_CouldNotLoad 2
|
---|
22 | #define MINSTMSG_StringTooLong 3
|
---|
23 | #define MINSTMSG_GenericError 4
|
---|
24 | #define MINSTMSG_UnlistedFile 5
|
---|
25 | #define MINSTMSG_NoGroupsSpecified 6
|
---|
26 | #define MINSTMSG_NoDirectoriesSpecified 7
|
---|
27 | #define MINSTMSG_NoFileControlSpecified 8
|
---|
28 | #define MINSTMSG_NoFilesSpecified 9
|
---|
29 | #define MINSTMSG_InstallDLLnotFound 10
|
---|
30 | #define MINSTMSG_UnlistedScript 11
|
---|
31 | #define MINSTMSG_NoKnownGroups 12
|
---|
32 | #define MINSTMSG_IllegalAdapterCount 13
|
---|
33 | #define MINSTMSG_IllegalPromptCount 14
|
---|
34 | #define MINSTMSG_IllegalConfigSysLineCount 15
|
---|
35 | #define MINSTMSG_IllegalDriverCount 16
|
---|
36 | #define MINSTMSG_CouldNotFindSourceFile 17
|
---|
37 | #define MINSTMSG_BadSelectValue 18
|
---|
38 | #define MINSTMSG_DuplicateGroupID 19
|
---|
39 | #define MINSTMSG_DuplicateDirectoryID 20
|
---|
40 | #define MINSTMSG_BadDirectoryFlags 21
|
---|
41 | #define MINSTMSG_UnknownGroupID 22
|
---|
42 | #define MINSTMSG_UnknownSourceID 23
|
---|
43 | #define MINSTMSG_UnknownDestinID 24
|
---|
44 | #define MINSTMSG_ValueExpected 25
|
---|
45 | #define MINSTMSG_UnexpectedEndOfLine 26
|
---|
46 | #define MINSTMSG_UnexpectedEndOfFile 27
|
---|
47 | #define MINSTMSG_BadCommand 28
|
---|
48 | #define MINSTMSG_BadConfigCommand 29
|
---|
49 | #define MINSTMSG_ConfigCommandExpected 30
|
---|
50 | #define MINSTMSG_NoConfigCommandExpected 31
|
---|
51 | #define MINSTMSG_InvalidNumeric 32
|
---|
52 | #define MINSTMSG_ICBadStructure 33
|
---|
53 | #define MINSTMSG_ICBadArray 34
|
---|
54 | #define MINSTMSG_ICBadArrayInArray 35
|
---|
55 | #define MINSTMSG_ICUnknownFunction 36
|
---|
56 | #define MINSTMSG_ICUnknownParameter 37
|
---|
57 | #define MINSTMSG_ICParameterNotArray 38
|
---|
58 | #define MINSTMSG_ICParameterIsArray 39
|
---|
59 | #define MINSTMSG_ICDuplicateParameter 40
|
---|
60 | #define MINSTMSG_StringExpected 41
|
---|
61 | #define MINSTMSG_NumericValueExpected 42
|
---|
62 | #define MINSTMSG_ICMissingParameter 43
|
---|
63 | #define MINSTMSG_ICArrayTooBig 44
|
---|
64 | #define MINSTMSG_ICBadFourCC 45
|
---|
65 | #define MINSTMSG_StringTooBig 46
|
---|
66 | #define MINSTMSG_CIBadValueFor 47
|
---|
67 | #define MINSTMSG_CICouldNotLoadCustomDLL 48
|
---|
68 | #define MINSTMSG_IllegalPromptChoicesCount 49
|
---|
69 | #define MINSTMSG_ICMissingParameterWarning 50
|
---|
70 | #define MINSTMSG_CIValueTruncatedWarning 51
|
---|
71 | #define MINSTMSG_InstallDLLunlistedWarning 52
|
---|
72 | #define MINSTMSG_UnlistedScriptWarning 53
|
---|
73 |
|
---|
74 | #define MINSTMSG_CouldNotFilterCFD 80
|
---|
75 | #define MINSTMSG_CouldNotReadPrompts 81
|
---|
76 | #define MINSTMSG_CouldNotCreateDirectory 82
|
---|
77 | #define MINSTMSG_CouldNotCopyToFile 83
|
---|
78 | #define MINSTMSG_CONFIGSYSGenericProblem 84
|
---|
79 | #define MINSTMSG_CONFIGSYSReadOnly 85
|
---|
80 | #define MINSTMSG_CONFIGSYSFailedBackUp 86
|
---|
81 | #define MINSTMSG_MultiDisksUnsupported 87
|
---|
82 | #define MINSTMSG_CARDINFOAutoCfgBadFormat 88
|
---|
83 | #define MINSTMSG_CARDINFOAutoCfgBadCardNo 89
|
---|
84 | #define MINSTMSG_CARDINFOAutoCfgMismatch 90
|
---|
85 | #define MINSTMSG_CARDINFOnotFound 91
|
---|
86 | #define MINSTMSG_CouldNotAccessFile 92
|
---|
87 | #define MINSTMSG_DiskFull 93
|
---|
88 | #define MINSTMSG_CARDINFOunlistedWarning 94
|
---|
89 |
|
---|
90 | #define MINSTMSG_AlreadyRunning 100
|
---|
91 | #define MINSTMSG_MMBaseNotFound 101
|
---|
92 | #define MINSTMSG_CouldNotLinkIn 102
|
---|
93 | #define MINSTMSG_PackageNotInitialized 103
|
---|
94 | #define MINSTMSG_NeedingCleanUp 104
|
---|
95 | #define MINSTMSG_BannedDriverSet 105
|
---|
96 | #define MINSTMSG_NeedingInit 106
|
---|
97 | #define MINSTMSG_GeninReplacementRequired 107
|
---|
98 |
|
---|
99 | #define MINSTMSG_CLITrailer 120
|
---|
100 | #define MINSTMSG_CLICouldNotInitPM 121
|
---|
101 | #define MINSTMSG_CLICouldNotInitMsgQueue 122
|
---|
102 | #define MINSTMSG_CLIUnknownParameter 123
|
---|
103 | #define MINSTMSG_CLICantUseInCombinationParm 124
|
---|
104 | #define MINSTMSG_CLIInvalidUsageOfParm 125
|
---|
105 | #define MINSTMSG_CLISyntaxExplanation 126
|
---|
106 | #define MINSTMSG_CLIExecutingInCIDMode 127
|
---|
107 | #define MINSTMSG_CLIResponseFileCreated 128
|
---|
108 | #define MINSTMSG_CLIResponseFileIsInvalid 129
|
---|
109 | #define MINSTMSG_CLIActivePackageIs 130
|
---|
110 | #define MINSTMSG_CLIActiveGroupIs 131
|
---|
111 | #define MINSTMSG_CLIActiveCardNoIs 132
|
---|
112 | #define MINSTMSG_CLIActivePromptIs 133
|
---|
113 | #define MINSTMSG_CLIChooseGroup 134
|
---|
114 | #define MINSTMSG_CLIChoosePrompt 135
|
---|
115 | #define MINSTMSG_CLIChooseOption 136
|
---|
116 | #define MINSTMSG_CLISureToInstallPackage 137
|
---|
117 | #define MINSTMSG_CLIIsSelected 138
|
---|
118 | #define MINSTMSG_CLISelectionForced 139
|
---|
119 | #define MINSTMSG_CLICardSelect 140
|
---|
120 | #define MINSTMSG_CLIGaveControlToGUI 141
|
---|
121 |
|
---|
122 | #define MINSTMSG_CIDSuccess 150
|
---|
123 | #define MINSTMSG_CIDSuccessReboot 151
|
---|
124 | #define MINSTMSG_CIDSuccessErrorsLogged 152
|
---|
125 | #define MINSTMSG_CIDDataResourceNotFound 153
|
---|
126 | #define MINSTMSG_CIDUnexpectedCondition 154
|
---|
127 | #define MINSTMSG_CIDNotEnoughDiskSpace 155
|
---|