M
Mercdev
Hi,
We have a .NET assembly with COM controls inside. We need to register this
control in Internet Explorer. We have a html page to use this control:
<html>
<body>
<OBJECT id="control1"
classid="CLSID:B5131ECD-CCEB-4f2f-9632-E28E085A1C68"
codebase="setup.msi">
</OBJECT>
</body>
</html>
If we had not managed COM control then we would use CAB file and .ini file
to register all components inside CAB.
We'd read that with managed asembleys we should use .msi installer file
instead of CAB. We'd created this msi. And if we installing it manualy(by
double clicking on it) then we can use this controls. But if msi runed by
iexplorer when page is opened, then COM controls are not registerd.
Question: What should we do to automatically register COM controls(writen on
..NET) when HTML page is opening?
We have a .NET assembly with COM controls inside. We need to register this
control in Internet Explorer. We have a html page to use this control:
<html>
<body>
<OBJECT id="control1"
classid="CLSID:B5131ECD-CCEB-4f2f-9632-E28E085A1C68"
codebase="setup.msi">
</OBJECT>
</body>
</html>
If we had not managed COM control then we would use CAB file and .ini file
to register all components inside CAB.
We'd read that with managed asembleys we should use .msi installer file
instead of CAB. We'd created this msi. And if we installing it manualy(by
double clicking on it) then we can use this controls. But if msi runed by
iexplorer when page is opened, then COM controls are not registerd.
Question: What should we do to automatically register COM controls(writen on
..NET) when HTML page is opening?