home *** CD-ROM | disk | FTP | other *** search
- README.TXT file for Setup Toolkit SETUP1.BAS and SETUP1.FRM
-
- This file lists the changes made to files in the SETUPKIT\SETUP1 directory
- after Visual Basic version 3.0 shipped.
-
- Installation Notes
- ------------------
- Copy the files provided with this README.TXT file into you SETUPKIT\SETUP1
- directory.
-
- Distribution Notes
- ------------------
- You are free to distribute these files royalty free.
-
- Bug Fixes
- ---------
- The following are the features and bug fixes that were added to
- SETUPKIT\SETUP1 files 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 these files become available.
-
- Bug Comments
- ---------------------------------- -------------------------------------
- SETUP1.EXE fails to copy the This problem occurs because the
- Visual Basic 3.0 version of file type of THREED.VBX changed
- THREED.VBX over the Visual from APP to DLL between Visual
- Basic 2.0 version of THREED.VBX. Basic versions 2.0 and 3.0.
- The CopyFile function in SETUP1.BAS
- was modified so that any file
- will be copied regardless of its type
- as long as the source file is the
- same or newer version compared to the
- destination file.
-
- SETUP1.EXE fails when attempting A problem in the CreateProgManItem
- to show a Program Manager group when executing the ShowGroup DDE
- under Norton Desktop command causes SETUP1.EXE to fail
- under Norton Desktop. The syntax
- on the call to the ShowGroup DDE
- command was fixed to overcome this
- problem.
-
- Unnecessary code included in SETUP1.FRM contains code that
- Form_Load event procedure of has been commented out and is
- SETUP1.FRM. not needed. This code was useful
- under the Visual Basic version 1.0
- of the Setup Toolkit. However, the
- features demonstrated by this code
- were removed from the Visual Basic
- version 2.0 and 3.0 Setup Toolkit.
- This code has been removed.
-