home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / greed223.zip / INSTALL.DAT < prev    next >
Text File  |  1998-03-01  |  7KB  |  128 lines

  1. /*=================================================================*/
  2. /*                                                                 */
  3. /*      SAMPLE CONTROL FILE FOR myNstall INSTALLATION PROGRAM      */
  4. /*      See INSTALL.DOC, INSTALL.INF or INSTALL.HLP files for      */
  5. /*      more information, please.                                  */
  6. /*                                                                 */
  7. /*=================================================================*/
  8.  
  9. /*---------------------( General information )---------------------*/
  10. /* This Installation control words are optional. If you don't use  */ 
  11. /* them, the installation program will simply copy or unpack all   */
  12. /* files from the Install.exe home directory into this you are     */
  13. /* selected.                                                       */
  14. /* Note: Only files packed with PACK.EXE will be unpacked          */
  15. /*-----------------------------------------------------------------*/
  16.  
  17. /*-------------(Set title of your instllation window)--------------*/
  18. WINDOW_TITLE=Greed: Installation routine    /* up to 40 characters */
  19.  
  20. /*---------------(Set default destination directory)---------------*/
  21. DESTINATION=DEVTOOLS\GREED     /* Pathname without drive character */
  22.  
  23. /*----------------(Search for previous installation)---------------*/
  24. WPS_ONLY_IF_EXIST=GREED.EXE
  25.  
  26. /*------(Your welcome message. Set no comment in those lines)------*/
  27. /* Note: Use '\n' (like C) in the message line for Line Feed       */
  28. /*-----------------------------------------------------------------*/
  29. WELCOME_BUTTON=OKCANCEL                   /* OKCANCEL, OK or Blank */
  30. WELCOME_TITLE=Hi Gals and Guys!
  31. WELCOME=Welcome to the Installation of "GREED"
  32. WELCOME=Version 2.23.\n\n
  33. WELCOME=Click OK to continue or CANCEL to exit\n\n
  34. WELCOME=Best Regards, Janosch\n\n
  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.23","<WP_DESKTOP>", "OBJECTID=<GREED_FOLDER>;BACKGROUND="dest_path"\GREED.BMP;ICONFILE="dest_path"\GREED.ICO", "U")
  42. ("WPProgram","Greed", "<GREED_FOLDER>","TEMPLATE=NO;EXENAME="||dest_path"\GREED.EXE;STARTUPDIR="||dest_path,"U")
  43. ("WPProgram","Greed Information","<GREED_FOLDER>","EXENAME=VIEW.EXE;PARAMETERS="||dest_path"\GREED.INF;STARTUPDIR="dest_path,"U")
  44. ("WPProgram","Templates Controller", "<GREED_FOLDER>","TEMPLATE=NO;EXENAME="||dest_path"\GREEDX.EXE;STARTUPDIR="||dest_path,"U")
  45. ("WPProgram","Templates Controller"||'0d0a'x"Information","<GREED_FOLDER>","OBJECTID=<DEL_GREEDX_INF>;EXENAME=VIEW.EXE;PARAMETERS="||dest_path"\GREEDX.INF;STARTUPDIR="dest_path,"U")
  46. ("WPProgram","Template Editor","<GREED_FOLDER>","TEMPLATE=NO;EXENAME="dest_path"\TemplEd.EXE;STARTUPDIR="dest_path";ASSOCFILTER=*.FNC,,","U")
  47. ("WPProgram","File Browser","<GREED_FOLDER>","TEMPLATE=NO;EXENAME="dest_path"\PMBROWSE.EXE;STARTUPDIR="dest_path,"U")
  48. ("WPShadow","REXX Information","<GREED_FOLDER>","SHADOWID=<WP_REXREF>;OBJECTID=<GREED_REXREF>","r")
  49. ("WPShadow","Default FNC files","<GREED_FOLDER>","SHADOWID="dest_path"\DfltFNCs;OBJECTID=<GREED_DFLTFNCS>","r")
  50. /*------------------------(end WPS objects)------------------------*/
  51.  
  52. /*-------(Rexx procedures. Set no comment in those lines)----------*/
  53. /* Note: Your REXX programs, if used, must exist in the            */
  54. /*       installation(source) directory. You can only use constant */
  55. /*       values as calling parameters or the following keywords:   */
  56. /*       - dest_path (for the destination directory)               */
  57. /*       - homeDir   (for the installation(source) directory)      */
  58. /*       It is not necessary  to enter the File Extention (.CMD).  */
  59. /*       Please do not use the output to / input from the Stdio.   */
  60. /*       i.e.: Call for MYREXX.CMD with the parameter 'A:'         */
  61. /*             after successfully installation:                    */
  62. /*             START_REXX_BY_SUCCESSFUL=MYREXX 'A:'                */
  63. /*-----------------------------------------------------------------*/
  64. START_REXX_BY_OPEN_WINDOW  = 
  65. START_REXX_BY_START_INSTALL= savepre dest_path
  66. START_REXX_BY_SUCCESSFUL   = rstrfnc dest_path
  67. /* delsaves dest_path */
  68. START_REXX_IF_FAILURE      = restorep dest_path
  69. START_REXX_BY_CLOSE_WINDOW = ApplSet dest_path
  70. /*----------------------(End Rexx procedures)----------------------*/
  71.  
  72. /*---------------------(Update informations)-----------------------*/
  73. /* Note: Here you can enter  the names of files to delete if you   */
  74. /*       use this procedure for update a previous installation.    */
  75. /*       It is useful for delete files you do not need  any more   */
  76. /*       for the new release.  (PS : See Diectory Info below )     */
  77. /*       This files are deleted before you start the installation  */
  78. /*       (after you are pressed the push Button Install)           */ 
  79. /*       You can use this keyword as frequently as you need.       */
  80. /*       i.e.: DELETE_FILE=MYAPPL16.EXE                            */
  81. /*-----------------------------------------------------------------*/
  82. DELETE_FILE=FunWrite.EXE
  83. DELETE_FILE=FunWrite.ICO
  84. DELETE_FILE=FtpDef.HLP
  85. DELETE_FILE=FtpDef.INF
  86. DELETE_FILE=FtpDef.EXE
  87. DELETE_FILE=GreedX.INF
  88. DELETE_FILE=TemplEd.INF
  89. DELETE_FILE=PMBrowse.INF
  90. DELETE_FILE=Greed.MSG
  91. DELETE_FILE=CpyGreed.CMD
  92. DELETE_FILE=CopyAll.CMD
  93. DELETE_FILE=
  94. /* ... more deletes ... */
  95. /*----------------------( Directory Information )------------------*/
  96. /* Note: Here are entries for the Directories to be deleted or     */
  97. /* created before installing the new instance of the installation. */
  98. /* These are directories that you no longer require ( or want )    */
  99. /* to appear in the new installation into the existing Directory   */
  100. /* or you need as subdirectories in your installation directory.   */
  101. /*-----------------------------------------------------------------*/
  102. CREATE_DIR=DfltFNCs
  103. CREATE_DIR=
  104. CREATE_DIR=
  105. /* ... more creates ... */
  106. REMOVE_DIR=
  107. REMOVE_DIR=
  108. REMOVE_DIR=
  109. /* ... more removes ... */
  110. /*--------------------(End update informations)--------------------*/
  111.  
  112. /*----------------(Post-installation processing)-------------------*/
  113. /* After successfully installation you can delete files and        */
  114. /* directories which you not need after the installation such as   */
  115. /* Log files, Rexx-exits or backup directory                       */
  116. /* You can use this keywords as frequently as you need.            */
  117. /* Note: only empty directories will be deleted                    */
  118. /*-----------------------------------------------------------------*/
  119. DELETE_FILE_AFTER_INSTALLATION=
  120. DELETE_FILE_AFTER_INSTALLATION=
  121. DELETE_FILE_AFTER_INSTALLATION=
  122. /* ... more ... */
  123.  
  124. REMOVE_DIR_AFTER_INSTALLATION=SAVEPRE
  125. REMOVE_DIR_AFTER_INSTALLATION=
  126. /* ... more ... */
  127. /*---------------(End post-installation processing)----------------*/
  128.