Registry free - side by side


https://www.nevron.com/Forum/Topic6367.aspx
Print Topic | Close Window

By Sam Gerene - 12 Years Ago
Dear Support,

Is it possible to make use of the component in a registry free installation making use of entries in the application manifest as described here: http://msdn.microsoft.com/en-us/library/aa374191%28v=vs.85%29.aspx

Regards
By Nevron Support - 12 Years Ago

Hi Sam,

It is generally possible to create an instance of the control using registation free installation (simple copy). The following article at MSDN may be useful:

http://msdn.microsoft.com/en-us/library/ms973913.aspx

as it looks like it shows how to achieve this in .NET.

By Sam Gerene - 12 Years Ago
I was hoping to get the required information from you. Some activex control vendors supply their users with the correct information to put into a manifest file for instance softelvdm tells me to add this:


clsid="{10C7FF33-FC3E-4579-A9F2-C1BA410D3B56}"
threadingModel = "Apartment"
miscStatus="setclientsitefirst,simpleframe,alignable,activatewhenvisible,insideout,cantlinkinside,recomposeonresize"
progid="SftTreeOCX70.SftTree.1"
tlbid = "{10C7FF30-FC3E-4579-A9F2-C1BA410D3B56}"/>



Do you have similar information?