I'm a IIS administrator.
I have the someviewer.cab component that should be registered in the client browser.
The component is composed of 4 files, someview.ocx, a.dll, b.dll and d.dll.
When the client installs the activeX component through the IE, IE says;
do you install this software?
someviewer.cab
publisher : some publisher
Yes the client does, so click OK, and things are going fine.
the component is located in the "\windows\downloaded program files" folder.
but some clients complain that they cannot install the component the way above for some reasons. that I don't know.
So I think the client can install the cab file at OS level.
To do that, "regsvr32.exe" is the key, isn't it?
I extract the someview.cab to the one folder say "c:/test/".
and do "c:/test/regsvr32 someview.ocx".
Windows says, "DllRegisterServer of someview.ocx is Successful".
but in my view, nothing changed.
No components in "\windows\downloaded program files".
and can't see the object in IE, just red cross mark there.
How can I register the component through OS(Windows xp).
Thanks.
I have the someviewer.cab component that should be registered in the client browser.
The component is composed of 4 files, someview.ocx, a.dll, b.dll and d.dll.
When the client installs the activeX component through the IE, IE says;
do you install this software?
someviewer.cab
publisher : some publisher
Yes the client does, so click OK, and things are going fine.
the component is located in the "\windows\downloaded program files" folder.
but some clients complain that they cannot install the component the way above for some reasons. that I don't know.
So I think the client can install the cab file at OS level.
To do that, "regsvr32.exe" is the key, isn't it?
I extract the someview.cab to the one folder say "c:/test/".
and do "c:/test/regsvr32 someview.ocx".
Windows says, "DllRegisterServer of someview.ocx is Successful".
but in my view, nothing changed.
No components in "\windows\downloaded program files".
and can't see the object in IE, just red cross mark there.
How can I register the component through OS(Windows xp).
Thanks.