BUG: Setup Wizard Closes With Error: Invalid Property Value...Last reviewed: June 19, 1997Article ID: Q170372 |
The information in this article applies to:
SYMPTOMSWhen starting the Microsoft Visual Basic Application Setup Wizard, a dialog appears with the error:
"Invalid property value, an unexpected error has occurred"If you click the OK button, the Setup Wizard terminates.
CAUSEWhen the Setup Wizard begins, a system configuration file is read. If the devices listed in the configuration file cannot be located, the error occurs and the Setup Wizard terminates.
RESOLUTIONThere are two methods to resolve this error:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONWhen Microsoft Visual Basic is installed, a system configuration file is created. This configuration file includes information about devices installed on the computer at the time of installation. In Microsoft Visual Basic Version 4.0 there may be three configuration files. The original configuration files are:
<Windows directory>\SWDEPEND.INIIn Microsoft Visual Basic Version 5.0, the configuration file is:
<VB directory>\SETUPKIT\KITFIL32\VB5DEP.INIThe following is a sample of a VB5DEP.INI (other files similar):
[SetupWiz] Uses1=D:\DStudio\VB5\setupkit\kitfil32\VB5StKit.dll Drive1=1.44 MB,1457664,512 Drive2=2.88 MB,2915328,1024 Drive3=1.2 MB,1213952,512 Drive4=720 KB,730112,1024 Drive5=360 KB,362496,1024 BootStrap=D:\DStudio\VB5\SETUPKIT\KITFIL32\SETUP.EXE VBExe=D:\DStudio\VB5\VB5.EXE RemoveInstallEXE=D:\DStudio\VB5\SETUPKIT\KITFIL32\ST5UNST.EXEThe Application Setup Wizard reads this configuration file during initialization. If devices described in the log file are not found on the system, the error occurs and the Setup Wizard terminates. In the sample above, Drive1 is a 1.44MB floppy drive. If this device was removed from the system (and not replaced with a similar device), the Setup Wizard would be unable to find the device and the error would occur. This situation typically occurs with computers that have removable disk drives. The error can be corrected by either of two methods:
|
Keywords : kberrmsg kbtool TlsSetWiz vb4all vb4win vb5all VBKBToolkit
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |