The InstallExecuteSequence table lists the actions that are executed when the installer executes the top-level INSTALL action. See Installation Procedure Tables Group, Using a Sequence Table, and the Sequence Table Detailed Example.
If in the section Importing a Blank Database you used uisample.msi from the Windows Installer SDK, the sequence tables in your copy of MNP2000.msi already contains the suggested action sequences described in Using a Sequence Table. No changes to these sequences are necessary to author the Notepad installation package.
Use your database editor to open MNP2000.msi and enter the following data into the InstallExecuteSequence table.
Action | Condition | Sequence |
---|---|---|
AllocateRegistrySpace | NOT Installed | 1550 |
AppSearch | 400 | |
BindImage | 4300 | |
CCPSearch | NOT Installed | 500 |
CostFinalize | 1000 | |
CostInitialize | 800 | |
CreateFolders | 3700 | |
CreateShortcuts | 4500 | |
DeleteServices | VersionNT | 2000 |
DuplicateFiles | 4210 | |
FileCost | 900 | |
FindRelatedProducts | 200 | |
InstallFiles | 4000 | |
InstallFinalize | 6600 | |
InstallInitialize | 1500 | |
InstallODBC | 5400 | |
InstallServices | VersionNT | 5800 |
InstallValidate | 1400 | |
LaunchConditions | 100 | |
MigrateFeatureStates | 1200 | |
MoveFiles | 3800 | |
PatchFiles | 4090 | |
ProcessComponents | 1600 | |
PublishComponents | 6200 | |
PublishFeatures | 6300 | |
PublishProduct | 6400 | |
RegisterClassInfo | 4600 | |
RegisterComPlus | 5700 | |
RegisterExtensionInfo | 4700 | |
RegisterFonts | 5300 | |
RegisterMIMEInfo | 4900 | |
RegisterProduct | 6100 | |
RegisterProgIdInfo | 4800 | |
RegisterTypeLibraries | 5500 | |
RegisterUser | 6000 | |
RemoveDuplicateFiles | 3400 | |
RemoveEnvironmentStrings | 3300 | |
RemoveExistingProducts | 6700 | |
RemoveFiles | 3500 | |
RemoveFolders | 3600 | |
RemoveIniValues | 3100 | |
RemoveODBC | 2400 | |
RemoveRegistryValues | 2600 | |
RemoveShortcuts | 3200 | |
RMCCPSearch | NOT Installed | 600 |
SelfRegModules | 5600 | |
SelfUnregModules | 2200 | |
SetODBCFolders | 1100 | |
StartServices | VersionNT | 5900 |
StopServices | VersionNT | 1900 |
UnpublishComponents | 1700 | |
UnpublishFeatures | 1800 | |
UnregisterClassInfo | 2700 | |
UnregisterComPlus | 2100 | |
UnregisterExtensionInfo | 2800 | |
UnregisterFonts | 2500 | |
UnregisterMIMEInfo | 3000 | |
UnregisterProgIdInfo | 2900 | |
UnregisterTypeLibraries | 2300 | |
ValidateProductID | 700 | |
WriteEnvironmentStrings | 5200 | |
WriteIniValues | 5100 | |
WriteRegistryValues | 5000 |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.