<?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 : Create plugin install Visual Studio 2015 installshield in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6712777#M33736</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try putting the&amp;nbsp;&lt;SPAN&gt;NPPS.bundle directory in "%ProgramData%\Autodesk\ApplicationPlugins" instead of "Program Files (x86)\Autodesk\ApplicationPlugins" which is&amp;nbsp;deprecated since AutoCAD&amp;nbsp;2013 and will only work with AutoCAD&amp;nbsp;32 bits&amp;nbsp;versions (x86).&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2016 12:40:53 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2016-11-28T12:40:53Z</dc:date>
    <item>
      <title>Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6710124#M33731</link>
      <description>&lt;P&gt;Hi, anyone have a HowTo step to produce installer for plugin, that install in different autocad versions , including autoload ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Carbonete&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 20:53:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6710124#M33731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-25T20:53:51Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6710507#M33732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About Autoloader, the most complete documentation is &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;Fenton Web's white Paper&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once your .bundle folder done (and working) it's quite easy to build an installer to deploy the .bundle directory in an ApplicationPlugin folder. You just need to change the the default installation folder to :&lt;/P&gt;
&lt;P&gt;[AppDataFolder]\Autodesk\ApplicationPlugin, add a "ThisPlugin.bundle" directory and finally drag and drop your bundle in this folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can understand French, you can have a look at this screencast. It uses the "&lt;A href="https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2015InstallerProjects" target="_blank"&gt;Installer Projects&lt;/A&gt;" extension instead of installshield.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="4a0b8d02-0c41-40d7-ab6b-51f2b36208a2" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/4a0b8d02-0c41-40d7-ab6b-51f2b36208a2" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;" width="640" height="620" frameborder="0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 26 Nov 2016 08:05:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6710507#M33732</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-11-26T08:05:30Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6710990#M33733</link>
      <description>&lt;P&gt;Thanks, i´m trying make a test, but nothing happens, there is a way to debug or any log , to see if dll is loaded or xml contains error.&lt;BR /&gt;I copy my dll to C:\Program Files (x86)\Autodesk\ApplicationPlugins\NPPS.bundle&lt;/P&gt;&lt;P&gt;create .ico&lt;BR /&gt;create help.html&lt;BR /&gt;Create PackageContents.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xmlversion="1.0"encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationPackage Schema Version="1.0"&lt;BR /&gt;AutodeskProduct="AutoCAD"&lt;BR /&gt;Name="NPPS"&lt;BR /&gt;Description="An AutoCAD program"&lt;BR /&gt;AppVersion="1.0.0"&lt;BR /&gt;HelpFile="Help.html"&lt;BR /&gt;Author="Kounen"&lt;BR /&gt;Icon="favicon.ico"&amp;gt;&lt;BR /&gt;&amp;lt;Components Description="Runtime parts"&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry&lt;BR /&gt;ModuleName="./Lab1_Complete_2016.dll"&lt;BR /&gt;PerDocument="true"&lt;BR /&gt;LoadOnAutoCADStartup="false"&lt;BR /&gt;LoadOnCommandInvocation="true"&lt;BR /&gt;AppDescription="This is assembly"&lt;BR /&gt;AppName="CommandUI"&amp;gt;&lt;BR /&gt;&amp;lt;Commands GroupName="CmdGroup1"&amp;gt;&lt;BR /&gt;&amp;lt;Command Local="RECT-FRAME" Global="RECT-FRAME" /&amp;gt;&lt;BR /&gt;&amp;lt;Command Local="TRIANG-FRAME" Global="TRIANG-FRAME" /&amp;gt;&lt;BR /&gt;&amp;lt;/Commands&amp;gt;&lt;BR /&gt;&amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;lt;/ApplicationPackage&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don´t know if this interfere .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[assembly: CommandClass(typeof(Lab1.CommandUI))]&lt;BR /&gt;[assembly: ExtensionApplication(typeof(Lab1.CommandUI))]&lt;BR /&gt;namespace Lab1&lt;BR /&gt;{&lt;BR /&gt;class CommandUI : IExtensionApplication&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;[CommandMethod("RECT-FRAME")]&lt;BR /&gt;public void RecTruss()&lt;BR /&gt;{.... }&lt;/P&gt;&lt;P&gt;[CommandMethod("TRIANG-FRAME")]&lt;BR /&gt;public void TriangleTruss()&lt;BR /&gt;{...}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2016 18:39:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6710990#M33733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-26T18:39:08Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6711012#M33734</link>
      <description>&lt;P&gt;Sorry, but it's quite difficult for me to explain the whole process in plain English.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;First, you have to debug your application while it works as expected.&lt;/LI&gt;
&lt;LI&gt;Then you can build your .bundle dirictory following the &lt;A href="http://help.autodesk.com/view/ACD/2017/ENU/?guid=GUID-5E50A846-C80B-4FFD-8DD3-C20B22098008" target="_blank"&gt;Help documentation&lt;/A&gt; and/or &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;White Paper&lt;/A&gt; instructions.&lt;/LI&gt;
&lt;LI&gt;To test your bundle, you have to paste it in an ApplicationPlugins folder and launch AutoCAD to see if the app is loaded.&lt;/LI&gt;
&lt;LI&gt;When your bundle works, you can build an installer to deploy it.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I can see, some required tags are missing in your PackageContents.xml file:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CompanyDetails&lt;/LI&gt;
&lt;LI&gt;RuntimeRequirements (within Components)&lt;/LI&gt;
&lt;LI&gt;Commands (within ComponentEntry because your LoadReasons is set to LoadOnCommandInvocation="true")&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 26 Nov 2016 19:37:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6711012#M33734</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-11-26T19:37:21Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6712718#M33735</link>
      <description>&lt;P&gt;Hi I verify XML and made minor changes but not made &amp;nbsp;diference.&lt;/P&gt;&lt;P&gt;I Teste netload my app from bundle folder and they work, C:\Program Files (x86)\Autodesk\ApplicationPlugins\NPPS.bundle .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;APPLOADER made any log ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xmlversion="1.0"encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationPackage Schema Version="1.0"&lt;BR /&gt;&amp;nbsp; AutodeskProduct="AutoCAD"&lt;BR /&gt;&amp;nbsp; Name="NPPS"&lt;BR /&gt;&amp;nbsp; Description="An AutoCAD program"&lt;BR /&gt;&amp;nbsp; ProductType="Application"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;AppVersion="1.0.0"&lt;BR /&gt;&amp;nbsp; HelpFile="Help.html"&lt;BR /&gt;&amp;nbsp; Author="Kounen"&lt;BR /&gt;&amp;nbsp; Icon="favicon.ico"&lt;BR /&gt;&amp;nbsp; ProductCode="6190391B-4338-4CEC-960B-591E63685D27"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Company DetailsName="Kounen"Url="&lt;A href="http://www.kounen.com&amp;quot;Email=&amp;quot;kounen@kounen.com" target="_blank"&gt;www.kounen.com"Email="kounen@kounen.com&lt;/A&gt;" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;RuntimeRequirements OS="Win32|Win64"Platform="AutoCAD|AutoCAD*" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Components Description="Runtime parts"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ComponentEntry&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ModuleName="./Lab1_Complete_2016.dll"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; AppDescription="This is assembly"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; AppName="CommandUI"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Version="1.0.0"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;lt;/ApplicationPackage&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 12:03:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6712718#M33735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T12:03:21Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6712777#M33736</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try putting the&amp;nbsp;&lt;SPAN&gt;NPPS.bundle directory in "%ProgramData%\Autodesk\ApplicationPlugins" instead of "Program Files (x86)\Autodesk\ApplicationPlugins" which is&amp;nbsp;deprecated since AutoCAD&amp;nbsp;2013 and will only work with AutoCAD&amp;nbsp;32 bits&amp;nbsp;versions (x86).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 12:40:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6712777#M33736</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-11-28T12:40:53Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6712816#M33737</link>
      <description>&lt;P&gt;One ore thing:&amp;nbsp;according to your xml code, you should have a single directory named "NPPS.bundle" which directly contains the two files: PackageContents.xml and&amp;nbsp;&lt;SPAN&gt;Lab1_Complete_2016.dll.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here's a PackageContents.xml file based on a working one. It just contains some more tags.&lt;/SPAN&gt;&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" 
  Author="Kounen" 
  ProductCode="{6190391B-4338-4CEC-960B-591E63685D27}"
  UpgradeCode="{3CB9E490-C728-4A90-8EFF-3D5484FAF4FA}" 
  Name="NPPS" 
  Description="An AutoCAD program" 
  AutodeskProduct="AutoCAD" 
  ProductType="Application"&amp;gt;
  &amp;lt;CompanyDetails 
    Name="Kounen" 
    Email="kounen@kounen.com" 
    Url="www.kounen.com" /&amp;gt;
  &amp;lt;Components Description="Runtime parts"&amp;gt;
    &amp;lt;RuntimeRequirements 
	  OS="Win32|Win64" 
	  Platform="AutoCAD*" 
	  SeriesMin="R19.0" 
	  SeriesMax="R21.0" /&amp;gt;
    &amp;lt;ComponentEntry 
      AppName="BCountToolTip"
      Version="1.0.0"
      ModuleName="./Lab1_Complete_2016.dll"
      AppDescription="This is assembly" 
      LoadOnAutoCADStartup="True"&amp;gt;
    &amp;lt;/ComponentEntry&amp;gt;
  &amp;lt;/Components&amp;gt;
&amp;lt;/ApplicationPackage&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Nov 2016 13:00:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6712816#M33737</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-11-28T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6740098#M33738</link>
      <description>&lt;P&gt;Error is in&amp;nbsp;ApplicationPackage tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SchemaVersion="1.0" is invalid , correct is&amp;nbsp;ApplicationPackage="1.0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 18:19:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6740098#M33738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-09T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re : Create plugin install Visual Studio 2015 installshield</title>
      <link>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6740282#M33739</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;scfAAAT6 a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;Error is in&amp;nbsp;ApplicationPackage tag.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SchemaVersion="1.0" is invalid , correct is&amp;nbsp;ApplicationPackage="1.0"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=""&gt;What you say really amazes me&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;By my side, all the applications I (successfull) use* have SchemaVersion="1.0" attribute.&lt;/P&gt;
&lt;P&gt;ApplicationPackage is a tag, not an attribute and cannot have an assigned value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* including those from Exchange Apps Store those from AutoCAD installation.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 19:30:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/create-plugin-install-visual-studio-2015-installshield/m-p/6740282#M33739</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2016-12-09T19:30:18Z</dc:date>
    </item>
  </channel>
</rss>

