home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / icav6012.zip / icaos2.rsp < prev    next >
Text File  |  2001-09-10  |  3KB  |  91 lines

  1. *----------------------------------------------------------------
  2. * Sample response file for the Citrix ICA OS/2 Client
  3. * Copyright 2000-2001 Citrix Systems, Inc. All rights reserved.
  4. *
  5. * The response file is used to automate the installation
  6. * process. It contains all of the information required by
  7. * the installation program to install the client software
  8. * without any user intervention.
  9. *
  10. * In the following examples, C:\INSTALL refers to the
  11. * directory where the installation files are located, and
  12. * INSTALL.EXE refers to the initial installation program
  13. * within that directory.
  14. *
  15. *
  16. * Example 1: Installing a new client
  17. * ----------------------------------
  18. *
  19. * [C:\] CD C:\INSTALL
  20. * [C:\] INSTALL.EXE /A:I /R:C:\INSTALL\ICAOS2.RSP /X
  21. *
  22. * Where:
  23. *    /A:I            indicates the action to be
  24. *                performed is a new installation.
  25. *
  26. *    /R:...ICAOS2.RSP    indicates the response filename
  27. *                (this file)
  28. *                The full pathname is required.
  29. *
  30. *    /X            indicates that the installation
  31. *                is unattended.
  32. *
  33. *    /L1:...ERROR.LOG    Error log file name.
  34. *                The full pathname is required.
  35. *
  36. *    /L2:...HISTORY.LOG    History log file name.
  37. *                The full pathname is required.
  38. *
  39. *
  40. * Example 2: Updating an existing client
  41. * --------------------------------------
  42. *
  43. * [C:\] CD C:\INSTALL
  44. * [C:\] INSTALL.EXE /A:U /R:C:\INSTALL\ICAOS2.RSP /X
  45. *
  46. * Where:
  47. *    /A:U            indicates the action to be
  48. *                performed is an installation update.
  49. *
  50. *    /R:...ICAOS2.RSP    indicates the response filename
  51. *                (this file)
  52. *                The full pathname is required.
  53. *
  54. *    /X            indicates that the installation
  55. *                is unattended.
  56. *
  57. *    /L1:...ERROR.LOG    Error log file name.
  58. *                The full pathname is required.
  59. *
  60. *    /L2:...HISTORY.LOG    History log file name.
  61. *                The full pathname is required.
  62. *----------------------------------------------------------------
  63.  
  64. * The CONFIG.SYS file is not updated by the installation.
  65. CFGUPDATE = MANUAL
  66.  
  67. * Specifies whether to delete only the backup versions of the
  68. * product or to delete the entire product during delete.
  69. DELETEBACKUP = NO
  70.  
  71. * Specifies whether to automatically overwrite files
  72. * during installation.
  73. OVERWRITE = YES
  74.  
  75. * Specifies whether to save a backup version of the
  76. * product during update.
  77. SAVEBACKUP = NO
  78.  
  79. * Specifies the installation directory.
  80. FILE = C:\CITRIX
  81.  
  82. * Specifies the components to be installed or updated.
  83. * These component names must exactly match the NAME entry in
  84. * the two COMPONENT sections of the ICAOS2.PKG package file.
  85.  
  86. COMP = Citrix ICA Client
  87.  
  88. COMP = Citrix Connection Manager
  89.  
  90. *----------------------------------------------------------------
  91.