
  Scripting Library
  Copyright (C) 2004 Stylianos Dritsas
 
  This software is provided 'as-is', without any expressed or implied warranty.  
  In no event will the author be held liable for any damages arising from the 
  use of this software. 
 
  Permission is granted to anyone to use this software for any purpose, 
  including commercial applications, and to alter it and redistribute it 
  freely, subject to the following restrictions:
 
  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

  Stylianos Dritsas dritsas@alum.mit.edu
 

  Installation instructions:

  1. Put all files in the same folder, 
     a folder that you will not keep moving or renaming
  2. Double click install.cmd  
  3. A message will appear saying that the server was installed (or not)
  4. If the installation fails, its probably because you 
     don't have the rights to install stuff in the registry
  5. To test if all went ok... double click the probe.vbs script
     if everything goes ok an "about" message box will popup
  6. If it didn't work out and you still want to try the hard way
     then copy the following lines and paste them in a new text file
     change the 8th line from "c:\\myfolder\\DesignScripting.dll" 
     to point to the folder you saved the files save the file as 
     install.reg and double click it... hopefully its ok



8<----------------- CUT HERE ---------------------


   [HKEY_CLASSES_ROOT\DesignScripting]
    @="DesignScripting"

   [HKEY_CLASSES_ROOT\DesignScripting\CLSID]
    @="{32F5D805-FC94-4DDE-8F25-960710BD6263}"

   [HKEY_CLASSES_ROOT\CLSID\{32F5D805-FC94-4dde-8F25-960710BD6263}]
    @="DesignScripting"

   [HKEY_CLASSES_ROOT\CLSID\{32F5D805-FC94-4dde-8F25-960710BD6263}\InProcServer32]
    @="C:\\myfolder\\DesignScripting.dll"
    "ThreadingModel"="Apartment"

   [HKEY_CLASSES_ROOT\CLSID\{32F5D805-FC94-4dde-8F25-960710BD6263}\ProgID]
    @="DesignScripting"

   [HKEY_CLASSES_ROOT\CLSID\{32F5D805-FC94-4dde-8F25-960710BD6263}\Version]
    @="1.0"

   [HKEY_CLASSES_ROOT\CLSID\{32F5D805-FC94-4dde-8F25-960710BD6263}\VersionIndependentProgID]
    @="DesignScripting"


------------------- CUT HERE --------------------->8

