home *** CD-ROM | disk | FTP | other *** search
/ CD Review 66 / cdreview-66-1997-03.iso / french / install.cfg < prev    next >
Text File  |  1996-11-12  |  5KB  |  107 lines

  1. rem   This is the configuration file used to install PC-Install for Windows
  2. rem   =====================================================================
  3.  
  4. rem --- set the color for background on the screen
  5. rem SCREENCOLOR: red, red
  6.  
  7. rem --- display the bitmap logo
  8. SCREENGRAPHIC: 1.bmp
  9.  
  10. rem --- the title that appears on the background
  11. rem TITLE: "The Rosetta Language Lab demo installation", italic, bold,28
  12. rem --- the color for the title
  13. TITLECOLOR: yellow
  14.  
  15. rem --- The following paragraph is on the first screen seen by the
  16. rem   - end-user.  Note that you should leave a blank line at the top
  17. rem   - and bottom and leave a couple of spaces at the left AND right
  18. rem   - to provide proper spacing around the window border.
  19. BEGINFIRSTSCREEN
  20.  
  21.    This installation program will install the Rosetta French
  22.    Language Lab demo on to your hard disk for you to try.
  23.  
  24. ENDFIRSTSCREEN
  25.  
  26. rem --- The following is the last screen seen by the end-user.
  27. rem   - Note that you should leave a blank line at the top and
  28. rem   - bottom and leave a couple of spaces at the left AND right
  29. rem   - to provide proper spacing around the window border.
  30. BEGINLASTSCREEN
  31.  
  32.    Installation is now complete. To run select Rosetta from
  33.    the Rosetta Demo program group. For more details on the product
  34.    contact: Europress Software on 01625 859333, or visit our web
  35.    site at www.europress.co.uk
  36.  
  37. ENDLASTSCREEN
  38.  
  39. rem --- check to see if the end user has enough disk space to install
  40. rem   - note that the user can install one of two file groups 
  41. rem   - (all files or just the program files) thus we must
  42. rem   - provide a different check for group one and group two
  43. MINDISKSPACE: 4000000
  44.  
  45. rem --- check that the end user has a powerful enough CPU 
  46. MINCPUTYPE: 80486
  47.  
  48. rem --- set the default drive and directory for installation
  49. DEFAULTDIR: "c:\Rosedem", prompt="Please enter the drive and directory where you wish the demo to be installed:"
  50.  
  51. rem --- Adds the association for the .CFG install files to the win.ini
  52. rem INIFILE: "Extensions", "CFG", "notepad.exe ^.cfg", "win.ini", add
  53.  
  54. rem --- Installs group and icons
  55. WINITEM: "Rosetta Demo", "$DEFAULTDIR$\Rosetta.exe", "$DEFAULTDIR$,replace
  56. rem WINITEM: "PC-Install", "$DEFAULTDIR$\qbuild.exe", "Quick Build", replace
  57. rem WINITEM: "PC-Install", "$DEFAULTDIR$\unstall.exe", "Uninstall",  replace
  58. rem WINITEM: "PC-Install", "$DEFAULTDIR$\pcshrink.exe", "PC-Shrink", replace
  59. rem WINITEM: "PC-Install", "$DEFAULTDIR$\pcbind.exe", "PC-Bind", replace
  60. rem If group=10
  61. rem WinItem: "PC-Install", "$WinDir$\notepad.exe $DefaultDir$\samples\basic.cfg", "Basic.CFG", replace
  62. rem WinItem: "PC-Install", "$WinDir$\notepad.exe $DefaultDir$\samples\typical.cfg", "Typical.CFG", replace
  63. rem WinItem: "PC-Install", "$WinDir$\notepad.exe $DefaultDir$\samples\super.cfg", "Super.CFG", replace
  64. REM endif
  65.  
  66. REM---create an UNINSTALL program for the end-user
  67. UNINSTALL: yes
  68. FILE: "unstall.exe"
  69. UninstallBeginPrompt: "Do you wish to remove the demo?"
  70. UninstallEndPrompt: "The demo has been successfully removed from your system."
  71. WINITEM: "Rosetta Demo", "$DEFAULTDIR$\unstall.exe","Unstall"
  72. rem Addtext: "Winitem: ""Rosetta Demo""", "$defaultdir$\install.log", "-1"
  73.  
  74. REM  The following is an example of using the autoexec and config commands.
  75. rem AUTOEXECPROMPT: "Do you wish PC-Install to add the installation directory to your path statement in your autoexec.bat file?"
  76. rem AUTOEXEC: addpath, ask
  77. rem CONFIG: buffermin=40, filemin=30, add="DEVICE=pcinst.sys", ask
  78.  
  79. rem -- Define the two installation groups that the end-user can select
  80. rem   - for installation (all files or just program files).  Note that
  81. rem   - the first two columns are used for the group number.  Also note,
  82. rem   - you should leave a blank line at the top and bottom and leave a
  83. rem   - couple of spaces at the left AND right to provide proper spacing 
  84. rem   - around the window border.
  85. rem BEGINGROUP EXCLUSIVE
  86.                                                                
  87. rem 10   [X] Demo installation  
  88.  
  89.  
  90.  
  91. ENDGROUP
  92.  
  93. rem The INSERTDISK command is not needed here since there is only one
  94. rem disk in PC-INSTALL.
  95. rem INSERTDISK: "System Disk"
  96.  
  97. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  98. FILE: lldemo.shr 
  99.  
  100. rem --- Display an ASCII file to the end-user that has any new information
  101. rem SHOWREADME: "install.txt"
  102.  
  103. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  104. rem   - but PC-Install does not need to do this.  The line has been REMarked
  105. rem   - so that you have an example of how it might be used.
  106. rem RUNATEXIT: "INSTALL.EXE"
  107.