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