home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / csinst.zip / install.dat < prev    next >
Text File  |  1996-09-17  |  6KB  |  96 lines

  1. /*--------------(Set default destination directory)-------------*/
  2. DESTINATION=DEVTOOLS\GREED  /* Pathname without drive character */
  3.  
  4. /*---------------(Search for previous installation)-------------*/
  5. WPS_ONLY_IF_EXIST=GREED.EXE
  6.  
  7. /*-----(Your welcome message. Set no comment in those lines)----*/
  8. /* Note: Use '\n' (like C) in the message line for Line Feed    */
  9. /*--------------------------------------------------------------*/
  10. WELCOME_BUTTON=OKCANCEL                /* OKCANCEL, OK or Blank */
  11. WELCOME_TITLE=Hi Girls and Guys!
  12. WELCOME=Welcome to the Installation of "GREED"\nVersion 2.05 Beta.\n\n
  13. WELCOME=Click OK to continue or CANCEL to exit\n\n
  14. WELCOME=Best Regards, Janosch\n\n
  15.  
  16. /*-------(Rexx procedures. Set no comment in those lines)----------*/
  17. /* Note: Your REXX programs, if used, must exist in the            */
  18. /*       installation(source) directory. You can only use constant */
  19. /*       values as calling parameters or the following keywords:   */
  20. /*       - dest_path (for the destination directory)               */
  21. /*       - homeDir   (for the installation(source) directory)      */
  22. /*       It is not necessary  to enter the File Extention (.CMD).  */
  23. /*       Please do not use the output to / input from the Stdio.   */
  24. /*       i.e.: Call for MYREXX.CMD with the parameter 'A:'         */
  25. /*             after successfully installation:                    */
  26. /*             START_REXX_BY_SUCCESSFUL=MYREXX 'A:'                */
  27. /*-----------------------------------------------------------------*/
  28. START_REXX_BY_OPEN_WINDOW  = 
  29. START_REXX_BY_START_INSTALL= savepre dest_path
  30. START_REXX_BY_SUCCESSFUL   = rstrfnc dest_path
  31. /* delsaves dest_path */
  32. START_REXX_IF_FAILURE      = restorep dest_path
  33. START_REXX_BY_CLOSE_WINDOW = rstrfnc dest_path
  34. /*---------------------(End Rexx procedures)--------------------*/
  35.  
  36. /*----------------------(start WPS objects)---------------------*/
  37. /* Note: "dest_path" is a keyword for the destination directory */
  38. /*       - please use it as is.                                 */
  39. /*       For syntax of those lines see REXXUtil SysCreateObject.*/
  40. /*--------------------------------------------------------------*/
  41. ("WPFolder","General Rexx Extended Editor"'0d0a'x"Version 2.02 Beta", "<WP_DESKTOP>", "OBJECTID=<GREED_FOLDER>;ICONFILE="dest_path"\GREED.ICO", "r")
  42. ("WPProgram","Greed", "<GREED_FOLDER>","TEMPLATE=NO;EXENAME="||dest_path"\GREED.EXE;STARTUPDIR="||dest_path,"r")
  43. ("WPProgram","Templates Controller", "<GREED_FOLDER>","TEMPLATE=NO;EXENAME="||dest_path"\GREEDX.EXE;STARTUPDIR="||dest_path,"r")
  44. ("WPProgram","Greed Information","<GREED_FOLDER>","EXENAME=VIEW.EXE;PARAMETERS="||dest_path"\GREED.INF;STARTUPDIR="dest_path,"r")
  45. ("WPProgram","Templates Controller"||'0d0a'x"Information","<GREED_FOLDER>","EXENAME=VIEW.EXE;PARAMETERS="||dest_path"\GREEDX.INF;STARTUPDIR="dest_path,"r")
  46. ("WPProgram","Template Editor","<GREED_FOLDER>","TEMPLATE=NO;EXENAME="dest_path"\TemplEd.EXE;STARTUPDIR="dest_path";ASSOCFILTER=*.FNC,,","r")
  47. ("WPProgram","File Browser","<GREED_FOLDER>","TEMPLATE=NO;EXENAME="dest_path"\PMBROWSE.EXE;STARTUPDIR="dest_path,"r")
  48. ("WPShadow","REXX Information","<GREED_FOLDER>","SHADOWID=<WP_REXREF>;OBJECTID=<GREED_REXREF>","r")
  49. /*----------------------(end WPS objects)-----------------------*/
  50.  
  51. /*--------------------(Update informations)----------------------*/
  52. /* Note: Here you can enter  the names of files to delete if you */
  53. /*       use this procedure for update a previous installation.  */
  54. /*       It is useful for delete files you do not need  any more */
  55. /*       for the new release.  (PS : See Diectory Info below )   */
  56. /*       This files are deleted before you start the installation*/
  57. /*       (after you are pressed the push Button Install)         */ 
  58. /*       You can use this keyword as frequently as you need.     */
  59. /*       i.e.: DELETE_FILE=MYAPPL16.EXE                          */
  60. /*---------------------------------------------------------------*/
  61. DELETE_FILE=FunWrite.EXE
  62. DELETE_FILE=FunWrite.ICO
  63. DELETE_FILE=FtpDef.HLP
  64. DELETE_FILE=FtpDef.INF
  65. DELETE_FILE=FtpDef.EXE
  66. DELETE_FILE=
  67. /* ... more deletes ... */
  68. /*----------------------( Directory Information )----------------*/
  69. /* Note: Here are entries for the Directories to be deleted      */
  70. /* before installing the new instance of of the installtion.     */
  71. /* These are directories that you no longer require ( or want )  */
  72. /* to appear in the new installation into the existing Directory.*/
  73. /*---------------------------------------------------------------*/
  74. REMOVE_DIR=
  75. REMOVE_DIR=
  76. REMOVE_DIR=
  77. /* ... more removes ... */
  78. /*-------------------(End update informations)-------------------*/
  79.  
  80. /*----------------(Post-installation processing)-----------------*/
  81. /* After successfully installation you can delete files and      */
  82. /* directories which you not need after the installation such as */
  83. /* Log files, Rexx-exits or backup directory                     */
  84. /* You can use this keywords as frequently as you need.          */
  85. /* Note: only empty directories will be deleted                  */
  86. /*---------------------------------------------------------------*/
  87. DELETE_FILE_AFTER_INSTALLATION=
  88. DELETE_FILE_AFTER_INSTALLATION=
  89. DELETE_FILE_AFTER_INSTALLATION=
  90. /* ... more ... */
  91.  
  92. REMOVE_DIR_AFTER_INSTALLATION=SAVEPRE
  93. REMOVE_DIR_AFTER_INSTALLATION=
  94. /* ... more ... */
  95. /*--------------(End post-installation processing)---------------*/
  96.