The information in this article applies to:
SYMPTOMSWhen you load a template (.vbz) file into the Visual Basic 4.0 Setup Wizard, the following error message appears: Click OK to restart the Setup Wizard. CAUSEThis behavior is by design. The Setup Wizard compares the date on the template file to the dates on the project's .exe and source files. If the date on the template file is older than the other files, then the error message is generated. It also compares the checksum stored in the .vbz file and generates the error condition if the values do not match. WORKAROUND
Do not use template (.vbz) files. To work around the problem, add an entry
for the project .exe file to \Windows\Sw depend.ini. Also, add entries for
all of the additional components that need to be shipped with that .exe
file. This is not an effective workaround for projects that require
significant configuration, such as OLE servers, but it handles the
inclusion of a large number of files. ExampleTo include the files Bullet.bmp and Emdash.bmp when you create installation disks for the CALC sample project, add the following entry to Swdepend.ini:
STATUSA change in the design of the Setup Wizard is under review and will be considered for inclusion in a future release of Visual Basic. Additional query words:
Keywords : kbsetup kbVBp400 kbGrpVB TlsSetWiz |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |