-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInstall-CCMExec.strings.1033.json
More file actions
55 lines (55 loc) · 2.75 KB
/
Copy pathInstall-CCMExec.strings.1033.json
File metadata and controls
55 lines (55 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"Messages":{
"DIVIDER": "----------------------------------------",
"LOG_FILE_LOADED": "Log file location loaded from the '%1' registry value at '%2'.",
"LOG_FILE_NOT_LOADED": "Log file location was not loaded from the registry.",
"LOG_FILE_STORED": "Stored location of log file (%1) in the registry value '%2' at '%3'.",
"BEGIN": "Beginning Execution at %1.",
"FINISH": "Finished Execution at %1.",
"ELAPSED_TIME": "Total script execution time is %1.",
"STRINGS_FILE_LOADED": "Successfully loaded strings file from %1.",
"CONFIG_FILE_LOADING": "Loading configuration file from '%1'.",
"CONFIG_FILE_LOADED": "Successfully loaded configuration file.",
"CONFIG_ITEMS_FOUND": "Found the following %1 items in the configuration file ...",
"CONFIG_ITEM_FOUND": "- %1: %2",
"START_CHECK_PREREQS": "START: Checking prerequsities ...",
"START_CHECK_SERVICES": "START: Checking services ...",
"START_CHECK_REGVALUES": "START: Checking registry values ...",
"PREREQ_SERVICE": "- %1: Service named '%2' %3.",
"PREREQ_REGKEY": "- %1: Registry key '%2' %3.",
"PREREQ_REGVALUE": "- %1: Registry value named '%2' at '%3' %4.",
"PREREQ_EXISTS": "exists",
"PREREQ_DOESNOTEXIST": "does not exist",
"PREREQ_TYPE": "Type",
"PREREQ_ALLPASSED": "All prerequisities passed.",
"PASSED": "OK",
"FAILED": "Not OK"
},
"Errors":{
"NOT_ADMIN": "Current execution context/user is not elevated.",
"LOG_FILE_NOT_STORED": "Unable to save log file location in registry.",
"IN_WINPE": "Running in WinPE.",
"CONFIG_FILE_NOT_FOUND": "Cannot find configuration file at %1.",
"CONFIG_FILE_LOAD_ERROR": "Error loading configuration file: %1",
"CONFIG_FILE_VALIDATE_ERROR": "The configuration file failed validation: %1",
"PREREQ_ONEFAILED": "At least one prequisitie failed."
},
"Defaults":{
"REGISTRY_LOCATION": "HKLM:\\Software\\ConfigMgrStartup",
"REGISTRY_LOGLOCATION_VALUE": "Log Location",
"XML_ELEMENT_ROOT": "Configuration",
"XML_ELEMENT_SCRIPTOPTIONS": "ScriptOptions",
"XML_ELEMENT_INSTALLOPTIONS": "InstallOptions",
"XML_ELEMENT_CHECKS": "Checks",
"XML_ELEMENT_OPTION": "Option",
"XML_ELEMENT_PROPERTY": "Property",
"XML_ELEMENT_PARAMETER": "Parameter",
"XML_ELEMENT_PREREQ": "Prerequisites",
"XML_ELEMENT_SERVICE": "Service",
"XML_ELEMENT_REGKEY": "RegKey",
"XML_ELEMENT_REGVALUE": "RegValue",
"XML_PREREQ_CONDITION_PROPERTY": "Condition",
"XML_PREREQ_CONDITION_MUST_EXIST": "MustExist",
"XML_PREREQ_CONDITION_MUST_NOT_EXIST": "MustNotExist"
}
}