Creating Setup Applications
After you create an INF file, you will typically write the source code for your setup application. You call the setup functions from your setup application to perform many installation operations.
The following steps cover one way to use the setup functions to create a setup application. You can use this example as a starting point, or develop your own installation algorithm.
Initialization
- Open the INF and, if appropriate, append other INF files.
- Extract file information from the INF file.
- Gather setup information from the user.
- Create a queue.
Install files
Clean up