Message 1 of 3
Setting Trusted Locations (trustedpath)

Not applicable
07-12-2016
03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a .net dll and it is loaded at AutoCAD startup.
But each time it ;loads a security warning is displaying.
After going through the existing solutions understood that this can be avoided if the directory is added to TRUSTEDPATHS variable.
The registry entry for it is "HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R19.1\ACAD-D001:409\Profiles\<<unnamed profile">>\Variables
i do not know what is <<unnamed profile">> is it always constant?. if not how to get the current profile name sothat i can use it in the registry path.
One more thing is i have to update the above registry path in the installer code to avoid warning even for the first time.
Please, Can someone help.
Thanks
Mohan.