home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / mynst105.zip / whatsnew < prev   
Text File  |  1997-10-07  |  3KB  |  82 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.05 Beta get additional follwing keyword:
  17.  
  18. 15. WINDOW_TITLE= to enter your own title for the installation window.
  19. 16. CREATE_DIR= to enter a subdirectory tree below the destination directory.
  20.  
  21. The release 1.04 Beta get additional follwing keyword:
  22.  
  23. 14. DESTINATION= to set the default destination directory you suggest. 
  24.  
  25. The release 1.02 Beta get additional follwing keywords:
  26.  
  27. 12. DELETE_FILE_AFTER_INSTALLATION= to delete a file from the destination 
  28.     directory after successfully installation.
  29. 13. REMOVE_DIR_AFTER_INSTALLATION= to delete a subdirectory from the 
  30.     destination directory  after successfully installation.
  31.  
  32. These are the new features that are added for the version 1.01 Beta
  33. of myNstall.
  34.  
  35. Following keywords for the control file INSTALL.DAT was added:
  36.  
  37.  1. WPS_ONLY_IF_EXIST= to disable/enable the check box "Create WPS
  38.     object only".
  39.  2. WELCOME_BUTTON=OKCANCEL | OK to show in the Welcome message of your
  40.     installation the buttons OK and Cancel or OK only.
  41.  3. WELCOME_TITLE= to set the Title for this message.
  42.  4. WELCOME= to set the message text. You can use this keyword multiple times.
  43.  5. START_REXX_BY_OPEN_WINDOW= to start your own Rexx routine at the 
  44.     start of installation process (Exit 1).
  45.  6. START_REXX_BY_START_INSTALL= to call your own Rexx routine after
  46.     you pressed the Install-Button but before the installation is 
  47.     starting (Exit 2).
  48.  7. START_REXX_BY_SUCCESSFUL= to start your own Rexx routine after the 
  49.     successfully installation (Exit 3).
  50.  8. START_REXX_IF_FAILURE= to start your own Rexx routine if the
  51.     installation is failed (Exit 4).
  52.  9. START_REXX_BY_CLOSE_WINDOW= to start your own Rexx routine before
  53.     you exit the installation process (Exit 5).
  54. 10. DELETE_FILE= to delete a file from the destination directory before
  55.     you start the installation process. You can use this keyword multiple times.
  56.     It is useful for the update installation.
  57. 11. REMOVE_DIR= to delete a directory from the destination directory before
  58.     you start the installation process. You can use this keyword multiple times.
  59.     It is useful for the update installation.
  60.  
  61.  
  62. BUGS:
  63.  
  64.   1.02 Beta:
  65.     If the pre-install exit (START_REXX_BY_START_INSTALL) get as parameter the
  66.     "dest_path"-keyword, it can be now called with the selected destination path 
  67.     instead of the default destination path.
  68.  
  69.     Welcome_button=OK is now to use.
  70.     
  71.     Installation process interrupted for response "No" if destination directory
  72.     not exists.
  73.  
  74.   1.04 Beta:
  75.     The bugs in the RESTOREP.CMD command file was eliminated. New (RSTRFNC.CMD)
  76.     sample file is added. 
  77.  
  78. CHANGES:
  79.  
  80.   1.02 Beta
  81.     The Check Box 'Create WPS objects only' will be showed/hidded instead
  82.     of enabled/disabled.