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