summaryrefslogtreecommitdiff
path: root/extensions/test/ole/DCOM
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:48:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:48:32 +0000
commit238c51fd863d6d83641c4156be4102b3549f1e58 (patch)
treed8727ec4e5398c47094b27dbc48cd4aab1681997 /extensions/test/ole/DCOM
parentc36063edaa895d64f5f0226977e84dfc0eaa6bd7 (diff)
INTEGRATION: CWS uno4 (1.2.2); FILE ADDED
2003/05/07 14:45:42 jl 1.2.2.1: *** empty log message ***
Diffstat (limited to 'extensions/test/ole/DCOM')
-rw-r--r--extensions/test/ole/DCOM/scriptComponents/readme.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/extensions/test/ole/DCOM/scriptComponents/readme.txt b/extensions/test/ole/DCOM/scriptComponents/readme.txt
new file mode 100644
index 000000000000..81dff56b47f4
--- /dev/null
+++ b/extensions/test/ole/DCOM/scriptComponents/readme.txt
@@ -0,0 +1,13 @@
+WriterDemo.wsc
+=================================================================================
+Register the component by right-clicking on the file in the file explorer and select
+register.
+The component registered as being remotable.That is, it has got an AppID entry (with
+a DllSurrogate subkey).That enables us to use dcomcnfg.exe in order to set AccessPermissions,etc.
+which is necessary because of the use of the JScript Array object. The automation
+bridge will query for IDispatchEx,which is a call from server to client.Hence the server
+needs the proper right within the client.
+
+The component implements a run function, which runs the demo example that is written
+in JScript.
+