Hello, I am preparing a localized deployment pack for LO 3.6.3. I have all my settings except one in place via a mst file, the missing one is the property for the macro security settings, I want to set it as medium, but I cant find this when I open the LO msi file with orca. can someone help me…
Save the following xml file as “MacroSecurity.xcd” and put it in the following directory:
%PROGRAMFILES%\LibreOffice 3.6\share\registry
That must be done thru a bat or script file after the deployment of LibreOffice.
The default security will be then medium (Value 1), and it can be overrided explicitely by the user, if necessary.
--------------%<-------------------
<?xml version="1.0"?>
<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:oor="http://openoffice.org/2001/registry">
<dependency file="main" />
<oor:component-data xmlns:install="http://openoffice.org/2004/installation"
oor:name="Common" oor:package="org.openoffice.Office">
<node oor:name="Security">
<node oor:name="Scripting">
<prop oor:name="MacroSecurityLevel" oor:op="fuse">
<value>1</value>
</prop>
</node>
</node>
</oor:component-data>
</oor:data>
--------------%<-------------------
Thank you, this works like a charm on 3.6.3, would you also have the solution for version 3.2.3??
Unfortunately not, because the xml files uinderwent into a new file layout.