<?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: Windows Installer for custom plugin in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162348#M25219</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for the reply..If there any concrete example with .net it would be really helpful.&lt;/P&gt;&lt;P&gt;Is there any link to explain a bit more in detail regarding .net with Autoloader..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jul 2018 13:03:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-28T13:03:13Z</dc:date>
    <item>
      <title>Windows Installer for custom plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162102#M25217</link>
      <description>&lt;P&gt;I have created sample plugin for autocad..It is created a classLibrary. Now i need to ship this plugin to deploy on other machine ..Am trying to make a installer using Wix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reading few blogs , i saw that there are two ways to automatically load the dll when autocad starts up,&lt;/P&gt;&lt;P&gt;1) Changing Acaddoc.lisp and&amp;nbsp;&lt;/P&gt;&lt;P&gt;write netload as follows :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(command "_netload" "C:\\Users\\Test\\source\\repos\\TestPlugin\\TestPlugin\\bin\\Release\\TestPlugin.dll") and second one being tampering around with the registry ( which am not familiar with)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which is the better way to make an install. In Wix while installing am thinking to execute a .bat file which will make an entry to Acaddoc.lisp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this good way to do using .bat file&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 06:51:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162102#M25217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-28T06:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Installer for custom plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162179#M25218</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since AutoCAD 2012, there's a third way which is, IMO, the most interesting: the &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;autoloader mechanism&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It makes the installer easier to create: you just need to set the installation folder and build the .bundle folder directly from Visual Studio.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 08:56:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162179#M25218</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-07-28T08:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Installer for custom plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162348#M25219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for the reply..If there any concrete example with .net it would be really helpful.&lt;/P&gt;&lt;P&gt;Is there any link to explain a bit more in detail regarding .net with Autoloader..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 13:03:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162348#M25219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-28T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Installer for custom plugin</title>
      <link>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162508#M25220</link>
      <description>&lt;P&gt;The &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;Autodesk Autoloader White&lt;/A&gt; page is the most complete documentation I know about Autoloader.&lt;/P&gt;
&lt;P&gt;You can also find &lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Customization/files/GUID-5E50A846-C80B-4FFD-8DD3-C20B22098008-htm.html" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;&amp;gt;&amp;gt;this topic&amp;lt;&amp;lt;&lt;/A&gt; in the AutoCAD help (also read the related concepts and reference).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a typical minimalist example with a "TestPlugin.bundle" folder created in "%appdata%\Autodesk\ApplicationPlugins" directory (or some other applicationFolder directory).&lt;/P&gt;
&lt;P&gt;This folder only contains the PackageContents.xml file (see above) and a "Contents" sub-folder which contains the plugin file (TestPlugin.dll).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;ApplicationPackage
  SchemaVersion="1.0"
  AppVersion="1.0.0"
  ProductCode="{2B179147-863E-4AB5-864D-18927534C106}"
  UpgradeCode="{D6C29A5F-F9DB-4AD5-81DC-04CE681C7681}"
  Name="TestPlugin"
  AutodeskProduct="AutoCAD"
  ProductType="Application"&amp;gt;
  &amp;lt;Components Description="2013 to 2019 parts"&amp;gt;
    &amp;lt;RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD*" SeriesMin="R19.0" SeriesMax="R23.0" /&amp;gt;
    &amp;lt;ComponentEntry
      AppName="TestPlugin"
      Version="1.0.0"
      ModuleName="./Contents/TestPlugin.dll"
      AppDescription="An awesome AutoCAD plugin."
      LoadOnAutoCADStartup="True"&amp;gt;
    &amp;lt;/ComponentEntry&amp;gt;
  &amp;lt;/Components&amp;gt;
&amp;lt;/ApplicationPackage&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once your bundle folder works as expected, to build your installer, you simply specify the "%appdata%\Autodesk\ApplicationPlugins" as installation folder in the properties and paste the bundle folder in the Visual Studio application folder.&lt;/P&gt;
&lt;P&gt;You can see this &lt;A href="https://www.youtube.com/watch?v=JrkCWrhpjgY" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;short video&lt;/A&gt; or the above more compete screencast (in French) using the &lt;A href="https://marketplace.visualstudio.com/items?itemName=visualstudioclient.MicrosoftVisualStudio2017InstallerProjects" target="_blank" rel="nofollow noopener noreferrer"&gt;Visual Studio Installer Projects extension&lt;/A&gt;.&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;&lt;DIV class="iframe-container"&gt;&lt;IFRAME width="640" height="590" src="https://screencast.autodesk.com/Embed/Timeline/4a0b8d02-0c41-40d7-ab6b-51f2b36208a2" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 16:31:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/windows-installer-for-custom-plugin/m-p/8162508#M25220</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-07-28T16:31:32Z</dc:date>
    </item>
  </channel>
</rss>

