Note: Before you start, add the Microsoft Windows Installer SDK's "bin" folder ( <install-location>\Microsoft SDKs\Windows\v7.1\Bin) to your PATH environment variable so that you are able to able to run the Windows SDK tools from the command line.
Verify that you can run the Windows SDK tools from the command line by calling the following command in a CMD:
msimerg /?
Copy the files schema.msi, sequence.msi, and uisample.msi from the folder <install-location>\Windows Installer 4.5 SDK\DATABASE to your project folder
(e.g. C:\Easy-MSI-Book\BlasterMaster).
Then open a CMD command prompt in your project folder an run the following commands:
copy schema.msi blastermaster.msi
msimerg blastermaster.msi sequence.msi
msimerg blastermaster.msi uisample.msi
This merges all three databases together in one new database named blastermaster.msi that you can use as starting point for the subsequent exercises.