I have a custom c# activex control which is deployed as a cab file.
When new version of cab file is deployed in server, i have written custom code to check active version and uninstall old versions from the system.
After uninstalling activex , i need to restart IE in administrator mode for activex installation.
I have tried window.close() and window.open() in javascript, but as these cannot force the browser to reopen entirely .
Thanks in Advance..