summaryrefslogtreecommitdiff
path: root/scripting/workben/installer
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/workben/installer')
-rw-r--r--scripting/workben/installer/ProtocolHandler.xcu10
-rw-r--r--scripting/workben/installer/Register.java4
2 files changed, 12 insertions, 2 deletions
diff --git a/scripting/workben/installer/ProtocolHandler.xcu b/scripting/workben/installer/ProtocolHandler.xcu
new file mode 100644
index 000000000000..21fd2379f569
--- /dev/null
+++ b/scripting/workben/installer/ProtocolHandler.xcu
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="ProtocolHandler" oor:package="org.openoffice.Office">
+ <node oor:name="HandlerSet">
+ <node oor:name="com.sun.star.comp.ScriptProtocolHandler" oor:op="replace">
+ <prop oor:name="Protocols">
+ <value>script:*</value>
+ </prop>
+ </node>
+ </node>
+</oor:node>
diff --git a/scripting/workben/installer/Register.java b/scripting/workben/installer/Register.java
index 2ec4b6e571a2..507407b424d0 100644
--- a/scripting/workben/installer/Register.java
+++ b/scripting/workben/installer/Register.java
@@ -113,11 +113,11 @@ public class Register{
// return false;
// }
// updating ProtocolHandler
- statusLabel.setText("Updating ProtocolHandler...");
+ /* statusLabel.setText("Updating ProtocolHandler...");
if(!FileUpdater.updateProtocolHandler(path, statusLabel)) {
statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log");
return false;
- }
+ } */
// updating StarBasic libraries
statusLabel.setText("Updating StarBasic libraries...");