README.TXT file for the Setup Toolkit SETUP.EXE version 1.00.002.

This file details changes made to SETUP.EXE after Visual Basic 
version 3.0 shipped.  The version of SETUP.EXE that was released
with Visual Basic 3.0 has a date and time of 28-APR-1993 12:00 am
and is 15312 bytes in size.  The file contains no version number.

Installation Notes
------------------
Copy this version of SETUP.EXE into your SETUPKIT\KITFILES directory over your existing copy of SETUP.EXE.

Distribution Notes
------------------
You are free to distribute this version of SETUP.EXE royalty free.

Features/Bug Fixes
------------------
The following are the features and bug fixes that were added to SETUP.EXE after VB 3.0 was released.  This file will be updated with the latest bug fixes and features any time a new post-release VB 3.0 version of SETUP.EXE becomes available.

Version    Bug Fix/Feature              Comments
--------   ---------------------------  ------------------------------ 
1.00.002   VER.DLL gets truncated to    SETUP.EXE now checks to see 
           zero bytes if it is not      if VER.DL_ exists on  your 
           found or named incorrectly   distribution disk.
           on the distribution disk.    If it isn't found, a 
                                        "Error - File not found:  
                                        A:\VER.DL_.  This file is 
                                        required by Setup" will occur 
                                        and SETUP.EXE will terminate.
1.00.002   SETUP.EXE does not run       Under Windows 3.0 you will 
           under Windows 3.0.           a "This application requires a 
                                        newer version of Windows" and 
                                        SETUP.EXE will terminate.  
                                        This problem has been fixed.
1.00.002   The VB 3.0 version of        This problem occurs because 
           THREED.VBX does not          the file type of THREED.VBX 
           overwrite the VB 2.0         changed from "APP" to "DLL" 
           version                      between VB 2.0 and VB 3.0.  
                                        SETUP.EXE now ignores file
                                        type differences and will 
                                        install any file where the 
                                        source and destination names 
                                        are the same and the source 
                                        file is the same or newer 
                                        version.
1.00.002   Error message                The error messages are now 
           "Could not open or read      "Error - Could not open file: 
           file: <filename>" was        <filename>" and "Error - Could 
           replaced with two            not read file: <filename>."  
           separate error messages.     Both errors cause SETUP.EXE to 
                                        terminate.
1.00.002   New error message            This error replaces 
           "Error - Insufficient disk   "Error - Could not copy file: 
           space on drive               <source filename> -> 
           <drive letter>:" has         <destination filename>"
           been added.  This error      when there is insufficient 
           causes SETUP.EXE to          disk space.  This error caused 
           terminate.                   SETUP.EXE to terminate.
1.00.002   Version info was added to    The version number 1.00.002 
           SETUP.EXE                    was added to SETUP.EXE.  
                                        Previous versions of SETUP.EXE 
                                        have no version number.

