I've developed a custom VC++Wizard. This has been done usingVS 2013 Ultimate. However, I am not able to deploy it.
I've copied the 3 files, <wizard_name>.ico, <wizard_name>.vsz and <wizard_name>.vsdirto<Visual_Studio_Installation>\VC\VCProjects. I've edited the
.vsz file to specify the necessary relative path to VCWizards.
I've kept the rest of the folders, viz., 1033, HTML,IMAGES, SCRIPTS and TEMPLATES, in the
VCWizards\AppWiz\<wizard_name>directory.
The wizard shows up in the VC++ projects list, and the
HTML page shows up too, but when I click on finish, nothing loads and I see the same New Project screen again.
The wizard works normally, when I had developed it.
What could be the reason?