Link Search Menu Expand Document

Installation Tasks (.NET)

WINDOWS SERVER and WINDOWS TERMINAL SERVER MACHINES: to use DLL from the SDK on Windows Server machine you need to activate it first. Copy Activation.exe or ActivationConsole.exe and run it to perform activation of your server machine first.

non-SERVER WINDOWS 7/10/11 MACHINES: just copy the dll files along with your app and run your app. No activation is required on non-Server edition of Windows unless defined otherwise.

SDK license allows you to re-distribute dlls along with your end-user application/product to a given number of Windows Server or non-Server Windows machines which are defined by your license type.

The copy of the dlls that you can include iwth your app is located in /Redistributable/ folder (IMPORTANT: please use FULL version of the product. Files from DEMO or FREE TRIAL versions must not be used in a final product or app).

Example
If you use popular Inno Setup installer then use this sample code for installation of 'Bytescout.BarCode.QRCode.dll'.
[Files]
Source: "Bytescout.BarCode.QRCode.dll"; DestDir: "{app}"