Queueing an INF Section

In addition to queueing file operations individually, you can also queue all the files listed in an INF section.

You can queue all the files listed in a Copy Files section of an INF file by calling SetupQueueCopySection. For this function to be successful, the Copy Files section must be in the proper format and the INF file, or one of its appended files, must contain the SourceDisksFiles and SourceDisksNames sections.

Similarly, if you want to delete all the files specified in a Delete Files section of an INF file, you can call SetupQueueDeleteSection. To rename all the files in a Rename Files section of an INF file use SetupQueueRenameSection.