How to register an HTA as a trusted application?
Does anyone know how to go about registering an HTA as a trusted application in Windows so that it can access databases via ADO without first prompting the user with security concerns?
I guess no one knows....
...way to go Microsoft...
Anyway, I found a workaround for the security issue anyway:
Encapsulate the script(s) that your application uses to perform high security tasks and register it as a WSC.
The issue wasnt really changing permissions for internet security zones, as that could grant unwanted access to other applications. It also doesnt take care of the fact that my application had a lack of permissions as the user would manually need to add my application to the appropriate security zone.
The WSC alternative worked fine.