home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / servis / officeup / wrd0902.exe / 1033 / RCDATA / CABINET / ohotfix.ini < prev    next >
INI File  |  2002-10-04  |  7KB  |  183 lines

  1. ; Microsoft Office Hotfix Installer ohotfix.exe information file
  2. ;
  3. ; This file contains the settings that can be modified by the user to control
  4. ; the behavior of ohotfix.exe and the Windows Installer service.
  5. ;
  6. ; If this file is found in the same directory as ohotfix.exe, it will be used
  7. ; to set ohotfix.exe's behavior.  If this file is not found, the following
  8. ; default settings will be used:
  9. ;
  10. ;   IsNormalUpdate=1
  11. ;   AdminUsesShortFilenames=1
  12. ;   AdminPath=
  13. ;   MessageTitle=
  14. ;   CopyFilesToRerun=1
  15. ;   ShowSuccessDialog=1
  16. ;   RunSetupWatson=1
  17. ;   RequireAllPatchesNeeded=0
  18. ;   RequireAllProductsAtMinVersion=0
  19. ;   MinMsiVersion=
  20. ;   UpgradeMsi=0
  21. ;   MsiUpgradeURL=
  22. ;   MinProductVersion=
  23. ;   OHotfixLogLevel=v
  24. ;   MsiLogLevel=v
  25. ;   OHotfixUILevel=n
  26. ;   MsiUILevel=n
  27. ;   RebootInQuietMode=0
  28. ;   FeatureToCheck=
  29. ;
  30. ; All of the fields are required, all of the fields with a value specified
  31. ; above must have a value, and all of the values must be valid.  Otherwise,
  32. ; ohotfix.exe will shut down.
  33.  
  34. [OHotfix]
  35.  
  36. ; Ohotfix.exe can apply both normal/client updates and administrative updates.
  37. ; 1 = This is a normal/client update.
  38. ; 0 = This is an administrative update.
  39. ;
  40. IsNormalUpdate=1
  41.  
  42. ; In an administrative update, the names of the files being updated can use
  43. ; either the short format or the long format.
  44. ; 1 = Use short filenames (must be used for Office).
  45. ; 0 = Use long filenames (must be used for Visio).
  46. ;
  47. AdminUsesShortFilenames=1
  48.  
  49. ; In an administrative update, the path of a valid Windows Installer
  50. ; administrative package must be specified (for example, c:\adminimage\visio.msi).
  51. ; The path can be specified here using AdminPath; or, if no path is specified
  52. ; here and OHotfixUILevel is set to n, ohotfix.exe will prompt for a path.  If
  53. ; no path is specified here and OHotfixUILevel is set to q, ohotfix.exe will
  54. ; shut down.  Ohotfix.exe will also shut down if OHotfixUILevel is set to n
  55. ; but no path is specified at the prompt.
  56. ;
  57. AdminPath=
  58.  
  59. ; The title displayed in ohotfix.exe message boxes can be specified.  If no
  60. ; title is specified with MessageTitle, a default title is used.  To display
  61. ; no title, specify a space for MessageTitle.  Ohotfix.exe messages are only
  62. ; displayed if OHotfixUILevel is set to n.
  63. ;
  64. MessageTitle=Aktualizace aplikace Word 2000: 16. oφjna 2002
  65.  
  66. ; If a system restart is required but more patches need to be applied,
  67. ; ohotfix.exe can copy the necessary files to a safe location, restart,
  68. ; and then run itself again to apply the remaining patches.
  69. ; 1 = Copy the files to a safe location and try to restart and rerun.
  70. ; 0 = Do not copy the files and do not try to restart and rerun.
  71. ;
  72. CopyFilesToRerun=1
  73.  
  74. ; A final dialog can be displayed to indicate that the update was applied
  75. ; successfully.  This dialog will only be displayed if ShowSuccessDialog is
  76. ; set to 1 and OHotfixUILevel is set to n.
  77. ; 1 = Display the success dialog.
  78. ; 0 = Do not display the success dialog.
  79. ;
  80. ShowSuccessDialog=1
  81.  
  82. ; Microsoft's Setup Watson can be used to report to Microsoft certain
  83. ; errors encountered during the update process.  Setup Watson displays dialogs,
  84. ; which will appear even if OHotfixUILevel is set to q.
  85. ; 1 = Use Setup Watson to report errors to Microsoft.
  86. ; 0 = Do not report errors to Microsoft.
  87. ;
  88. RunSetupWatson=1
  89.  
  90. ; Some updates require that all of the patches be either needed by or already
  91. ; applied to the product being updated.
  92. ; 1 = Require that all of the patches be either needed or already applied.
  93. ; 0 = Do not require that all of the patches be either needed or already applied.
  94. ;
  95. RequireAllPatchesNeeded=0
  96.  
  97. ; Some updates require all of the products being updated to be at or above
  98. ; a certain version (for example, at or above the SR1 level).  To invoke
  99. ; this requirement, RequireAllProductsAtMinVersion must be set to 1 and
  100. ; MinProductVersion must specify a valid product version.  If
  101. ; RequireAllProductsAtMinVersion is set to 1 but MinProductVersion is not
  102. ; set, ohotfix.exe will shut down.
  103. ; 1 = Require all of the products being updated to be at or above the
  104. ;     specified version.
  105. ; 0 = Allow the update to be applied regardless of the products' versions.
  106. ;
  107. RequireAllProductsAtMinVersion=0
  108.  
  109. ; If RequireAllProductsAtMinVersion is set to 1, MinProductVersion must
  110. ; specify a valid product version using the standard version format (for
  111. ; example, 10.1.0).
  112. ;
  113. MinProductVersion=
  114.  
  115. ; Some updates may require that the Windows Installer service be at or above
  116. ; a certain version (for example, at or above 1.1.0).  Ohotfix.exe can check
  117. ; the Windows Installer service's version and shut down if the version is too
  118. ; low.  To invoke this checking, use MinMsiVersion to specify a valid Windows
  119. ; Installer service version.
  120. ;
  121. MinMsiVersion=
  122.  
  123. ; If the Windows Installer service's version is checked and is found to be too
  124. ; low, ohotfix.exe can launch a Web site from which the Windows Installer
  125. ; service can be upgraded.  To enable this, UpgradeMsi must be set to 1,
  126. ; MsiUpgradeURL must specify a valid URL, and OHotfixUILevel must be set to n.
  127. ; If UpgradeMsi is set to 1 but MsiUpgradeURL is not set, ohotfix.exe will
  128. ; shut down.
  129. ; 1 = Launch the upgrade Web site if the Windows Installer service's version
  130. ;     is too low.
  131. ; 0 = Do not launch the upgrade Web site.
  132. ;
  133. UpgradeMsi=0
  134.  
  135. ; If UpgradeMsi is set to 1, MsiUpgradeURL must specify a valid URL that is 259
  136. ; or fewer characters in length (for example, www.microsoft.com).
  137. ;
  138. MsiUpgradeURL=
  139.  
  140. ; Log files are always created to record the progress of ohotfix.exe and
  141. ; the Windows Installer.
  142. ; v = Log all ohotfix.exe actions/messages.
  143. ; n = Log only normal ohotfix.exe actions/messages.
  144. ;
  145. OHotfixLogLevel=v
  146.  
  147. ; v = Log all Windows Installer information, including the verbose information
  148. ;     (/L*v+).
  149. ; n = Log Windows terminal properties and Windows Installer status messages,
  150. ;     nonfatal warnings, startup of actions, and error messages (/Lpiwae+).
  151. ;
  152. MsiLogLevel=v
  153.  
  154. ; The user interface level can be set for both ohotfix.exe and the Windows
  155. ; Installer service.
  156. ; n = Display ohotfix.exe messages.
  157. ; q = Do not display ohotfix.exe messages.
  158. ;
  159. OHotfixUILevel=n
  160.  
  161. ; n = Display the basic Windows Installer user interface.
  162. ; q = Do not display any Windows Installer user interface.
  163. ;
  164. MsiUILevel=n
  165.  
  166. ; If OhotfixUILevel is set to q and IsNormalUpdate is set to 1,
  167. ; Ohotfix can automatically reboot the computer if a reboot is required
  168. ; to complete the installation.
  169. ; 1 = Automatically reboot the computer if a reboot is required in quiet mode.
  170. ; 0 = Do not automatically reboot the computer if a reboot is required
  171. ;     in quiet mode.
  172. ;
  173. RebootInQuietMode=0
  174.  
  175. ; Updating can be blocked if a product's feature is not installed locally
  176. ; (for example, do not apply an update if the Program_Files feature is not
  177. ; installed locally).  This can be used to prevent mixed local/run from
  178. ; source configurations.  To invoke this capability, specify the name of a
  179. ; feature found in the products being updated.  This check is performed only
  180. ; for normal/client updates, not for administrative updates.
  181. ;
  182. FeatureToCheck=
  183.