With Server licensing using either the Automatic or Manual scenario, to prepare your Application for distribution, you create an Installer for the Application and include any required ImageGear for .NET components. While this varies based on your application, in general it includes the following:
- Replace config.txt with the one given to you for deployment. This file is located at C:\Program Files\Accusoft\ImageGear.NET v20\LDK\Config.
- Create an Installer (see Example.msi - a Wise installer example, that is located at C:\Program Files\Accusoft\ImageGear.NET v20\LDK\Samples\MSI). The config.txt file that you replace above is added to the installer.
- Add the Runtime and Licensing components generated when you ran the DPW.
- Rename and save the Installer (Example: myinstaller.msi).