Changes

Go-OpenOffice.org

490 bytes added, 02:29, 11 March 2010
add alternative check for installed extension.
</source>
This works, but is extremely slow. The following alternative is much quicker.
<source lang="dos">
"%SOFTWARE%\db_dump" -p "%PROGRAMFILES%\OpenOffice.org 3\share\uno_packages\cache\uno_packages.db" | find "com.sun.star.PDFImport-windows_x86" >NUL
</source>
Db_dump.exe is part of the Berkeley DB package, available at [http://www.oracle.com/technology/software/products/berkeley-db/index.html]. Copy dbdump.exe, and libdb48.dll, from the \bin directory of the Berkeley DB installation.
Some extensions require that we agree to a license. In this case modify the install command as follows:
117
edits