Hi,
Apache OpenOffice 4.1.2 *does* *not* install hwp.dll. It should not be there.
wouldn't it be better to check the "version.ini" instead of hwp.dll ?
an upcoming aoo420 release will not contain hwp.dll too ...
for example, something like this:
@echo off
setlocal
FOR /F "tokens=1,2 delims=^=" %%a IN ('type "%AOOPATCH%\version.ini"') DO (
if '%%a' == 'OOOPackageVersion' (
if '%%b' == '4.1.2' echo %%b
)
)
endlocal
Regards
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]