<?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: deploy batch 10.5.1 upgrade via Windows CMD in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/deploy-batch-10-5-1-upgrade-via-windows-cmd/m-p/414932#M16087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was successfully able to accomplish this. &lt;/P&gt;&lt;P&gt;running the 10.5.1 installer will download the needed files for the 10.5.1 upgrade (in 1 folder named "Desktop").&lt;/P&gt;&lt;P&gt;place this folder on target PC's C:\ drive with a .bat file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;START C:\Desktop\setup.exe ESRI_LICENSE_HOST=%COMPUTERNAME% SOFTWARE_CLASS=Professional SEAT_PREFERENCE=Fixed DESKTOP_CONFIG=TRUE INSTALLDIR1=C:\python27 /qb&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;create a windows task to run the .bat file and desired time and repeat as necessary for other PC's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 16:17:04 GMT</pubDate>
    <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
    <dc:date>2018-02-13T16:17:04Z</dc:date>
    <item>
      <title>deploy batch 10.5.1 upgrade via Windows CMD</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/deploy-batch-10-5-1-upgrade-via-windows-cmd/m-p/414931#M16086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to upgrade multiple PC's on our network using the command line I see it is possible HERE: &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.5/get-started/installation-guide/installing-silently.htm#ESRI_SECTION1_D871AE098E214B8A8A13F395848D87B6" title="http://desktop.arcgis.com/en/arcmap/10.5/get-started/installation-guide/installing-silently.htm#ESRI_SECTION1_D871AE098E214B8A8A13F395848D87B6"&gt;Installing ArcGIS Desktop silently—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the help docs reference "Concurrent Use" I do not want to use concurrent use my previous installations are single use installs. will this method still work? if not how will the installer know to use a new auth # to switch to concurrent use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my end goal is to paste(remotely) the setup.exe on the C:\ drive (of all my client PC's) and schedule windows task to run the batch script at say midnight to upgrade the installs to 10.5.1 without any need for user interaction.&lt;/P&gt;&lt;P&gt;Also, the &lt;STRONG&gt;&lt;EM&gt;ESRI LICENSE HOST ='mahcine_Name'.&lt;/EM&gt;&lt;/STRONG&gt;... this will need to call each unique PC name to locate the license manager... how can I can through the dynamic variable int there to use the local machine name? Or do I need to make 20+ unique copies of this and for each use the specific host machine?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; I see the &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class=""&gt;SEAT_PREFERENCE=Fixed&lt;/SPAN&gt; &lt;/EM&gt;&lt;/STRONG&gt;can be used for a single use license.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; The dynamic PC name can use the following: &lt;STRONG&gt;&lt;EM&gt;%COMPUTERNAME%&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all advice is welcomed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installing ArcGIS Desktop silently—Help | ArcGIS Desktop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN class=""&gt;&amp;lt;setup staging location&amp;gt;\setup.exe ESRI_LICENSE_HOST=GIS SOFTWARE_CLASS=Professional SEAT_PREFERENCE=Float DESKTOP_CONFIG=TRUE INSTALLDIR1=C:\python27 /qb&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 21:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/deploy-batch-10-5-1-upgrade-via-windows-cmd/m-p/414931#M16086</guid>
      <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
      <dc:date>2018-02-12T21:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: deploy batch 10.5.1 upgrade via Windows CMD</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/deploy-batch-10-5-1-upgrade-via-windows-cmd/m-p/414932#M16087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was successfully able to accomplish this. &lt;/P&gt;&lt;P&gt;running the 10.5.1 installer will download the needed files for the 10.5.1 upgrade (in 1 folder named "Desktop").&lt;/P&gt;&lt;P&gt;place this folder on target PC's C:\ drive with a .bat file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;START C:\Desktop\setup.exe ESRI_LICENSE_HOST=%COMPUTERNAME% SOFTWARE_CLASS=Professional SEAT_PREFERENCE=Fixed DESKTOP_CONFIG=TRUE INSTALLDIR1=C:\python27 /qb&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;create a windows task to run the .bat file and desired time and repeat as necessary for other PC's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 16:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/deploy-batch-10-5-1-upgrade-via-windows-cmd/m-p/414932#M16087</guid>
      <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
      <dc:date>2018-02-13T16:17:04Z</dc:date>
    </item>
  </channel>
</rss>

