Innobedded Forum
September 07, 2010, 01:04:05 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Purchasing a license  (Read 876 times)
innobedded
Administrator
Newbie
*****
Posts: 6



View Profile WWW Email
« on: November 17, 2009, 10:27:20 pm »

The purchase option is enabled now.
After purchasing the Rich Media Extensions you will receive a license key file.

Steps to unlock your the evaluation version with your license key file:
  • Embed the file MFRichMediaExtensionsLicenseKey.txt into your application
    as a resource. (The plain text file will result in a string resource).
  • Unlock the following line in the Main method of the Program class in the
    file program.cs:
    LicenseManager.SetLicenseKey(Resources.GetStringResources.StringResources.MFRichMediaExtensionsLicenseKey);
    It then should look like:
    public static void Main()
    {
    ...
    ThemeResources.CurrentTheme = new DarkBlueTheme();
    // In order to activate the full version of the Rich Media Extensions,
    // embed your license key file MFRichMediaExtensionsLicenseKey.txt as a
    resource and
    // uncomment the following line.
    LicenseManager.SetLicenseKey(Resources.GetString(Resources.StringResources.MFRichMediaExtensionsLicenseKey));

    PageWindow mainWindow = new Window1();
    ...
    }
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!