Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 1.66 KB

File metadata and controls

56 lines (50 loc) · 1.66 KB
title Custom Wizard | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.appwiz.custom.overview
dev_langs
C++
helpviewer_keywords
Visual C++ projects, custom wizards
custom wizards, creating in Visual C++ projects
ms.assetid 4723f9b7-188f-4677-a728-af95e7e79ea8
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Custom Wizard

The Visual C++ Custom Wizard is a specific type of wizard, designed to help you create your own wizards. Once configured, your wizard generates the starter files you need for your projects.

Overview

This wizard page describes the current application settings for the Custom Wizard project you are creating. By default, the wizard creates a project as follows:

  • The wizard's friendly name is set to the name of the project you indicated in the New Project dialog box.

  • The wizard has a user interface.

  • The wizard user interface has one page.

You can change these default settings on the Application Settings page of the wizard.

See Also

Visual C++ Project Types
Creating a Custom Wizard
Files Created for Your Wizard
Designing a Wizard