<?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: Publish my plugin into APP Store in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576209#M26524</link>
    <description>&lt;P&gt;do you any idea how to make .msi for our .dll files?&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 11:05:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-12T11:05:46Z</dc:date>
    <item>
      <title>Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/7889941#M26520</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what's the best way to publish my plugin into app store ?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 07:51:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/7889941#M26520</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2018-03-28T07:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/7889999#M26521</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can read this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=20149725" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/item?siteID=123112&amp;amp;id=20149725&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 08:14:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/7889999#M26521</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-03-28T08:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9574972#M26522</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424" target="_self"&gt;&lt;SPAN class="login-bold"&gt;gile&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;above link is not working now. can you please send any other reference?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:13:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9574972#M26522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-11T18:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9575017#M26523</link>
      <description>&lt;P&gt;I found this one:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://damassets.autodesk.net/content/dam/autodesk/www/adn/pdf/desktop-app-submission-process-overview.pdf" target="_blank"&gt;https://damassets.autodesk.net/content/dam/autodesk/www/adn/pdf/desktop-app-submission-process-overview.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:40:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9575017#M26523</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2020-06-11T18:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576209#M26524</link>
      <description>&lt;P&gt;do you any idea how to make .msi for our .dll files?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 11:05:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576209#M26524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576279#M26525</link>
      <description>&lt;P&gt;If you provide a .bundle folder to use the &lt;A href="https://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank" rel="noopener"&gt;Autoloader mechanism&lt;/A&gt; (as recommended) the Apps Store team will build the installer (msi) for you.&lt;/P&gt;
&lt;P&gt;If you absolutely need to create your own, you can use a Visual Extension as Wix, InstallShield etc. Dy my side i use the &lt;A href="https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects" target="_blank" rel="noopener"&gt;Microsoft Visual Studio Installer Projects&lt;/A&gt; extension because I used to use it while it was part of Visual Studio (since VS 2012 if I remember well).&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 11:39:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576279#M26525</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2020-06-12T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576842#M26526</link>
      <description>&lt;P&gt;thanks Gile..&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 15:55:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576842#M26526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-12T15:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576936#M26527</link>
      <description>&lt;P&gt;I had the same question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;@Anonymous&amp;nbsp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/672452"&gt;@Amremad&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:43:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9576936#M26527</guid>
      <dc:creator>saifumk8</dc:creator>
      <dc:date>2020-06-12T16:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Publish my plugin into APP Store</title>
      <link>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9597260#M26528</link>
      <description>&lt;P&gt;If you want to build your own MSI installer, have a look at&amp;nbsp;&lt;A href="https://github.com/cyrillef/apps.exchange.packager" target="_blank"&gt;https://github.com/cyrillef/apps.exchange.packager&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or better still,&amp;nbsp;&lt;A href="https://github.com/oleg-shilo/wixsharp" target="_blank"&gt;https://github.com/oleg-shilo/wixsharp&lt;/A&gt;&amp;nbsp;but you will have to work out the XML stuff which Cyrille's Python project does for you.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 23:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/publish-my-plugin-into-app-store/m-p/9597260#M26528</guid>
      <dc:creator>CADbloke</dc:creator>
      <dc:date>2020-06-23T23:27:25Z</dc:date>
    </item>
  </channel>
</rss>

