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,6 +138,11 @@ sessionTimeout = 1200
138 ; binary is not given 138 ; binary is not given
139 unzip = unzip 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 [indexer] 146 [indexer]
142 ; indexer commands - will use execSearchPath to find if the path to the 147 ; indexer commands - will use execSearchPath to find if the path to the
143 ; binary is not given 148 ; binary is not given
@@ -146,7 +151,7 @@ pdftotext = pdftotext @@ -146,7 +151,7 @@ pdftotext = pdftotext
146 catppt = catppt 151 catppt = catppt
147 pstotext = pstotext 152 pstotext = pstotext
148 catdoc = catdoc 153 catdoc = catdoc
149 -antiword = antiword 154 +antiword = antiword.exe
150 155
151 [user_prefs] 156 [user_prefs]
152 ; minimum password length on password-setting 157 ; minimum password length on password-setting