Page 1 of 1

Automation

Posted: 05 Jan 2011, 12:46
by rocheap

Re: Automation

Posted: 05 Jan 2011, 18:58
by jsf
According to Automation, before using the Firestreamer interface, you need to register it first with the following command line:

For a 32-bit operating system:

Code: Select all

   C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /codebase "C:\Program Files\Cristalink\FsChanger\FirestreamerInterface.dll"
For a 64-bit operating system:

Code: Select all

   C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe /codebase "C:\Program Files\Cristalink\FsChanger\FirestreamerInterface.dll"
You may need to change the paths above if Firestreamer and/or Windows are installed into non-standard folders.

Re: Automation

Posted: 07 Jan 2011, 16:36
by rocheap
Thanks, Had already done that. Eventually found out the DLL's had to be in the powershell directory. Once copied it worked fine.