<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inconsistent SECURELOAD Behavior in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415617#M130976</link>
    <description>&lt;P&gt;The add-in eventually adds its path to the "Trusted Locations" so the user doesn't continue to get this warning regardless of the SECURELOAD setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of 1 vs 2. I've never actually seen it set to 2 on a user's computer. The behavior I have seen is always with it set to 1.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 18:52:37 GMT</pubDate>
    <dc:creator>David_Robison</dc:creator>
    <dc:date>2016-07-01T18:52:37Z</dc:date>
    <item>
      <title>Inconsistent SECURELOAD Behavior</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415469#M130974</link>
      <description>&lt;P&gt;We are seeing inconsistent behavior with the SECURELOAD system variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For our add-in, we have the user load a VLX using APPLOAD. Typically SECURELOAD is set to the default value of 1. Most times, the user gets the security dialog asking if they want to load our VLX or not. They are able to answer "yes" and everything proceeds smoothly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some times, nothing happens. The VLX is not loaded and they do not get any warning or message about why. On the command line it says it is unable to load the VLX.&amp;nbsp;We have them change SECURELOAD to 0 and then are able to load the VLX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to figure out why we get different behavior with seemingly similar settings. Is there another system variable that has an impact on how SECURELOAD works?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 17:56:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415469#M130974</guid>
      <dc:creator>David_Robison</dc:creator>
      <dc:date>2016-07-01T17:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent SECURELOAD Behavior</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415525#M130975</link>
      <description>&lt;P&gt;It also evaluates the paths stored in Options (or accessible via the SECURITYOPTIONS command)&lt;/P&gt;
&lt;P&gt;If the file is in a path included here, then no prompting will occur and the file will be loaded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if AutoCAD is in safe mode, no add-ons are loaded regardless of anything else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know about &lt;A style="color:blue;text-decoration:underline" href="http://help.autodesk.com/view/CIV3D/2017/ENU/index.html?guid=GUID-C108E81C-7A06-477C-A5F8-10AA2FDEB050" target="_blank"&gt;SECURELOAD&lt;/A&gt; = 2 vs 1?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:16:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415525#M130975</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-07-01T18:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent SECURELOAD Behavior</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415617#M130976</link>
      <description>&lt;P&gt;The add-in eventually adds its path to the "Trusted Locations" so the user doesn't continue to get this warning regardless of the SECURELOAD setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of 1 vs 2. I've never actually seen it set to 2 on a user's computer. The behavior I have seen is always with it set to 1.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:52:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415617#M130976</guid>
      <dc:creator>David_Robison</dc:creator>
      <dc:date>2016-07-01T18:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent SECURELOAD Behavior</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415623#M130977</link>
      <description>&lt;P&gt;with secureload&amp;nbsp;set to 1, vlx should load without warning, only if the vlx is located in trusted paths. If it is not in a trusted path then there will be a prompt.&amp;nbsp;So in your case&amp;nbsp;vlx is not located in a trusted path.&amp;nbsp;Also, with 2 you will not get a message. So, sounds like the machines where you don't get a message the secureload is set to 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both the situations you describe&amp;nbsp;will happen when&amp;nbsp;the file is not located in trusted location. Either move it to a trusted location or set secureload to 0 on all machines.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:54:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415623#M130977</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2016-07-01T18:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent SECURELOAD Behavior</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415793#M130978</link>
      <description>&lt;P&gt;Has anyone ever had a malicious anything try to&amp;nbsp;load besides the good (bad)&amp;nbsp;old "acaddoc.lsp" in same folder as a dwg?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 20:53:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inconsistent-secureload-behavior/m-p/6415793#M130978</guid>
      <dc:creator>JamesMaeding</dc:creator>
      <dc:date>2016-07-01T20:53:03Z</dc:date>
    </item>
  </channel>
</rss>

