Hello,
We recommend you to use the “Registragion-Free Activation”approach – http://msdn.microsoft.com/en-us/library/ms973913.aspx. This approach allows you to activate the non-registered COM component using the .manifest files.
Manifest file of your application/component should include dependency on StarBurnX, for example:
<dependency> <dependentAssembly> <assemblyIdentity type="win32" processorArchitecture="x86" name="StarBurnX12.dll" version="12.0.0.0" /> </dependentAssembly> </dependency>
P.s. the latest version of StarBurnX manifest file attached
Regards,
Dmitry
|