Installation Tasks (ActiveX object for VB6, VBScript and other legacy languages)ByteScout PDF SDK

Installation of Bytescout.PDF.dll for use in ActiveX compatible applications (VB6, VBScript and other)

Bytescout PDF SDK license allow to deploy and distribute Bytescout.PDF.dll along with your end-user application/product.

To deploy required dlls to the target computer for use as ActiveX please use copy the content of /Redistributable/ folder (in full version only)

Then you should run InstallActiveX.bat in As Administrator mode to install all required dlls and UninstallActiveX.bat in As Administrator to uninstall.

Example

If you use popular Inno Setup then use this sample code for installation of Bytescout.PDF.dll
[Files] 
Source: "Redistributable/*"; DestDir: "{app}"

[Run]
; installing Bytescout.PDF.dll as ActiveX
Filename: {app}\ActiveX\InstallAsActiveX.bat; WorkingDir: {app}; StatusMsg: Registering Bytescout.PDF.dll as ActiveX library...; Flags: runhidden

[UninstallRun]
; uninstalling Bytescout.PDF.dll as ActiveX
Filename: {app}\ActiveX\UninstallAsActiveX.bat; WorkingDir: {app}; StatusMsg: Unregistering Bytescout.PDF.dll as ActiveX library...; Flags: runhidden