<?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: Add application to autodesk app store in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8996039#M30882</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We have a .NET example here:&amp;nbsp;&lt;A href="https://github.com/ADN-DevTech/3dsMax-Explode-Geometry" target="_blank"&gt;https://github.com/ADN-DevTech/3dsMax-Explode-Geometry&lt;/A&gt;&amp;nbsp;and you can see an example bundle in the bundle2 folder.&lt;/P&gt;
&lt;P&gt;Yes, the app store team will build the MSI for you.&lt;/P&gt;
&lt;P&gt;This is the start for app store info:&lt;BR /&gt;&lt;A href="https://www.autodesk.com/developer-network/app-store" target="_blank"&gt;https://www.autodesk.com/developer-network/app-store&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;From that page, there is 3ds Max specific info here:&lt;BR /&gt;&lt;A href="https://www.autodesk.com/developer-network/app-store/3ds-max" target="_blank"&gt;https://www.autodesk.com/developer-network/app-store/3ds-max&lt;/A&gt;&lt;BR /&gt;Also note that 3ds Max has similar package information in the online help here:&lt;BR /&gt;&lt;A href="http://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_writing_plug_ins_packaging_plugins_packagexml_format_html" target="_blank"&gt;http://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_writing_plug_ins_packaging_plugins_packagexml_format_html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you submitted the app yet to the app store? I believe that once you submit, the app store team will then communicate directly with you if there are any problems/questions. One thing you do have to provide is some minimal help. If you need to reach them directly, you can email:&amp;nbsp;&lt;A href="mailto:appsubmissions@autodesk.com" target="_blank"&gt;appsubmissions@autodesk.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI, it is probably better to communicate these issues in the 3ds Max programming forum in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 17:47:08 GMT</pubDate>
    <dc:creator>kevinvandecar</dc:creator>
    <dc:date>2019-08-29T17:47:08Z</dc:date>
    <item>
      <title>Add application to autodesk app store</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8989414#M30879</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;&lt;BR /&gt;I'm just start using Autodesk for my application developer career path. Althought having a look at the tutorial and document supported by Autodesk (&lt;A href="https://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank" rel="noopener"&gt;https://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html&lt;/A&gt;, &lt;A href="https://www.autodesk.com/developer-network/app-store/autocad" target="_blank" rel="noopener"&gt;https://www.autodesk.com/developer-network/app-store/autocad&lt;/A&gt;), I still found many problems, hope to receive your advises as detail as possible.&lt;BR /&gt;1. My plugin is developed for 3DS Max and I extract them into one single dll file (writing in C#), and one package xml file (that's all I have), so what thing i missed, what structure of uploading zip file ? I need a detailed format (better with example).&lt;BR /&gt;MyApplication.bundle:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|- Contents&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |- Images&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |- Image here&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |- Help&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |- MyHelp.html&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |- Scripts&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|- MyApplication.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;|- PackageContents.xml&lt;BR /&gt;2. According to the tutorial, it said that if my file is accepted by the Autodesk, it will take care of making msi file (set up). Then when the user download and install my app, will it be installed automatically and directly into 3DS max window, or I have to write another code to do that part?&lt;BR /&gt;3. &lt;SPAN&gt;Thanks for your advise in advance. In short, my point is that, is there a tool that helps me pack my plugin files into an acceptable format for the Autodesk App Store, or do I have to do it manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your helps.&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;P&gt;&amp;nbsp;&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>Tue, 27 Aug 2019 08:40:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8989414#M30879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-27T08:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add application to autodesk app store</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8991350#M30880</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for bringing your question to the forums, it looks like you are visiting as a new member to the 3DS Max forum.&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="color: #118888;"&gt;I want to extend a warm welcome to the Autodesk Community!&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would say this is a question for &lt;STRONG&gt;&lt;A href="https://www.autodesk.com/developer-network/overview" target="_blank" rel="noopener"&gt;the Autodesk Developers Network&lt;/A&gt;&lt;/STRONG&gt;,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/272793"&gt;@kevinvandecar&lt;/a&gt;, do you have some insight into this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also have luck posting this &lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/3ds-max-programming/bd-p/area-b35" target="_blank" rel="noopener"&gt;to the programming forums for 3ds Max&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 22:04:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8991350#M30880</guid>
      <dc:creator>hagen.deloss</dc:creator>
      <dc:date>2019-08-27T22:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add application to autodesk app store</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8991629#M30881</link>
      <description>&lt;P&gt;Thanks for your advises&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 02:19:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8991629#M30881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-28T02:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add application to autodesk app store</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8996039#M30882</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We have a .NET example here:&amp;nbsp;&lt;A href="https://github.com/ADN-DevTech/3dsMax-Explode-Geometry" target="_blank"&gt;https://github.com/ADN-DevTech/3dsMax-Explode-Geometry&lt;/A&gt;&amp;nbsp;and you can see an example bundle in the bundle2 folder.&lt;/P&gt;
&lt;P&gt;Yes, the app store team will build the MSI for you.&lt;/P&gt;
&lt;P&gt;This is the start for app store info:&lt;BR /&gt;&lt;A href="https://www.autodesk.com/developer-network/app-store" target="_blank"&gt;https://www.autodesk.com/developer-network/app-store&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;From that page, there is 3ds Max specific info here:&lt;BR /&gt;&lt;A href="https://www.autodesk.com/developer-network/app-store/3ds-max" target="_blank"&gt;https://www.autodesk.com/developer-network/app-store/3ds-max&lt;/A&gt;&lt;BR /&gt;Also note that 3ds Max has similar package information in the online help here:&lt;BR /&gt;&lt;A href="http://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_writing_plug_ins_packaging_plugins_packagexml_format_html" target="_blank"&gt;http://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_writing_plug_ins_packaging_plugins_packagexml_format_html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you submitted the app yet to the app store? I believe that once you submit, the app store team will then communicate directly with you if there are any problems/questions. One thing you do have to provide is some minimal help. If you need to reach them directly, you can email:&amp;nbsp;&lt;A href="mailto:appsubmissions@autodesk.com" target="_blank"&gt;appsubmissions@autodesk.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI, it is probably better to communicate these issues in the 3ds Max programming forum in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:47:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/8996039#M30882</guid>
      <dc:creator>kevinvandecar</dc:creator>
      <dc:date>2019-08-29T17:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add application to autodesk app store</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/9004583#M30883</link>
      <description>&lt;P&gt;I received the status "draft" of my upload application, what does it mean?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 02:38:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/9004583#M30883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-04T02:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add application to autodesk app store</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/9005703#M30884</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I believe that means you have not completed the full submission yet. If you have not read the submission overview, I would check it out here: &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;
&lt;P&gt;This document and much more info is available from the app store developer center here: &lt;A href="https://www.autodesk.com/developer-network/app-store" target="_blank"&gt;http://www.autodesk.com/developapps.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As mentioned before, you can request help if something more is unclear, directly from app store team here: appsubmissions@autodesk.com&lt;/P&gt;
&lt;P&gt;hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 13:33:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/9005703#M30884</guid>
      <dc:creator>kevinvandecar</dc:creator>
      <dc:date>2019-09-04T13:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add application to autodesk app store</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/13830597#M94828</link>
      <description>&lt;P&gt;My application is dependent on multiple dll's(5 numbers) . For that how the structure hast to be ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 05:25:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/add-application-to-autodesk-app-store/m-p/13830597#M94828</guid>
      <dc:creator>balachandar_vVF4MG</dc:creator>
      <dc:date>2025-09-30T05:25:41Z</dc:date>
    </item>
  </channel>
</rss>

