00001 AdminExecuteSequence = [ 00002 (u'InstallInitialize', None, 1500), 00003 (u'InstallFinalize', None, 6600), 00004 (u'InstallFiles', None, 4000), 00005 (u'InstallAdminPackage', None, 3900), 00006 (u'FileCost', None, 900), 00007 (u'CostInitialize', None, 800), 00008 (u'CostFinalize', None, 1000), 00009 (u'InstallValidate', None, 1400), 00010 ] 00011 00012 AdminUISequence = [ 00013 (u'FileCost', None, 900), 00014 (u'CostInitialize', None, 800), 00015 (u'CostFinalize', None, 1000), 00016 (u'ExecuteAction', None, 1300), 00017 (u'ExitDialog', None, -1), 00018 (u'FatalError', None, -3), 00019 (u'UserExit', None, -2), 00020 ] 00021 00022 AdvtExecuteSequence = [ 00023 (u'InstallInitialize', None, 1500), 00024 (u'InstallFinalize', None, 6600), 00025 (u'CostInitialize', None, 800), 00026 (u'CostFinalize', None, 1000), 00027 (u'InstallValidate', None, 1400), 00028 (u'CreateShortcuts', None, 4500), 00029 (u'MsiPublishAssemblies', None, 6250), 00030 (u'PublishComponents', None, 6200), 00031 (u'PublishFeatures', None, 6300), 00032 (u'PublishProduct', None, 6400), 00033 (u'RegisterClassInfo', None, 4600), 00034 (u'RegisterExtensionInfo', None, 4700), 00035 (u'RegisterMIMEInfo', None, 4900), 00036 (u'RegisterProgIdInfo', None, 4800), 00037 ] 00038 00039 InstallExecuteSequence = [ 00040 (u'InstallInitialize', None, 1500), 00041 (u'InstallFinalize', None, 6600), 00042 (u'InstallFiles', None, 4000), 00043 (u'FileCost', None, 900), 00044 (u'CostInitialize', None, 800), 00045 (u'CostFinalize', None, 1000), 00046 (u'InstallValidate', None, 1400), 00047 (u'CreateShortcuts', None, 4500), 00048 (u'MsiPublishAssemblies', None, 6250), 00049 (u'PublishComponents', None, 6200), 00050 (u'PublishFeatures', None, 6300), 00051 (u'PublishProduct', None, 6400), 00052 (u'RegisterClassInfo', None, 4600), 00053 (u'RegisterExtensionInfo', None, 4700), 00054 (u'RegisterMIMEInfo', None, 4900), 00055 (u'RegisterProgIdInfo', None, 4800), 00056 (u'AllocateRegistrySpace', u'NOT Installed', 1550), 00057 (u'AppSearch', None, 400), 00058 (u'BindImage', None, 4300), 00059 (u'CCPSearch', u'NOT Installed', 500), 00060 (u'CreateFolders', None, 3700), 00061 (u'DeleteServices', u'VersionNT', 2000), 00062 (u'DuplicateFiles', None, 4210), 00063 (u'FindRelatedProducts', None, 200), 00064 (u'InstallODBC', None, 5400), 00065 (u'InstallServices', u'VersionNT', 5800), 00066 (u'IsolateComponents', None, 950), 00067 (u'LaunchConditions', None, 100), 00068 (u'MigrateFeatureStates', None, 1200), 00069 (u'MoveFiles', None, 3800), 00070 (u'PatchFiles', None, 4090), 00071 (u'ProcessComponents', None, 1600), 00072 (u'RegisterComPlus', None, 5700), 00073 (u'RegisterFonts', None, 5300), 00074 (u'RegisterProduct', None, 6100), 00075 (u'RegisterTypeLibraries', None, 5500), 00076 (u'RegisterUser', None, 6000), 00077 (u'RemoveDuplicateFiles', None, 3400), 00078 (u'RemoveEnvironmentStrings', None, 3300), 00079 (u'RemoveExistingProducts', None, 6700), 00080 (u'RemoveFiles', None, 3500), 00081 (u'RemoveFolders', None, 3600), 00082 (u'RemoveIniValues', None, 3100), 00083 (u'RemoveODBC', None, 2400), 00084 (u'RemoveRegistryValues', None, 2600), 00085 (u'RemoveShortcuts', None, 3200), 00086 (u'RMCCPSearch', u'NOT Installed', 600), 00087 (u'SelfRegModules', None, 5600), 00088 (u'SelfUnregModules', None, 2200), 00089 (u'SetODBCFolders', None, 1100), 00090 (u'StartServices', u'VersionNT', 5900), 00091 (u'StopServices', u'VersionNT', 1900), 00092 (u'MsiUnpublishAssemblies', None, 1750), 00093 (u'UnpublishComponents', None, 1700), 00094 (u'UnpublishFeatures', None, 1800), 00095 (u'UnregisterClassInfo', None, 2700), 00096 (u'UnregisterComPlus', None, 2100), 00097 (u'UnregisterExtensionInfo', None, 2800), 00098 (u'UnregisterFonts', None, 2500), 00099 (u'UnregisterMIMEInfo', None, 3000), 00100 (u'UnregisterProgIdInfo', None, 2900), 00101 (u'UnregisterTypeLibraries', None, 2300), 00102 (u'ValidateProductID', None, 700), 00103 (u'WriteEnvironmentStrings', None, 5200), 00104 (u'WriteIniValues', None, 5100), 00105 (u'WriteRegistryValues', None, 5000), 00106 ] 00107 00108 InstallUISequence = [ 00109 (u'FileCost', None, 900), 00110 (u'CostInitialize', None, 800), 00111 (u'CostFinalize', None, 1000), 00112 (u'ExecuteAction', None, 1300), 00113 (u'ExitDialog', None, -1), 00114 (u'FatalError', None, -3), 00115 (u'UserExit', None, -2), 00116 (u'AppSearch', None, 400), 00117 (u'CCPSearch', u'NOT Installed', 500), 00118 (u'FindRelatedProducts', None, 200), 00119 (u'IsolateComponents', None, 950), 00120 (u'LaunchConditions', None, 100), 00121 (u'MigrateFeatureStates', None, 1200), 00122 (u'RMCCPSearch', u'NOT Installed', 600), 00123 (u'ValidateProductID', None, 700), 00124 ] 00125 00126 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'InstallExecuteSequence', 'InstallUISequence'] 00127 00128
© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved; If you reference this document or any part of this document you must use the citation verbatim (including the link) "© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved."
Notice: This source code contained in this document is NOT open source and is NOT being distributed as open source.
122,241 lines of code and growing...