Commit b48ba7d9d298ea70be4727ec23df29629afe00de

Authored by Neil Blakey-Milner
1 parent 63ae262d

Add [export] section and zip command


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5038 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 6 additions and 1 deletions
config/config.ini
... ... @@ -138,6 +138,11 @@ sessionTimeout = 1200
138 138 ; binary is not given
139 139 unzip = unzip
140 140  
  141 +[export]
  142 +; zip command - will use execSearchPath to find if the path to the
  143 +; binary is not given
  144 +zip = zip
  145 +
141 146 [indexer]
142 147 ; indexer commands - will use execSearchPath to find if the path to the
143 148 ; binary is not given
... ... @@ -146,7 +151,7 @@ pdftotext = pdftotext
146 151 catppt = catppt
147 152 pstotext = pstotext
148 153 catdoc = catdoc
149   -antiword = antiword
  154 +antiword = antiword.exe
150 155  
151 156 [user_prefs]
152 157 ; minimum password length on password-setting
... ...