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