<?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: Default Location for Deploying .net dll using a Visual Studio Setup Project in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317376#M24630</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to me the property name for the ProgramData folder is: CommonAppDataFolder (see &lt;A href="https://msdn.microsoft.com/en-us/library/aa372057.aspx" target="_blank"&gt;&amp;gt;&amp;gt;here&amp;lt;&amp;lt;&lt;/A&gt;).&lt;/P&gt;
&lt;PRE&gt;[CommonAppDataFolder]\Autodesk\ApplicationPlugins&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;For %appdata% the property name is: AppDataFolder&lt;/P&gt;
&lt;PRE&gt;[AppDataFolder]\Autodesk\ApplicationPlugins&lt;/PRE&gt;</description>
    <pubDate>Sat, 06 Oct 2018 16:47:02 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2018-10-06T16:47:02Z</dc:date>
    <item>
      <title>Default Location for Deploying .net dll using a Visual Studio Setup Project</title>
      <link>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317313#M24629</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I am trying to create an installer to deploy my .net dll to another person's computer.&lt;/LI&gt;&lt;LI&gt;I want to use the autoloader functionality to make it happen.&lt;/LI&gt;&lt;LI&gt;I have created a New Visual Studio "Set Up" project which will create an installer. All that I want done is for the installer to copy over the relevant files (i.e. the .bundle folder which contains my dll and the PackageContents.xml required to take advantage of the autoloader mechanism) to the relevant location.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, how to I get visual studio to install it to the relevant autocad static folders:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;%ProgramData%/Autodesk/ApplicationPlugins&lt;/SPAN&gt; or&lt;/P&gt;&lt;P&gt;%APPDATA%/Autodesk/ApplicationPlugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because when I try and set the default location, I receive the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="It says invalid default location for these static folder locations." style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/554619i4BAE5A35F0E5310F/image-size/large?v=v2&amp;amp;px=999" role="button" title="InvalidLocation.PNG" alt="It says invalid default location for these static folder locations." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;It says invalid default location for these static folder locations.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advice much appreciated - especially with a way to simply deploy the relevant files to the locations required by autocad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&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>Sat, 06 Oct 2018 15:19:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317313#M24629</guid>
      <dc:creator>BKSpurgeon</dc:creator>
      <dc:date>2018-10-06T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Default Location for Deploying .net dll using a Visual Studio Setup Project</title>
      <link>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317376#M24630</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to me the property name for the ProgramData folder is: CommonAppDataFolder (see &lt;A href="https://msdn.microsoft.com/en-us/library/aa372057.aspx" target="_blank"&gt;&amp;gt;&amp;gt;here&amp;lt;&amp;lt;&lt;/A&gt;).&lt;/P&gt;
&lt;PRE&gt;[CommonAppDataFolder]\Autodesk\ApplicationPlugins&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;For %appdata% the property name is: AppDataFolder&lt;/P&gt;
&lt;PRE&gt;[AppDataFolder]\Autodesk\ApplicationPlugins&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Oct 2018 16:47:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317376#M24630</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-10-06T16:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Default Location for Deploying .net dll using a Visual Studio Setup Project</title>
      <link>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317448#M24631</link>
      <description>&lt;P&gt;Brilliant as always Gilles! chrs&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 18:13:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317448#M24631</guid>
      <dc:creator>BKSpurgeon</dc:creator>
      <dc:date>2018-10-06T18:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Default Location for Deploying .net dll using a Visual Studio Setup Project</title>
      <link>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317713#M24632</link>
      <description>&lt;P&gt;Thats correct, when deploying or building MSI package you have to follow MSI Nomenclature, for miniature deployments such as this, VS Setup project would be fine, for developing end to end MSI package, I strongly suggest to pursue &lt;A href="http://wixtoolset.org/" target="_blank"&gt;Wixtoolset&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The shortcoming with Visual Studio Project is it can not support custom action, custom property etc, and you may have use to ORCA to edit the Property Table is MSI database after build MSI package, this varies from target machine to machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just my few cents &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 03:52:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317713#M24632</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2018-10-07T03:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Default Location for Deploying .net dll using a Visual Studio Setup Project</title>
      <link>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317772#M24633</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1937895"&gt;@moogalm&lt;/a&gt;, I agree, Wix is great, but i have to disagree, &lt;A href="https://marketplace.visualstudio.com/items?itemName=visualstudioclient.MicrosoftVisualStudio2017InstallerProjects" target="_blank"&gt;Microsoft Visual Studio 2017 Installer Projects&lt;/A&gt; does allow to create custom actions and custom properties.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 07:02:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8317772#M24633</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-10-07T07:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Default Location for Deploying .net dll using a Visual Studio Setup Project</title>
      <link>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8318245#M24634</link>
      <description>&lt;P&gt;Cool, I didn't know this thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;, we moved to Wix at that time VS has not had good support.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 16:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/default-location-for-deploying-net-dll-using-a-visual-studio/m-p/8318245#M24634</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2018-10-07T16:04:11Z</dc:date>
    </item>
  </channel>
</rss>

