My web application has certain security controls that need to be installed. They are all put into a .exe file that is stored on the web server.
I've made a page that detects (using ActiveX) whether or not the client has installed the security controls (mysecuritycontrols.exe)
Once detected, I want to redirect to a page that automatically downloads and runs my .exe file.
I think I need to use <object codebase="pathto/mysecuritycontrols.exe" classid="huh?"> in my aspx file, right?
Where do I get the classid if I need to use this method? Am I using IE's 'internet component download?'