ยปCore Development>Code coverage>Lib/msilib/text.py

Python code coverage for Lib/msilib/text.py

#countcontent
1n/aimport msilib,os;dirname=os.path.dirname(__file__)
2n/a
3n/aActionText = [
4n/a('InstallValidate', 'Validating install', None),
5n/a('InstallFiles', 'Copying new files', 'File: [1], Directory: [9], Size: [6]'),
6n/a('InstallAdminPackage', 'Copying network install files', 'File: [1], Directory: [9], Size: [6]'),
7n/a('FileCost', 'Computing space requirements', None),
8n/a('CostInitialize', 'Computing space requirements', None),
9n/a('CostFinalize', 'Computing space requirements', None),
10n/a('CreateShortcuts', 'Creating shortcuts', 'Shortcut: [1]'),
11n/a('PublishComponents', 'Publishing Qualified Components', 'Component ID: [1], Qualifier: [2]'),
12n/a('PublishFeatures', 'Publishing Product Features', 'Feature: [1]'),
13n/a('PublishProduct', 'Publishing product information', None),
14n/a('RegisterClassInfo', 'Registering Class servers', 'Class Id: [1]'),
15n/a('RegisterExtensionInfo', 'Registering extension servers', 'Extension: [1]'),
16n/a('RegisterMIMEInfo', 'Registering MIME info', 'MIME Content Type: [1], Extension: [2]'),
17n/a('RegisterProgIdInfo', 'Registering program identifiers', 'ProgId: [1]'),
18n/a('AllocateRegistrySpace', 'Allocating registry space', 'Free space: [1]'),
19n/a('AppSearch', 'Searching for installed applications', 'Property: [1], Signature: [2]'),
20n/a('BindImage', 'Binding executables', 'File: [1]'),
21n/a('CCPSearch', 'Searching for qualifying products', None),
22n/a('CreateFolders', 'Creating folders', 'Folder: [1]'),
23n/a('DeleteServices', 'Deleting services', 'Service: [1]'),
24n/a('DuplicateFiles', 'Creating duplicate files', 'File: [1], Directory: [9], Size: [6]'),
25n/a('FindRelatedProducts', 'Searching for related applications', 'Found application: [1]'),
26n/a('InstallODBC', 'Installing ODBC components', None),
27n/a('InstallServices', 'Installing new services', 'Service: [2]'),
28n/a('LaunchConditions', 'Evaluating launch conditions', None),
29n/a('MigrateFeatureStates', 'Migrating feature states from related applications', 'Application: [1]'),
30n/a('MoveFiles', 'Moving files', 'File: [1], Directory: [9], Size: [6]'),
31n/a('PatchFiles', 'Patching files', 'File: [1], Directory: [2], Size: [3]'),
32n/a('ProcessComponents', 'Updating component registration', None),
33n/a('RegisterComPlus', 'Registering COM+ Applications and Components', 'AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}'),
34n/a('RegisterFonts', 'Registering fonts', 'Font: [1]'),
35n/a('RegisterProduct', 'Registering product', '[1]'),
36n/a('RegisterTypeLibraries', 'Registering type libraries', 'LibID: [1]'),
37n/a('RegisterUser', 'Registering user', '[1]'),
38n/a('RemoveDuplicateFiles', 'Removing duplicated files', 'File: [1], Directory: [9]'),
39n/a('RemoveEnvironmentStrings', 'Updating environment strings', 'Name: [1], Value: [2], Action [3]'),
40n/a('RemoveExistingProducts', 'Removing applications', 'Application: [1], Command line: [2]'),
41n/a('RemoveFiles', 'Removing files', 'File: [1], Directory: [9]'),
42n/a('RemoveFolders', 'Removing folders', 'Folder: [1]'),
43n/a('RemoveIniValues', 'Removing INI files entries', 'File: [1], Section: [2], Key: [3], Value: [4]'),
44n/a('RemoveODBC', 'Removing ODBC components', None),
45n/a('RemoveRegistryValues', 'Removing system registry values', 'Key: [1], Name: [2]'),
46n/a('RemoveShortcuts', 'Removing shortcuts', 'Shortcut: [1]'),
47n/a('RMCCPSearch', 'Searching for qualifying products', None),
48n/a('SelfRegModules', 'Registering modules', 'File: [1], Folder: [2]'),
49n/a('SelfUnregModules', 'Unregistering modules', 'File: [1], Folder: [2]'),
50n/a('SetODBCFolders', 'Initializing ODBC directories', None),
51n/a('StartServices', 'Starting services', 'Service: [1]'),
52n/a('StopServices', 'Stopping services', 'Service: [1]'),
53n/a('UnpublishComponents', 'Unpublishing Qualified Components', 'Component ID: [1], Qualifier: [2]'),
54n/a('UnpublishFeatures', 'Unpublishing Product Features', 'Feature: [1]'),
55n/a('UnregisterClassInfo', 'Unregister Class servers', 'Class Id: [1]'),
56n/a('UnregisterComPlus', 'Unregistering COM+ Applications and Components', 'AppId: [1]{{, AppType: [2]}}'),
57n/a('UnregisterExtensionInfo', 'Unregistering extension servers', 'Extension: [1]'),
58n/a('UnregisterFonts', 'Unregistering fonts', 'Font: [1]'),
59n/a('UnregisterMIMEInfo', 'Unregistering MIME info', 'MIME Content Type: [1], Extension: [2]'),
60n/a('UnregisterProgIdInfo', 'Unregistering program identifiers', 'ProgId: [1]'),
61n/a('UnregisterTypeLibraries', 'Unregistering type libraries', 'LibID: [1]'),
62n/a('WriteEnvironmentStrings', 'Updating environment strings', 'Name: [1], Value: [2], Action [3]'),
63n/a('WriteIniValues', 'Writing INI files values', 'File: [1], Section: [2], Key: [3], Value: [4]'),
64n/a('WriteRegistryValues', 'Writing system registry values', 'Key: [1], Name: [2], Value: [3]'),
65n/a('Advertise', 'Advertising application', None),
66n/a('GenerateScript', 'Generating script operations for action:', '[1]'),
67n/a('InstallSFPCatalogFile', 'Installing system catalog', 'File: [1], Dependencies: [2]'),
68n/a('MsiPublishAssemblies', 'Publishing assembly information', 'Application Context:[1], Assembly Name:[2]'),
69n/a('MsiUnpublishAssemblies', 'Unpublishing assembly information', 'Application Context:[1], Assembly Name:[2]'),
70n/a('Rollback', 'Rolling back action:', '[1]'),
71n/a('RollbackCleanup', 'Removing backup files', 'File: [1]'),
72n/a('UnmoveFiles', 'Removing moved files', 'File: [1], Directory: [9]'),
73n/a('UnpublishProduct', 'Unpublishing product information', None),
74n/a]
75n/a
76n/aUIText = [
77n/a('AbsentPath', None),
78n/a('bytes', 'bytes'),
79n/a('GB', 'GB'),
80n/a('KB', 'KB'),
81n/a('MB', 'MB'),
82n/a('MenuAbsent', 'Entire feature will be unavailable'),
83n/a('MenuAdvertise', 'Feature will be installed when required'),
84n/a('MenuAllCD', 'Entire feature will be installed to run from CD'),
85n/a('MenuAllLocal', 'Entire feature will be installed on local hard drive'),
86n/a('MenuAllNetwork', 'Entire feature will be installed to run from network'),
87n/a('MenuCD', 'Will be installed to run from CD'),
88n/a('MenuLocal', 'Will be installed on local hard drive'),
89n/a('MenuNetwork', 'Will be installed to run from network'),
90n/a('ScriptInProgress', 'Gathering required information...'),
91n/a('SelAbsentAbsent', 'This feature will remain uninstalled'),
92n/a('SelAbsentAdvertise', 'This feature will be set to be installed when required'),
93n/a('SelAbsentCD', 'This feature will be installed to run from CD'),
94n/a('SelAbsentLocal', 'This feature will be installed on the local hard drive'),
95n/a('SelAbsentNetwork', 'This feature will be installed to run from the network'),
96n/a('SelAdvertiseAbsent', 'This feature will become unavailable'),
97n/a('SelAdvertiseAdvertise', 'Will be installed when required'),
98n/a('SelAdvertiseCD', 'This feature will be available to run from CD'),
99n/a('SelAdvertiseLocal', 'This feature will be installed on your local hard drive'),
100n/a('SelAdvertiseNetwork', 'This feature will be available to run from the network'),
101n/a('SelCDAbsent', "This feature will be uninstalled completely, you won't be able to run it from CD"),
102n/a('SelCDAdvertise', 'This feature will change from run from CD state to set to be installed when required'),
103n/a('SelCDCD', 'This feature will remain to be run from CD'),
104n/a('SelCDLocal', 'This feature will change from run from CD state to be installed on the local hard drive'),
105n/a('SelChildCostNeg', 'This feature frees up [1] on your hard drive.'),
106n/a('SelChildCostPos', 'This feature requires [1] on your hard drive.'),
107n/a('SelCostPending', 'Compiling cost for this feature...'),
108n/a('SelLocalAbsent', 'This feature will be completely removed'),
109n/a('SelLocalAdvertise', 'This feature will be removed from your local hard drive, but will be set to be installed when required'),
110n/a('SelLocalCD', 'This feature will be removed from your local hard drive, but will be still available to run from CD'),
111n/a('SelLocalLocal', 'This feature will remain on you local hard drive'),
112n/a('SelLocalNetwork', 'This feature will be removed from your local hard drive, but will be still available to run from the network'),
113n/a('SelNetworkAbsent', "This feature will be uninstalled completely, you won't be able to run it from the network"),
114n/a('SelNetworkAdvertise', 'This feature will change from run from network state to set to be installed when required'),
115n/a('SelNetworkLocal', 'This feature will change from run from network state to be installed on the local hard drive'),
116n/a('SelNetworkNetwork', 'This feature will remain to be run from the network'),
117n/a('SelParentCostNegNeg', 'This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.'),
118n/a('SelParentCostNegPos', 'This feature frees up [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.'),
119n/a('SelParentCostPosNeg', 'This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures free up [4] on your hard drive.'),
120n/a('SelParentCostPosPos', 'This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.'),
121n/a('TimeRemaining', 'Time remaining: {[1] minutes }{[2] seconds}'),
122n/a('VolumeCostAvailable', 'Available'),
123n/a('VolumeCostDifference', 'Difference'),
124n/a('VolumeCostRequired', 'Required'),
125n/a('VolumeCostSize', 'Disk Size'),
126n/a('VolumeCostVolume', 'Volume'),
127n/a]
128n/a
129n/atables=['ActionText', 'UIText']