Automation

The technical support forum for Firestreamer (the virtual tape library).
Locked
rocheap
Posts: 2
Joined: 05 Jan 2011, 12:26

Post by rocheap »

jsf
Cristalink Support
Posts: 300
Joined: 29 Aug 2010, 09:03

Post 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.
Best regards,
John Smith
Cristalink Support
rocheap
Posts: 2
Joined: 05 Jan 2011, 12:26

Post 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.
Locked