<?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: Autoloader folder: ApplicationPlugins in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556945#M73297</link>
    <description>&lt;P&gt;Hi Dale,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to what Augusto and Jeremy said, some background info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%AppData%&lt;SPAN&gt;\Autodesk\ApplicationPlugins &amp;nbsp;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;%ProgramData%\Autodesk\ApplicationPlugins&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are added to support our Exchanges Store apps. &amp;nbsp;You can find more information, or xml files from the publisher page:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.autodesk.com/developapps&amp;nbsp;" target="_blank"&gt;http://www.autodesk.com/developapps&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or more specifically about Revit apps publishing, from here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=20143032" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=20143032&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you scroll down the page, you see a a&amp;nbsp;table&amp;nbsp;with recordings and ppts. &amp;nbsp;You may want to take a look to find the xml tags. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a the location all the products Exchanges apps goes. You will need to make sure you provide additional information in xml file and structure your apps as self contained as described in the publihser page. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this clarifies.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2015 15:03:23 GMT</pubDate>
    <dc:creator>mikako_harada</dc:creator>
    <dc:date>2015-03-25T15:03:23Z</dc:date>
    <item>
      <title>Autoloader folder: ApplicationPlugins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556540#M73294</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;It appears that the folders used for AutoCAD addins is also valid for use with Revit:&lt;/P&gt;&lt;P&gt;ie&lt;/P&gt;&lt;P&gt;C:\ProgramData\Autodesk\ApplicationPlugins\MySuperApp.bundle&lt;/P&gt;&lt;P&gt;instead of:&lt;/P&gt;&lt;P&gt;C:\ProgramData\Autodesk\Revit\Addins\2014\MySuperApp.bundle&lt;/P&gt;&lt;P&gt;Is this correct? I would much rather have a common installation folder for both applications (AutoCAD and Revit) managed via the XML manifest file.&lt;/P&gt;&lt;P&gt;Thanks, Dale&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:07:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556540#M73294</guid>
      <dc:creator>Dale.Bartlett</dc:creator>
      <dc:date>2015-03-25T12:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader folder: ApplicationPlugins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556674#M73295</link>
      <description>Yes, the ApplicationPlugins folder should work for both AutoCAD and Revit (on the current version)&lt;BR /&gt;&lt;BR /&gt;Looking forward, we're moving the default to Program Files folder on AutoCAD environment.</description>
      <pubDate>Wed, 25 Mar 2015 13:07:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556674#M73295</guid>
      <dc:creator>augusto.goncalves</dc:creator>
      <dc:date>2015-03-25T13:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader folder: ApplicationPlugins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556873#M73296</link>
      <description>&lt;P&gt;Dear Dale,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Revit API help does not have anything to say on this subject, as you can see under&amp;nbsp;Developers &amp;gt; Revit API Developers Guide &amp;gt; Introduction &amp;gt; Add-In Integration &amp;gt; Add-in Registration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2015/ENU/?guid=GUID-4FFDB03E-6936-417C-9772-8FC258A261F7" target="_blank"&gt;http://help.autodesk.com/view/RVT/2015/ENU/?guid=GUID-4FFDB03E-6936-417C-9772-8FC258A261F7&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I asked my other colleagues, and they concur with Augusto saying:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;Yes, that is the theory; Max, Maya and AutoCAD (at least) use &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;C:\ProgramData\Autodesk\ApplicationPlugins.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As long the host app looks in that folder, it should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I’ve just checked and&amp;nbsp;this location (C:\ProgramData\Autodesk\ApplicationPlugins\...)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;works for Inventor 2015 AddIns as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The Inventor API Help describes four recommended locations:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;1. All Users, Version Independent&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;Windows 7 - %ALLUSERSPROFILE%\Autodesk\Inventor Addins\&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;Windows XP - %ALLUSERSPROFILE%\Application Data\Autodesk\Inventor Addins\&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;2. All Users, Version Dependent&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;Windows 7 - %ALLUSERSPROFILE%\Autodesk\Inventor 2013\Addins\&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;Windows XP - %ALLUSERSPROFILE%\Application Data\Autodesk\Inventor 2013\Addins\&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;3. Per User, Version Dependent&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;Both Window 7 and XP - %APPDATA%\Autodesk\Inventor 2013\Addins\&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;4. Per User, Version Independent&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;Both Window 7 and XP - %APPDATA%\Autodesk\ApplicationPlugins&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;I hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Cheers,&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 14:38:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556873#M73296</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-03-25T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader folder: ApplicationPlugins</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556945#M73297</link>
      <description>&lt;P&gt;Hi Dale,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to what Augusto and Jeremy said, some background info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%AppData%&lt;SPAN&gt;\Autodesk\ApplicationPlugins &amp;nbsp;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;%ProgramData%\Autodesk\ApplicationPlugins&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are added to support our Exchanges Store apps. &amp;nbsp;You can find more information, or xml files from the publisher page:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.autodesk.com/developapps&amp;nbsp;" target="_blank"&gt;http://www.autodesk.com/developapps&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or more specifically about Revit apps publishing, from here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=20143032" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=20143032&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you scroll down the page, you see a a&amp;nbsp;table&amp;nbsp;with recordings and ppts. &amp;nbsp;You may want to take a look to find the xml tags. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a the location all the products Exchanges apps goes. You will need to make sure you provide additional information in xml file and structure your apps as self contained as described in the publihser page. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this clarifies.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 15:03:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/autoloader-folder-applicationplugins/m-p/5556945#M73297</guid>
      <dc:creator>mikako_harada</dc:creator>
      <dc:date>2015-03-25T15:03:23Z</dc:date>
    </item>
  </channel>
</rss>

