AVObjects Redistribution Guidelines
From AVObjects Knowledge Base
(Difference between revisions)
(New page: 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. ...) |
|||
Line 12: | Line 12: | ||
## 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. | ## 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. | ||
# Copy the license file (.LIC) into the same folder with either our DLL or your app's executable. | # 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. |
Revision as of 16:17, 23 January 2008
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.
- Copy our DLL to the target folder.
- Regsiter the DLL with one of the following methods:
- Call "regsvr32.exe <name>.dll.
- SelfRegModules MSI Action.
- WiX tag <File Id=... SelfRegCost=<size of data for write to register> .../>
- 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.
- 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.