home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / csinst.zip / whatsnew < prev   
Text File  |  1996-09-17  |  3KB  |  73 lines

  1. myNstall revision history:
  2.  
  3. Important: Since release 1.02 Beta is the name for µNstall changed to:
  4.                                "myNstall".
  5.            That because some code pages have other character under this 
  6.            ASCII-code. 
  7.  
  8. Topics:
  9.         - New Keywords
  10.         - Bugs
  11.         - Changes
  12.  
  13.  
  14. NEW KEYWORDS:
  15.  
  16. The release 1.02 Beta get additional follwing keywords:
  17.  
  18. 12. DELETE_FILE_AFTER_INSTALLATION= to delete a file from the destination 
  19.     directory after successfully installation.
  20. 13. REMOVE_DIR_AFTER_INSTALLATION= to delete a subdirectory from the 
  21.     destination directory  after successfully installation.
  22.  
  23. These are the new features that are added for the version 1.01 Beta
  24. of myNstall.
  25.  
  26. Following keywords for the control file INSTALL.DAT was added:
  27.  
  28.  1. WPS_ONLY_IF_EXIST= to disable/enable the check box "Create WPS
  29.     object only".
  30.  2. WELCOME_BUTTON=OKCANCEL | OK to show in the Welcome message of your
  31.     installation the buttons OK and Cancel or OK only.
  32.  3. WELCOME_TITLE= to set the Title for this message.
  33.  4. WELCOME= to set the message text. You can use this keyword multiple times.
  34.  5. START_REXX_BY_OPEN_WINDOW= to start your own Rexx routine at the 
  35.     start of installation process (Exit 1).
  36.  6. START_REXX_BY_START_INSTALL= to call your own Rexx routine after
  37.     you pressed the Install-Button but before the installation is 
  38.     starting (Exit 2).
  39.  7. START_REXX_BY_SUCCESSFUL= to start your own Rexx routine after the 
  40.     successfully installation (Exit 3).
  41.  8. START_REXX_IF_FAILURE= to start your own Rexx routine if the
  42.     installation is failed (Exit 4).
  43.  9. START_REXX_BY_CLOSE_WINDOW= to start your own Rexx routine before
  44.     you exit the installation process (Exit 5).
  45. 10. DELETE_FILE= to delete a file from the destination directory before
  46.     you start the installation process. You can use this keyword multiple times.
  47.     It is useful for the update installation.
  48. 11. REMOVE_DIR= to delete a directory from the destination directory before
  49.     you start the installation process. You can use this keyword multiple times.
  50.     It is useful for the update installation.
  51.  
  52.  
  53. BUGS:
  54.  
  55.   1.02 Beta:
  56.     If the pre-install exit (START_REXX_BY_START_INSTALL) get as parameter the
  57.     "dest_path"-keyword, it can be now called with the selected destination path 
  58.     instead of the default destination path.
  59.  
  60.     Welcome_button=OK is now to use.
  61.     
  62.     Installation process interrupted for response "No" if destination directory
  63.     not exists.
  64.  
  65.   1.04 Beta:
  66.     The bugs in the RESTOREP.CMD command file was eliminated. New (RSTRFNC.CMD)
  67.     sample file is added. 
  68.  
  69. CHANGES:
  70.  
  71.   1.02 Beta
  72.     The Check Box 'Create WPS objects only' will be showed/hided instead
  73.     of enabled/disabled.