Share via


CreateInfFile

Creates the wizard's Templates.inf file.

function CreateInfFile( );

Return Value

The wizard template file.

Remarks

Call this function to create the wizard's Templates.inf file from Templatesinf.txt, a temporary text file it first creates in the temporary directory, based on the user's selections. Templates.inf contains the list of file names that the wizard creates. See The Template File for more information.

If this function cannot create the Templatesinf.txt file in the temporary directory, it displays an error.

Example

See AddFilesToProject.

See Also

Tasks

Creating a Custom Wizard

Concepts

Customizing C++ Wizards with Common JScript Functions

Designing a Wizard

Reference

AddFilesToProject

SetFilters

AddFilesToProject

Other Resources

JScript Functions for C++ Wizards