AVObjects Redistribution Guidelines

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
This document explains how to redistribute MediaLooks' components with your products.
 
This document explains how to redistribute MediaLooks' components with your products.
 
==Overview==
 
  
 
If you are redistributing our DLL, here's a rough list of things that you need to do.
 
If you are redistributing our DLL, here's a rough list of things that you need to do.

Revision as of 11:37, 18 August 2008

This document explains how to redistribute MediaLooks' components with your products.

If you are redistributing our DLL, here's a rough list of things that you need to do.

  1. Copy our DLL to the target folder.
  2. Regsiter the DLL with one of the following methods:
    1. Call "regsvr32.exe <name>.dll.
    2. SelfRegModules MSI Action.
    3. WiX tag <File Id=... SelfRegCost=<size of data for write to register> .../>
    4. Via the installer. The registration data can be retrieved from the DLL if you open it in, say, Visual Studio and read the "REGISTRY" section.
  3. Copy the license file (.LIC) into the same folder with either our DLL or your app's executable.

Note: Do not rename the .LIC file or the .DLL.