Active X control and IE Links
I have a web application which is runs a couple of Active X controls to show images with edit buttons. Now, I have sequenced the application with the active x controls and JAVA which is also required and the application is working fine. The problem happens when they send image URLs to each other by mail and they click on the links to open it. This is where the applications asks for the active x installation, which then fails.
Since IE is opening outside the APPv environment is failing to run the active x controls which works fine from inside the APPV environment.
Is there any way to make sure that the URLs open in the application's APPV environment or make a new package with just the active X controls which opens when IE is launched.
So basically DSC with IE of the physical machine.