INF: Deleting and Modifying Templates in Setup Wizard

    Article ID: Q117543
    Creation Date: 30-JUN-1994
    Revision Date: 05-FEB-1996

    The information in this article applies to:

    • Microsoft Access Developer's Toolkit version 2.0

    SUMMARY

    Novice: Requires knowledge of the user interface on single-user computers.

    To delete or modify the templates that can be used with the Setup Wizard, you must modify the following tables within the SETUPWIZ.MDB file:

       zws_SetupTemplates
       zws_TemplateFiles
    
    
    NOTE: In Microsoft Access Developers Toolkit for Windows 95 version 7.0, templates are stored as seperate files on your hard drive with an *.mdt extension. To delete a template, just delete the *.mdt file from your hard drive.

    MORE INFORMATION

    Two tables in the SETUPWIZ.MDB file contain the information needed for the templates. If you change or delete the information in either table the change will be reflected when you run the Setup Wizard.

    To open the SETUPWIZ.MDB file without starting the Setup Wizard, hold down the SHIFT key while you open the file. You can then open and modify the zws_SetupTemplates and zws_TemplateFiles tables.

    REFERENCES

    Microsoft Access Developer's Toolkit "Advanced Topics," version 2.0, Chapter 2, "Creating a Custom Setup Program"


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.
©1997 Microsoft Corporation. All rights reserved. Legal Notices.

Additional reference words: 2.00
KBCategory: kbsetup
KBSubcategory: StpOthr