How to ship an evaluation version of your software?
if (String.IsNullOrEmpty(activationKey) && String.IsNullOrEmpty(computerKey))
{
activationKey= "AAAAA-BBBB-CCCC-DDDD-EEEE"; // replace this with your own license key
}PreviousHow to issue activation keys with multiple activations from an eCommerce providerNextHow to set the maintenance plan duration from an ecommerce provider
Last updated