Q6000012: When trying to register your component (AxScript32.dll), REGSVR32 returns the following error: 0x80070005
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 off UAC (User Account Control)
Scripting Component > Installation
Q6000015: Can ActiveXperts Scripting Component be installed manually?
Yes it can. To install the ActiveScripting COM component on another machine, simply copy the AxScript32.dll (or AxScript64.dll) to another machine and issue the following command from the command prompt:
REGSVR32 <destination-path>\AxScript32.dll.
Scripting Component > Installation
Q6000016: Can I use REGSVR32 to register your 64-bit component?
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 (AxScript32.dll) on a 64-bit system in the same way, e.g.:
> REGSVR32 AxScript32.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\S...
Scripting Component > Installation
Q6000017: I want to re-install ActiveXperts Scripting Component. I uninstalled first, but now the installation tells me that I cannot install it in the same destination directory as before. Am I doing something wrong?
You are right: you cannot install the product in an existing directory.
Upon un-installation, the original directory (default: C:\Program Files\ActiveXperts\Scripting Component) 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 Component) is deleted, you can re-install it in that directory.
In previous versions of the product, it was possible to in...
Scripting Component > Installation
Q6000020: How can I uninstall ActiveXperts Scripting Component?
If you used the regular Network Component 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 AxScript32.dll file manually to your system and registered manually, you should first de-register the component by running REGSVR32 -u AxScript32.dll , and then delete the AxScript32.dll file.
Scripting Component > Installation
Q6000025: I manually registered the ActiveXperts Network Component COM component on another machine, and now I want to unregister. How can I do this?
Issue the following command from the command prompt:
REGSVR32 -u <path>\AxNetwork32.dll.
Scripting Component > Installation
Q6000030: Does the ActiveXperts Network Component installation overwrite existing Operating System files?
No, it only installs an ActiveX component that uses files of the Operating System.
Scripting Component > Installation
| Error codes |
|---|
| Click here to view the full list of error codes |