<?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: Notify user of software update in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11837047#M9506</link>
    <description>&lt;P&gt;My app has demandloading. Seems like bundles have the same issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully someone from AutoDesk creates a fix.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 16:57:59 GMT</pubDate>
    <dc:creator>SRSDS</dc:creator>
    <dc:date>2023-03-21T16:57:59Z</dc:date>
    <item>
      <title>Notify user of software update</title>
      <link>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836805#M9502</link>
      <description>&lt;P&gt;This is probably not the right forum. Please redirect me if it isn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions about advising users of application updates?&lt;/P&gt;&lt;P&gt;And methods of updating it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time I have one I need to send an email asking that they close AutoCAD and replace the .dll file.&lt;/P&gt;&lt;P&gt;Seems a little antiquated and hoping someone might have a better method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:41:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836805#M9502</guid>
      <dc:creator>SRSDS</dc:creator>
      <dc:date>2023-03-21T15:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Notify user of software update</title>
      <link>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836876#M9503</link>
      <description>&lt;P&gt;I have a system that I wrote before they ever came up with bundle technology but it works for me. It's 3 parts. First I have an sql db that records the update version. I have a startup dll that checks for a new update. If there is one, then I prompt the user to shut down AutoCAD and I run another exe that copies the necessary files from a network location to their local pc. The exe takes command line arguments for the necessary files to copy. The db tracks what pc was used, and allows for users to log into different pc's, like a laptop and desktop. There might be a better way. That's just how I got started. I was asking the same question you did and devised my own solution. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To push an update, I just copy the files to the network location and change the rev date in the db.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 16:01:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836876#M9503</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-03-21T16:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Notify user of software update</title>
      <link>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836898#M9504</link>
      <description>&lt;P&gt;Yikes. That's what I need but sounds like a bit to learn.&lt;/P&gt;&lt;P&gt;Don't know the first thing about sql databases, which is your first step.&lt;/P&gt;&lt;P&gt;I'm not currently using the bundle technology. Played around with it a few years back.&lt;/P&gt;&lt;P&gt;Is that something that makes the process easier?&lt;/P&gt;&lt;P&gt;And thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 16:06:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836898#M9504</guid>
      <dc:creator>SRSDS</dc:creator>
      <dc:date>2023-03-21T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Notify user of software update</title>
      <link>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836923#M9505</link>
      <description>&lt;P&gt;Bundles were created by the ADN for the Autodesk app store to make it easy to install. You can read more about it &lt;A href="https://www.keanw.com/2011/09/autodesk-exchange-preparing-your-autocad-application-for-posting.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. All you need to do is copy the bundle to the right folder and it works. The user doesn't have to do anything. But you still have the same problem of copying the files while acad is open and has a file lock on your dll. You could keep it simple by sending an email to the users to close AutoCAD and copy the bundle from location A to location B.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 16:15:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11836923#M9505</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-03-21T16:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Notify user of software update</title>
      <link>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11837047#M9506</link>
      <description>&lt;P&gt;My app has demandloading. Seems like bundles have the same issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully someone from AutoDesk creates a fix.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 16:57:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11837047#M9506</guid>
      <dc:creator>SRSDS</dc:creator>
      <dc:date>2023-03-21T16:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Notify user of software update</title>
      <link>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11837096#M9507</link>
      <description>&lt;P&gt;There is no fix possible, since you can't unload a .NET dll. You must close the host application. This has to be up to the user to do. About all you could do is add code to your dll that checks for an update and closes prompts the user to close. That's sort of what my solution does. It would only save you from sending out a notification.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 17:13:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/notify-user-of-software-update/m-p/11837096#M9507</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-03-21T17:13:39Z</dc:date>
    </item>
  </channel>
</rss>

