Preparing a DirectX Application for Installation

When you are ready to create a way to install your application and the DirectX files on a user's system, you need to create a setup program that lists the files in your application, determines the amount of disk space required, and loads the appropriate DirectX files. You also need to create a directory on your distribution medium. You will place all the application's files and any additional DirectX components in this directory. The following topics describe these steps:

·Creating the Setup Program

·Setting Up the Application Directory