home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / EUDORA / instopt.ini < prev    next >
INI File  |  2000-02-17  |  5KB  |  145 lines

  1. [General]
  2. #####################################################################
  3. # This is global info and should not be changed.
  4.  
  5. APP_NAME=Eudora
  6. APP_VERSION=4.3
  7.  
  8.  
  9. [User_Info]
  10. #####################################################################
  11. # These are files OEMs, republishers and such may want to include in
  12. # the installer.  Leave blank for no file.
  13. # USER_FILE_MODE has three possible values:
  14. #    AlwaysOverwrite - USER_FILEn will always be copied to install 
  15. #                      directory
  16. #    NeverOverwrite  - USER_FILEn will not be copied to the install
  17. #                      directory if same named file is found
  18. #    OverwriteNewer  - USER_FILEn will only be copied if newer than
  19. #                      same named file in target directory
  20. #
  21. # All three user files have the same mode.  The values for these 
  22. # options are case sensitive.
  23. #
  24. # Note that ph.ini, finger.ini and LDAPinit.ini are already included
  25. # in the setup as uncompressed files, and need not be specified here.
  26. USER_FILE1=
  27. USER_FILE2=
  28. USER_FILE3=
  29. USER_FILE_MODE=AlwaysOverwrite
  30.  
  31. # When set to 1, this will suppress the displaying of all warnings
  32. # resulting from not being able to write to the registry due to
  33. # lack of administrative privileges.
  34. SUPPRESS_REGISTRY_WARNINGS=0
  35.  
  36. # When set to 1, this will suppress prompting the user for the user
  37. # code.
  38. SUPPRESS_USER_CODE=0
  39.  
  40. # When set to 1, this will ask the user if they want to create a to 
  41. # Eudora shortcut on the desktop
  42. CREATE_SHORTCUT=1
  43.  
  44. # This is the name of the shortcut as it will appear on the user's 
  45. # desktop.  Note that if this value is different from the name of a 
  46. # previous shortcut, an additional shortcut is created.  If this 
  47. # value is the same as the original shortcut name, the target for
  48. # that shortcut is overwritten.
  49. ICON_SHORTCUT_NAME=Eudora
  50.  
  51. # This is an optional directory path that gets appended to the 
  52. # Eudora shortcuts (Start menu and desktop) made by the installer.
  53. # If you want to keep a user's mail folder in a different location,
  54. # enter that path here and the user will be either be forced to
  55. # accept that path, or will be prompted to browse for another folder
  56. # with that folder as the default.  Paths should be of the form:
  57. #     <drive letter>:\<path>
  58. # Do not use a trailing slash on pathnames.
  59. #
  60. # Leave this value blank if you don't wish to use alternate mailbox
  61. # folders.
  62. MAIL_DIRECTORY_PATH=
  63.  
  64. # This determines whether or not the user is prompted if an alternate
  65. # mailbox folder is specified. Set to "1" to allow the user to be prompted,
  66. # and to either accept that path or browse for another folder. Set to "0"
  67. # to force the user to accept the alternate location (and not be prompted).
  68. MAIL_DIRECTORY_PROMPT=1
  69.  
  70. # This is the dialog text that appears when a user is prompted for
  71. # an alternate mailbox directory location.  You should keep this 
  72. # text under 256 characters, and all on one line (it will be sized
  73. # automatically by the installer).
  74. #
  75. # If left blank, a generic message is used.
  76. MAIL_DIRECTORY_DIALOG_TEXT=
  77.  
  78. # Set UPDATE_EUDORA_INI to 1 to add, modify or remove eudora.ini 
  79. # file settings at install time.  The user's old eudora.ini file is
  80. # renamed to eudora_ini.old before any changes are made.
  81. #
  82. # DO NOT use brackets ([]) when specifying a section name.  Your 
  83. # settings will not get written to the ini file if you do.
  84. UPDATE_EUDORA_INI=0
  85. UPDATE_SECTION=Settings
  86. KEY_ONE_NAME=
  87. KEY_ONE_VALUE=
  88. KEY_TWO_NAME=
  89. KEY_TWO_VALUE=
  90. KEY_THREE_NAME=
  91. KEY_THREE_VALUE=
  92. KEY_FOUR_NAME=
  93. KEY_FOUR_VALUE=
  94. KEY_FIVE_NAME=
  95. KEY_FIVE_VALUE=
  96. KEY_SIX_NAME=
  97. KEY_SIX_VALUE=
  98.  
  99.  
  100. [Included]
  101. #####################################################################
  102. # These are installation options for third-party software. 
  103.  
  104. # If left blank, a generic message is used.
  105. THIRD_PARTY_DIALOG_HEADER=
  106.  
  107. # If left blank, a generic message is used.
  108. THIRD_PARTY_DIALOG_FOOTER=
  109.  
  110. # Set to 1 to use Eudora's "software-detecting" URL
  111. DEFAULT_URL=1
  112.  
  113. # OR set a custom URL.  Remember to include the http:// or file:// prefix.
  114. CUSTOM_URL=
  115.  
  116. # OR set to a path to open a folder showing installation icons
  117. CUSTOM_FOLDER=
  118.  
  119. # Include an option to install PureVoice directly from this installer
  120. INSTALL_PUREVOICE=1
  121.  
  122.  
  123. [Type]
  124. #####################################################################
  125. # These are the types of installations possible with an installer.
  126. # Note that these are all mutually exclusive options; the first to 
  127. # return true negates the others.
  128. # Set to "1" to toggle on
  129.  
  130. # For an electronic (i.e., self-extracting exe) and custom installs
  131. ELECTRONIC=1
  132.  
  133. # This is for the updater
  134. FULL_UPGRADE=0
  135.  
  136. # For a CD Installation (republishers should NOT choose this option,
  137. # even if installing from a CD; see the Installer Customization.txt
  138. # file for more info)
  139. CD_INSTALL=0
  140.  
  141. # Beta installation (republishers should NOT choose this option)
  142. BETA=0
  143.  
  144. # The 30-day demo (republishers should NOT choose this option)
  145. DEMO=0