home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / chrdmo.zip / DEFAULT.RSP < prev    next >
Text File  |  1994-06-30  |  2KB  |  48 lines

  1. ;
  2. ;  Default response file for Chron v4.0
  3. ;
  4. ;---------------------------------------------------------------------------
  5. ; SourceDir
  6. ;     Defines the directory from which the installation takes place.  The
  7. ;     command line option /S: takes precedence over this keyword value.
  8. ;
  9. SourceDir = D:\Install
  10.  
  11. ;---------------------------------------------------------------------------
  12. ; TargetDir
  13. ;     Defines the directory into which the Chron product will be installed.
  14. ;     If the directory doesn't exist, it will be created.  The command
  15. ;     line option /T: takes precedence over this keyword.
  16. ;
  17. TargetDir = D:\ChronRSP
  18.  
  19. ;---------------------------------------------------------------------------
  20. ; Migrate
  21. ;     If an older version of Chron was detected (either the v2.3 shareware
  22. ;     or the Chron v3.0 commercial code), the installation program will
  23. ;     automatically migrate the events file to be version 4.0-compatible.
  24. ;     A value of 1 indicates "Yes, migrate".  A value of 0 indicates no
  25. ;     migration is to take place.
  26. ;     If not specified, the installation program defaults to 'Migrate = 1'
  27. ;
  28. Migrate = 1
  29.  
  30. ;---------------------------------------------------------------------------
  31. ; CleanINI
  32. ;     Pre-v4.0 Chron placed configuration information in the OS2.INI file.
  33. ;     Chron places that information in the CHRON.INI file in the directory
  34. ;     from which it was started.
  35. ;     A value of 1 indicates "Yes, remove old INI entries".  A value of 0
  36. ;     indicates that the entries in the INI file are to remain there.
  37. ;     If not specified, the installation program defaults to 'CleanINI = 1'
  38. CleanINI = 1
  39.  
  40. ;---------------------------------------------------------------------------
  41. ; Attended
  42. ;     If Attended = 0 (meaning unattended install), then the workstation
  43. ;     on which the installation is running will not prompt for user input.
  44. ;     If there is insufficient information for an unattended install from
  45. ;     a combination of the command line and the response file, then the
  46. ;     installation will fail.  The default is 'Attended = 1'.
  47. Attended = 0
  48.