Group: Forum Members
Last Active: 12 Years Ago
Posts: 2,
Visits: 1
|
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
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,000
|
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.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 2,
Visits: 1
|
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?
|