<?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: Revit Addin file locations for production Release and Test/Debug in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/10098044#M61582</link>
    <description>&lt;P&gt;An incompetent IT department.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Feb 2021 06:59:38 GMT</pubDate>
    <dc:creator>mastjaso</dc:creator>
    <dc:date>2021-02-20T06:59:38Z</dc:date>
    <item>
      <title>Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/6733987#M61575</link>
      <description>&lt;P&gt;Where &amp;nbsp;is the &amp;nbsp;appropriate file installation locations for Release and Test/Debug Revit Addin components?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have noticed a variety of locations where Revit Addin components are deployed for Release and Test/Debug purposes. For example, the &amp;nbsp;Hello World sample for Revit 2017 recommends installing "HelloWorld.addin" to "C:\ProgramData\Autodesk\Revit\Addins\2017\" whereas the Addin Wizard generates a script that automatically loads the "*.addin" file to "C:\UserName\AppData\roaming\AppData\Roaming\Autodesk&lt;SPAN&gt;\Revit\Addins\2017/".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have also noticed that &amp;nbsp;the official release addin installation programs that I have historically gotten back from the Autodesk Revit team seem to install *.Addin, *.dll, and other supporting files in numerous locations depending on:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Revit version(s) supported&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* All users vs. current user installation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Roaming profiles vs. non-roaming profiles&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Version of Windows (?)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Possibly other criteria&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First, is &amp;nbsp;there documentation that describes how this should be done for commercial products. Note that I would prefer to do my own Revit Addin installation in the &amp;nbsp;future.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Second, in the specific example of installing a &amp;nbsp;Addin for Revit 2017 running on Windows 10 for the &amp;nbsp;current user only without roaming where would I install the production components (myaddin.addin, myaddin.dll, myaddindependent.dll)? Can I utilize the location for the .addin file for Test and Debug? I assume that &amp;nbsp;I will need to point the myaddin*.addin file to the Debug version of the myaddin.dll file in order to Debug?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Eric&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 15:37:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/6733987#M61575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T15:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/6734904#M61576</link>
      <description>&lt;P&gt;Dear Eric,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The official documentation for this can be found in the Revit API developer guide:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revit online help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2017/ENU" target="_blank"&gt;http://help.autodesk.com/view/RVT/2017/ENU&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Developers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revit API Developers Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-F0A122E0-E556-4D0D-9D0F-7E72A9315A42" target="_blank"&gt;http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-F0A122E0-E556-4D0D-9D0F-7E72A9315A42&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Introduction&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-C574D4C8-B6D2-4E45-93A5-7E35B7E289BE" target="_blank"&gt;http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-C574D4C8-B6D2-4E45-93A5-7E35B7E289BE&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add-In Integration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-4BE74935-A15C-4536-BD9C-7778766CE392" target="_blank"&gt;http://help.autodesk.com/view/RVT/2017/ENU/?guid=GUID-4BE74935-A15C-4536-BD9C-7778766CE392&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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/2017/ENU/?guid=GUID-4FFDB03E-6936-417C-9772-8FC258A261F7" target="_blank"&gt;http://help.autodesk.com/view/RVT/2017/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;Here is some additional documentation on additional undocumented add-in folder paths (please excuse the pseudo-pun):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2016/02/bim-360-docs-add-in-folders-stallman-and-the-abc-conjecture.html#5" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2016/02/bim-360-docs-add-in-folders-stallman-and-the-abc-conjecture.html#5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 21:17:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/6734904#M61576</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-12-07T21:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8325021#M61577</link>
      <description>&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;Hi Eric,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;I can understand your concern of&amp;nbsp;&lt;SPAN style="box-sizing: border-box;"&gt;noticing a variety of locations where Revit Add-in components are deployed, it has a reason for it. Let me explain a bit...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;1)&amp;nbsp; Location:&amp;nbsp;%AppData%\Autodesk\Revit\Addins\&amp;lt;year&amp;gt;- This location is for per-user only, and it is recommended for per-user specific applications.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;2) Location:&amp;nbsp;%ProgramData%\Autodesk\Revit\Addins\&amp;lt;year&amp;gt; -&amp;nbsp;This location is for multiple users, so all the users can have access&amp;nbsp;to the application.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;Few apps are placed in&amp;nbsp;Program Files too depending on the need.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;In the Autodesk App Store, we normally recommend below paths for the addin.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;%ProgramData%\Autodesk\ApplicationPlugins (for multiple users) and&amp;nbsp;%AppData%\Autodesk\ApplicationPlugins (for per user) in order to use these paths you need to use the bundle format. Wherein the addin and its dependent files are stored in a bundle folder, Autodesk Revit autoloads the addin module based on the entries in the PackageContents.xml file placed in the bundle folder.&amp;nbsp;&lt;/SPAN&gt;You can refer to&amp;nbsp;&lt;A style="box-sizing: border-box;" title="ppt" href="http://adndevblog.typepad.com/aec/ExchangeStorePublisher/3%20Autodesk%20Exchange%20Publish%20Revit%20Apps%20-%20Preparing%20Apps%20for%20the%20Store_Guidelines.pptx" target="_blank"&gt;&lt;SPAN style="color: #0696d7;"&gt;ppt&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;(from slide No.6 onward) for bundle format.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;You can utilize these locations for Testing and Debugging, and yes you can point to the&amp;nbsp;myaddin*.addin&amp;nbsp;file to the Debug version of the myaddin.dll file in order to Debug.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box;"&gt;&lt;SPAN style="font-family: 'Tahoma',sans-serif; color: #666666;"&gt;If you need any help on the bundle format, please feel free to email@&amp;nbsp;&lt;A style="box-sizing: border-box;" href="mailto:appsubmissions@autodesk.com" target="_blank"&gt;&lt;SPAN style="color: #0696d7;"&gt;appsubmissions@autodesk.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:03:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8325021#M61577</guid>
      <dc:creator>nachikethan_s</dc:creator>
      <dc:date>2018-10-10T14:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8334070#M61578</link>
      <description>&lt;P&gt;Thank you very much for sharing this important additional information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I captured it for future reference in The Building Coder blog as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2018/10/revit-add-in-locations-and-bim360-eu.html#4" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2018/10/revit-add-in-locations-and-bim360-eu.html#4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 09:16:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8334070#M61578</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2018-10-15T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8335389#M61579</link>
      <description>&lt;P&gt;Why would you deploy your addins anywhere for testing / debugging and why would it be different than production?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't deploy my addins anywhere while I'm developing / testing / debugging them. I just leave them in their "bin\debug" folder where they build to, and point the addin manager at that folder. Debugging / testing / developing without using the addin manager is just a monumental waste of time constantly closing and reopening Revit, imho.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't test your ribbon buttons, but I typically just ignore those until the end, and then do some testing with the full installer on a fresh VM that mimics our standard users as if it was being deployed to a production environment. And in those tests I test the installer, general user experience, and ribbon buttons / revit startup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also always code my addins to use the per user Appdata folder and think that most people should generally be doing the same thing. In my mind no application should be requiring admin privileges unless it *actually* needs them to run, Revit Addins included, and the vast vast vast majority should only require user privileges.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 17:13:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8335389#M61579</guid>
      <dc:creator>mastjaso</dc:creator>
      <dc:date>2018-10-15T17:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8336497#M61580</link>
      <description>&lt;P&gt;Just my thoughts, why we need to have admin privileges.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Big Firms will not recommend any installation without admin privileges, most IT companies will not give admin access to the employees to prevent unwanted malware attack/security reasons. Hence placing the addin&amp;nbsp;in programdata&amp;nbsp;with admin rights will enable the IT to install the application once to support all users. I have experienced many companies restricting usage of good plugins,&amp;nbsp;just because they don't&amp;nbsp;have admin privileges.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 05:26:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/8336497#M61580</guid>
      <dc:creator>nachikethan_s</dc:creator>
      <dc:date>2018-10-16T05:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/10097687#M61581</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1662889"&gt;@nachikethan_s&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As mentioned in your post, would you be able to elaborate on what&amp;nbsp;&lt;SPAN&gt;needs a company may have that leads them to place their Addins in the Program Files folder?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 00:12:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/10097687#M61581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-20T00:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/10098044#M61582</link>
      <description>&lt;P&gt;An incompetent IT department.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 06:59:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/10098044#M61582</guid>
      <dc:creator>mastjaso</dc:creator>
      <dc:date>2021-02-20T06:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Addin file locations for production Release and Test/Debug</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/10099290#M61583</link>
      <description>&lt;P&gt;Hi @Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;\Program Files\ is trusted by default, the unsigned add-in residing in this location will not display a security warning.&lt;BR /&gt;Few publishers utilize this location to treat the addin as trusted.&lt;BR /&gt;The custom installers provided by the publisher for Autodesk App Store which are utilizing Program Files location need to make sure the custom installers / dll are digitally signed.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Also, consider below necessities while submitting a custom installer:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The installer should take care of installation and uninstallation properly. i.e. uninstallation should remove the files completely. And also, it should uninstall the older version and install the newer version whenever a new version is installed.&lt;/LI&gt;
&lt;LI&gt;Provide the administration rights for the installer.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note: Autodesk App Store will not use the %PROGRAMFILES% location to create an installer for third-party apps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 06:09:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-addin-file-locations-for-production-release-and-test-debug/m-p/10099290#M61583</guid>
      <dc:creator>nachikethan_s</dc:creator>
      <dc:date>2021-02-21T06:09:19Z</dc:date>
    </item>
  </channel>
</rss>

