H2Reg.ini
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:3k
源码类别:

界面编程

开发平台:

Visual C++

  1. [MAIN]
  2. DebugMode=0                   ;set to 1 to log everything - Check your resources (ship with =0)
  3. DumpNSToLog_before=0          ;Very verbose but good for debugging - dumps all NS info to log file before Registration
  4. DumpNSToLog_after=0           ;Very verbose but good for debugging - dumps all NS info to log file after Registration
  5. OKtoReport_FinalRegError=0    ;Report general error at end if a registration error was logged
  6. OKtoReport_FinalUnRegError=0  ;Report general error at end if a unregistration error was logged
  7. ;Advanced feature - These can be set then used as <userdir1> etc specifiers. They can
  8. ;also be set via the H2Reg.exe command line. Command line has preference over INI file.
  9. UserDir1=''
  10. UserDir2=''
  11. UserDir3=''
  12. UserDir4=''
  13. ; Resource Strings
  14. [en] ; English
  15. ErrSt_SysFileNotFound = 'Installation Error. Error reading system file or file not found.|%s'
  16. ErrSt_MSHelp2RTNotFound = 'MS Help 2.x runtime files are not installed on this PC.'
  17. ErrSt_NotAdminMode = 'You must be logged on as an Administrator.'
  18. ErrSt_Extra = 'Installation/registration of Help files cannot proceed.'
  19. Msg_Registering = 'Registering Online Documentation Files:'
  20. Msg_UnRegistering = 'Unregistering Online Documentation Files:'
  21. Msg_LoggingNSInfo = 'Logging Namespace Info'
  22. Msg_Registering_Namespaces =  'Registering Namespaces'
  23. Msg_Registering_Titles =  'Registering Titles'
  24. Msg_Registering_Plugins =  'Registering Plug-ins'
  25. Msg_Registering_Filters =  'Registering Filters'
  26. Msg_UnRegistering_Namespaces =  'Unregistering Namespaces'
  27. Msg_UnRegistering_Titles =  'Unregistering Titles'
  28. Msg_UnRegistering_Plugins =  'Unregistering Plug-ins'
  29. Msg_UnRegistering_Filters =  'Unregistering Filters'
  30. Msg_Merging_Namespaces = 'Merging Help Indexes. This may take several minutes'
  31. PopupSt_FinalRegError='There were errors reported while Registering help files.||View Log file?'
  32. PopupSt_FinalUnRegError='There were errors reported while Unregistering help files.||View Log file?'
  33. ; International Strings - Defaults to [en]
  34. [de] ; German
  35. [ja] ; Japanese
  36. [fr] ; French
  37. [es] ; Spanish
  38. [it] ; Italian
  39. [ko] ; Korean
  40. [cn] ; Chinese (Simplified)
  41. [tw] ; Chinese (Traditional)
  42. [sv] ; Swedish
  43. [nl] ; Dutch
  44. [ru] ; Russian
  45. [ar] ; Arabic
  46. [he] ; Hebrew
  47. [da] ; Danish
  48. [no] ; Norwegian
  49. [fi] ; Finnish
  50. [pt] ; Portuguese
  51. [br] ; Brazilian
  52. [cs] ; Czech
  53. [pl] ; Polish
  54. [hu] ; Hungarian
  55. [el] ; Greek
  56. [tr] ; Turkish
  57. [sl] ; Slovenian
  58. [sk] ; Slovakian
  59. [eu] ; Basque
  60. [ca] ; Catalan
  61. ;--- Optionally you can place your Registration Commands in this file
  62. ;------- Register -r switch
  63. [Reg_Namespace]
  64. ;<nsName>|<nsColfile>|<nsDesc>
  65. [Reg_Title]
  66. ;<nsName>|<TitleID>|<LangId>|<HxS_HelpFile>|<HxI_IndexFile>|<HxQ_QueryFile>|<HxR_AttrQueryFile>|<HxsMediaLoc>|<HxqMediaLoc>|<HxrMediaLoc>|<SampleMediaLoc>
  67. [Reg_Plugin]
  68. ;<nsName_Parent>|<HxT_Parent>|<nsName_Child>|<HxT_Child>|<HxA_Child>
  69. [Reg_Filter]
  70. ;<nsName>|<FilterName>|<FilterQueryStr>
  71. ;------- Unregister -u switch
  72. [UnReg_Filter]
  73. ;<nsName>|<FilterName>
  74. [UnReg_Plugin]
  75. ;<nsName_Parent>|<HxT_Parent>|<nsName_Child>|<HxT_Child>|<HxA_Child>
  76. [UnReg_Title]
  77. ;<nsName>|<TitleID>|<LangId>
  78. [UnReg_Namespace]
  79. ;<nsName>