<?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: Push add-in to all users in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916690#M99770</link>
    <description>&lt;P&gt;We have created a .bat file that starts with windows and copies the dll files each time windows starts!&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2019 11:12:18 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2019-07-18T11:12:18Z</dc:date>
    <item>
      <title>Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916596#M99767</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've developed an add-in which is almost ready for distribution to all users in our company (~20 users).&lt;/P&gt;&lt;P&gt;What is the best way to do this?&lt;/P&gt;&lt;P&gt;Create an installer and then manually install it everywhere?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And after that, when I make changes, what is the best way to update everything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your ideas.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:26:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916596#M99767</guid>
      <dc:creator>Majjek</dc:creator>
      <dc:date>2019-07-18T10:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916653#M99769</link>
      <description>&lt;P&gt;Back in the day, it was possible (using Visual Studio) to "&lt;EM&gt;publish&lt;/EM&gt;" an executable to a shared network location. You'll still see this on certain Windows applications; Google Chrome can do this (depending on where the installer originates).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've built most of my installers using Innosetup - which is free and&amp;nbsp;&lt;EM&gt;relatively&lt;/EM&gt; simple to get going with; although I've never found an "update" mechanism that works aside from emailing my fellow users on the head and saying "there's an updated installer for {addinNameHere} available at {path}"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love to hear other's suggestions though.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:57:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916653#M99769</guid>
      <dc:creator>AlexFielder</dc:creator>
      <dc:date>2019-07-18T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916690#M99770</link>
      <description>&lt;P&gt;We have created a .bat file that starts with windows and copies the dll files each time windows starts!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:12:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916690#M99770</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2019-07-18T11:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916696#M99771</link>
      <description>&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;@Anonymous&lt;/a&gt; off&lt;BR /&gt;xcopy "P:\xx\yy.dll" "C:\Program Files\Autodesk\Inventor 20##\Bin\" /y&lt;BR /&gt;xcopy "P:\xx\zz.dll" "C:\Program Files\Autodesk\Inventor 20##\Bin\" /y&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;xcopy "P:\xx\yy.addin" "C:\ProgramData\Autodesk\Inventor 20##\Addins\" /y&lt;BR /&gt;xcopy "P:\xx\zz.addin" "C:\ProgramData\Autodesk\Inventor 20##\Addins\" /y&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:16:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916696#M99771</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2019-07-18T11:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916727#M99772</link>
      <description>&lt;P&gt;Thanks for the program.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:38:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916727#M99772</guid>
      <dc:creator>Majjek</dc:creator>
      <dc:date>2019-07-18T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916728#M99773</link>
      <description>&lt;P&gt;This sounds like an easy solution, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:38:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916728#M99773</guid>
      <dc:creator>Majjek</dc:creator>
      <dc:date>2019-07-18T11:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916807#M99775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your thanks are appreciated.&lt;/P&gt;&lt;P&gt;Sometimes we all forget to take a look at the easy way....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 12:14:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916807#M99775</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2019-07-18T12:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916980#M99777</link>
      <description>&lt;P&gt;I Copy the Addin file local (you can use the script provided here) and let that file point to the dll which is on the server, so if i need to update the dll, i just can overwrite it, next time users start up, the new version is loaded.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 13:15:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916980#M99777</guid>
      <dc:creator>frederic.vandenplas</dc:creator>
      <dc:date>2019-07-18T13:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916987#M99778</link>
      <description>&lt;P&gt;That sounds even better.&lt;/P&gt;&lt;P&gt;Where is 'here' regarding to the script.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 13:17:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916987#M99778</guid>
      <dc:creator>Majjek</dc:creator>
      <dc:date>2019-07-18T13:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916998#M99780</link>
      <description>&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f0f7e8; color: #666666; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;P:\xx\yy&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;P:\xx\yy&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f0f7e8; color: #666666; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;P = the server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f0f7e8; color: #666666; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;xx\yy is the path&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 13:19:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8916998#M99780</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2019-07-18T13:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Push add-in to all users</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8919003#M99816</link>
      <description>&lt;P&gt;I was pointing to message 4 from&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 10:10:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/push-add-in-to-all-users/m-p/8919003#M99816</guid>
      <dc:creator>frederic.vandenplas</dc:creator>
      <dc:date>2019-07-19T10:10:02Z</dc:date>
    </item>
  </channel>
</rss>

