1*cdf0e10cSrcweirWriterDemo.wsc
2*cdf0e10cSrcweir=================================================================================
3*cdf0e10cSrcweirRegister the component by right-clicking on the file in the file explorer and select
4*cdf0e10cSrcweirregister.
5*cdf0e10cSrcweirThe component registered as being remotable.That is, it has got an AppID entry (with
6*cdf0e10cSrcweira DllSurrogate subkey).That enables us to use dcomcnfg.exe in order to set AccessPermissions,etc.
7*cdf0e10cSrcweirwhich is necessary because of the use of the JScript Array object. The automation
8*cdf0e10cSrcweirbridge will query for IDispatchEx,which is a call from server to client.Hence the server
9*cdf0e10cSrcweirneeds the proper right within the client.
10*cdf0e10cSrcweir
11*cdf0e10cSrcweirThe component implements a run function, which runs the demo example that is written
12*cdf0e10cSrcweirin JScript.
13*cdf0e10cSrcweir
14