<?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: Dependencies to Include with Setup Project MSI Creater in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11626523#M14995</link>
    <description>&lt;P&gt;I have often streamlined my references by trial and error: remove one, try to recompile, restore it if it fails; repeat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Dec 2022 08:02:56 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2022-12-17T08:02:56Z</dc:date>
    <item>
      <title>Dependencies to Include with Setup Project MSI Creater</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11625004#M14992</link>
      <description>&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created Visual Studio Setup Projects for deployment of my Revit addin across the relevant product versions but am stumped as to what dependencies I need to include.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added the project output to the setup project and the detected dependencies list is as below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 624px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1153403iD6CE0D5C65508289/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (1).png" style="width: 516px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1153404i253CBCBBC53B8412/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have excluded a fair few of these as can be seen on a purely experimental basis with no adverse affects thus far, but still feel that I am including too many with my deployment and it is adding potential bulk to the MSI file size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can someone kindly highlight any of the dependencies I need on the Autodesk side and any others which may seem obvious to you professionals? Or those I need to exclude, whichever is simpler. I am obviously using a few nuget packages which is why I have Mahapps dependencies etc. I assume I need to include all these? I have searched online for the answers but to no avail sadly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 13:42:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11625004#M14992</guid>
      <dc:creator>TheLaymansShaman</dc:creator>
      <dc:date>2022-12-16T13:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dependencies to Include with Setup Project MSI Creater</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11625321#M14993</link>
      <description>&lt;P&gt;All the Revit API .NET assembly DLLs are already provided and loaded by Revit, so your add-in does not need to include those in its MSI. All the system&amp;nbsp;assembly DLLs are already provided by the .NET framework, so you can skip those also. There should hardly be anything left, really.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 16:01:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11625321#M14993</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-12-16T16:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dependencies to Include with Setup Project MSI Creater</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11625855#M14994</link>
      <description>&lt;P dir="ltr"&gt;Jeremy,&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P dir="ltr"&gt;Thanks for the rapid response on this. You've confirmed my suspicions.&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P dir="ltr"&gt;I guess part of the problem for me was my setup project populated this dependency list automatically which made me question whether they were needed.&lt;/P&gt;&lt;P dir="ltr"&gt;Also the naming of some of them wasn't obviously associated with Revit to my mind.&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P dir="ltr"&gt;I think what I may do is look in the Revit install directory and if I see one of these dependencies there will assume I don't need it. If this is a bad approach let me know please.&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P dir="ltr"&gt;I'm abit of an amatuer so I don't know what the system assemblies you're referring to are by name either but will assume they must be the System.something dll's.&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P dir="ltr"&gt;Thanks again,&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P dir="ltr"&gt;David&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 20:17:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11625855#M14994</guid>
      <dc:creator>TheLaymansShaman</dc:creator>
      <dc:date>2022-12-16T20:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dependencies to Include with Setup Project MSI Creater</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11626523#M14995</link>
      <description>&lt;P&gt;I have often streamlined my references by trial and error: remove one, try to recompile, restore it if it fails; repeat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2022 08:02:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dependencies-to-include-with-setup-project-msi-creater/m-p/11626523#M14995</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-12-17T08:02:56Z</dc:date>
    </item>
  </channel>
</rss>

