During protection process, our protection code will be automatically embedded into final, protected application. In this way, all code directly related to protection and licensing will be included in protected application. However, depending on project settings, some additional redistributable files should be packaged and distributed with protected application.
Interface DLL module
This module contains default user interface resources (dialogs) for protected application. It should be present in same directory as protected application and it does not require server registration.
There are two versions of this module, 32bit (iDLL) and 64bit (iDLL64) version which are included in appropriate 32bit (PC Guard for Win32 and PC Guard for .NET) and 64bit (PC Guard for Win64 and PC Guard for .NET64) versions of PC Guard family products.
PC Guard will automatically determine if interface dll is required and this information will also be included in protection report.
ACEN Licensing
Acen licensing feature requires additional modules depending on chosen ACEN web interface (Web API / SOAP).
Web API
Web API interface requires special version of standard interface DLL: iDLLwa (32bit) or iDLL64wa (64bit)). These modules are included in distribution and are located in \acen sub-folder.
SOAP
SOAP ACEN web interface requires web service interface modules and c++ redistributables.