CreateInfFile

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CreateInfFile.

Creates the wizard's Templates.inf file.

Syntax

  
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

Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard
AddFilesToProject
SetFilters
AddFilesToProject