The information in this article applies to:
SYMPTOMSBuilding the CUSTOMWZ sample distributed with Visual C++ version 5.0 overwrites the Custom AppWizard project wizard. If you modify the CUSTOMWZ sample and build it, you lose the standard Custom AppWizard functionality. CAUSE
Custom AppWizards normally contain a project build step that copies the new
wizard file to the <DevStudio path>\Template directory. RESOLUTION
In the downloaded CUSTOMWZ project, change the project custom build rule to
point to the Template directory:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug has been corrected in the CUSTOMWZ sample released with Visual C++ version 6.0. MORE INFORMATIONCreating a Custom AppWizard is supported only in Visual C++ Professional and Enterprise Editions. The CUSTOMWZ sample illustrates how to construct a generic AppWizard that you can modify to suit your specific needs. Restoring the Standard Custom AppWizardIf you successfully build the CUSTOMWZ sample supplied with Visual C++ version 5.0 before applying the resolution above, the sample file replaces the standard Custom AppWizard file in <DevStudio path>\SharedIde\bin\ide and named Customwz.awx. Additionally, the sample's Help file appears in <DevStudio path>\Template. Follow these steps to restore the original file:
REFERENCESVisual C++ Documentation: Samples; Custom AppWizard Samples; CUSTOMWZ: A Custom AppWizard Additional query words:
Keywords : kbwizard kbDocs kbVC500bug kbVC600fix kbAppWizard kbCustomWizard kbGrpDSTools |
Last Reviewed: August 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |