Most probably, you don't have administrative privileges on the machine where you install the product. You must have local administrator rights to install ActiveSocket on the computer.
This is not a problem of the toolkit itself, but has something to do with security settings on Windows 7, Windows Vista, Windows 2008 and higher.
Please try the following:
When starting the command prompt, start it from the start menu by locating the "Command Prompt" in the start menu, now right click on this item and select "Run as Administrator". When you try to register the component from the command prompt it should work okay.
You can also try to turn of UAC (User Account Control)
Yes it can. To install the ActiveScripting COM component on another machine, simply copy the AxScript.dll (or AxScript64.dll) to another machine and issue the following command from the command prompt:
REGSVR32 <destination-path>\AxScript.dll.
Yes, you can use REGSVR32 to register the 64-bit component (AxScriptX64.dll), e.g.:
> REGSVR32 AxScriptX64.dll
You can also register the 32-bit component (AxScript.dll) on a 64-bit system in the same way, e.g.:
> REGSVR32 AxScript.dll
To make use of the 64-bit DLL, you should use a 64-bit application or 64-bit interpreter, e.g.:
> CSCRIPT.EXE RemoteCommand.vbs
To make use of the 32-bit DLL, you should use a 32-bit application or 32-bit interpreter, e.g.:
> C:\Windows\SysWow64\CSCRIPT.EXE RemoteCommand.vbs
NOTE: The module property tells you which component (32-bit or 64-bit) you are actually using.
The following VBScript program will tell you:
Set o = CreateObject( "ActiveXperts.RemoteCommand" )
WScript.Echo o.Module
You are right: you cannot install the product in an existing directory.
Upon un-installation, the original directory (default: C:\Program Files\ActiveXperts\Scripting Toolkit) is NOT deleted in case there are files created/modified after the previous installation. You must delete these files/directories manually.
Once the directory (C:\Program Files\ActiveXperts\Scripting Toolkit) is deleted, you can re-install it in that directory.
In previous versions of the product, it was possible to install in an existing directory, but this often lead to interference with previous installations.
If you used the regular ActiveSocket Setup program to install the software, you can simple uninstall the software by using the 'Add/Remove' applet in the control panel.
If you copied the AxScript.dll file manually to your system and registered manually, you should first de-register the component by running REGSVR32 -u AxScript.dll , and then delete the AxScript.dll file.
Issue the following command from the command prompt:
REGSVR32 -u <path>\ASocket.dll.
No, it only installs an ActiveX component that uses files of the Operating System.
ActiveXperts Scripting Toolkit is compatible with .NET Framework 1.0, 1.1, 2.0 and 3.5. The .NET samples are created with Visual Studio 2005, and can be used with Visual Studio 2002, 2003, 2005 and 2008.
You haven't installed and registered the Scripting Toolkit ActiveX component. This component can be installed and registered automatically by running the Scripting Toolkit installation, or can be downloaded from our website and registered manually by running the command REGSVR32 AXSCRIPT.DLL
You haven't installed and registered the Scripting Toolkit ActiveX component. This component can be installed and registered automatically by running the Scripting Toolkit installation, or can be downloaded from our website and registered manually by running the command REGSVR32 TwitterTK.dll
The problem is, that you must refer to the object before you can declare and create it. Go to the 'Project' menu, choose 'References…' and put the checkbox near 'ActiveXperts Scripting Toolkit Type Library'.
This is due to the fact that Windows uses the 64bit VBScript interpreter (C:\WINDOWS\SYSTEM32\CSCRIPT.EXE or C:\WINDOWS\SYSTEM32\WSCRIPT.EXE) by default. Since the ActiveXperts Scripting Toolkit control is a 32bit control, you should invoke the WOW64 subsystem. This means C:\WINDOWS\SYSTEM32\WOW64\CSCRIPT.EXE or C:\WINDOWS\SYSTEM32\WOW64\WSCRIPT.EXE.
To learn about the different license options for ActiveXperts Scripting Toolkit, click here.
After 30 days of evaluation, most functions will not work anymore. If you call a function, nothing happens and LastError will be set to indicate that the trial period has expired.
The 'Distribution License' allows you to 'bundle' the toolkit with your own software.
It allows you to ship the product to an unlimited number of customers for an unlimited period of time.
There are no restrictions in functionality of the software.
Click here for more information about the ActiveXperts Scripting Toolkit Licensing Scheme.
Once you have obtained a Distribution License, you receive a key that you can use on the target computers. Click here to read more about how to distribute this key with the core product DLL on the target computers.
Once you have obtained a Distribution License, you receive a key that you can use on the target computers. Click here to read more about how to distribute this key with the core product DLL on the target computers.
ActiveXperts' Maintenance Agreement entitles customers to use ActiveXperts' technical support services, and to receive all product upgrades, free of charge, during a specified Agreement duration.
The Maintenance Agreement applies to all ActiveXperts products.
With the initial purchase, you get 1 year Maintenance for free.
After this free Maintenance period, Licensee may purchase Maintenance. The price for the Maintenance Agreement is 15% of the price that was paid for the product.
Read our Maintenance Agreement in PDF format.
For detailed sales information, check the Sales webpage.
During the first (1) year after purchase, Maintenance is free. After this free Maintenance year, Licensee may purchase Maintenance. The price for the Maintenance Agreement is 15% of the price that was paid for the product.
Customers choose between one-, two- and three years Maintenance Agreement renewal. Please read the Maintenance Agreement document for more details.
Renewals that come in after the maintenance has expired will be backdated to start from the old expiry date. Also, you are only able to get Technical Support and Software Maintenance when your support contract is valid.
No, we do not ship or sell the sourcecode of our products.
The only sourcecode that is included with our products, are the code samples shipped with toolkits or API’s.