<?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: Setting license manager with .bat file and no admin rights (ArcGIS 10.x) in ArcGIS Desktop Installation Support Questions</title>
    <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813246#M1578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis,&lt;/P&gt;&lt;P&gt;This works beautifully, Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using single use desktop basic licenses, and a shared standard license, so the only change we had to make for our use was to add a line to switch from a single use "Fixed" seat type to the "Float" seat type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; usage&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; arcz &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;server&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;VIEWER&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;EDITOR&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;PROFESSIONAL&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;ARCMAP&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;ARCCATALOG&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;ARCSCENE&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;ARCGLOBE&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
@echo off
setlocal
set server&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
set class&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;
set app&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; set defaults &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; not provided
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%server%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt; set server&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;27004&lt;/SPAN&gt;@yourdefaultserver
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%server%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"#"&lt;/SPAN&gt; set server&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;27004&lt;/SPAN&gt;@yourdefaultserver
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%class%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt; set class&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;Editor
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%class%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"#"&lt;/SPAN&gt; set class&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;Editor
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%app%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt; set app&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;arcmap
&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; set up environment and launch application
set ESRI_SEAT_PREFERENCE&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;Float
set ARCGIS_LICENSE_FILE&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;server&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;
set ESRI_SOFTWARE_CLASS&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;class&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; report values
set arcgis
set esri
echo Starting &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;app&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exe &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
start &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;d &lt;SPAN class="string token"&gt;"%AGSDESKTOPJAVA%bin"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;b &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;app&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exe
REM pause‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:34:44 GMT</pubDate>
    <dc:creator>JeremiahPoling</dc:creator>
    <dc:date>2021-12-12T09:34:44Z</dc:date>
    <item>
      <title>Setting license manager with .bat file and no admin rights (ArcGIS 10.x)</title>
      <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813242#M1574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have multiple license manager servers (different servers) that are kept separate, mainly because the .opt (option) file has never really worked as one would hope.&amp;nbsp; I'm working on two (DOS .bat) batch files that will allow a user to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;switch between the license levels (Basic and Advanced...we have no Standard). I have this working, although have not tests on a machine without admin rights yet&lt;/LI&gt;&lt;LI&gt;switch between the license manager servers.&amp;nbsp;It is this 2nd task that I have a question. (again, not tested without admin rights yet)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'm hoping to get both of these to run without needing admin rights, however that has not yet been tested. But even if admin rights are needed, these scripts should simplify the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found numerous &lt;EM&gt;current_user&lt;/EM&gt; registry keys that have the value of the license manager:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ARCGIS_LICENSE_FILE&lt;/LI&gt;&lt;LI&gt;ESRI_LICENSE_HOST&lt;/LI&gt;&lt;LI&gt;ESRI_LICENSE_SERVER&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;plus a environmental variables:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ARCGIS_LICENSE_FILE&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;ESRI_LICENSE_HOST&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I can get my script to change all of these variables, some may be old/unrelated as my machines have gone thru many versions of the software/LM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, none of these seem to change the &lt;EM&gt;License Manager&lt;/EM&gt; variable in the ArcGIS Administrator dialog box, and that seems to override everything.&amp;nbsp; I can not seem to find where this is stored, and therefore whether I can overwrite or override it with a script.&amp;nbsp; I know you can set the value when installing silently (just thought about that) so I think it is possible.&amp;nbsp; Any suggestions?? &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will post a sample of my scripts when complete...but as always, when messing with registry keeps, be very cautious and use at your own risk.&amp;nbsp; If something goes wrong, it can mess up a machine.&amp;nbsp; By the way, I have found and pieced together the pieces of the info needed I needed for the first (and part of the 2nd) script on GeoNet, StackExchange and several MicroSoft related sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tagging &lt;A href="https://community.esri.com/people/vsfoote"&gt;vsfoote&lt;/A&gt;‌&amp;nbsp; &lt;A href="https://community.esri.com/people/curtvprice"&gt;curtvprice&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current software: 10.2.2 - 10.5.x&lt;/P&gt;&lt;P&gt;Current software license manager: 10.5.1&lt;/P&gt;&lt;P&gt;OS: Windows 7, 64-bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 01:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813242#M1574</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-08-31T01:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting license manager with .bat file and no admin rights (ArcGIS 10.x)</title>
      <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813243#M1575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;However, none of these seem to change the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;EM&gt;License Manager&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;variable in the ArcGIS Administrator dialog box, and that seems to override everything.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The recognized reg keys&amp;nbsp;are in HKEY_LOCAL_MACHINE, not HKEY_CURRENT_USER. This is why you need to launch ArcGIS Administrator elevated to modify the&amp;nbsp;keys. The ArcGIS Admin app &amp;nbsp;box with the server name is not affected by the env variables. (I seem to recall that AA does report in the details listing if the ARCGIS_LICENSE_FILE has been set though.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently active environment variables in my experience do override the registry settings. But if you set the variables in user environment variables and do not log out and in again, they do not "take". This is because if you do this, and launch apps from Windows Explorer, they will use the explorer main shell, which already launched on login and doesn't know about your env variable changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The approach I have used is to set up&amp;nbsp;a bat file to launch&amp;nbsp;ArcMap like this. What's nice about this approach is the env variable tweaks only apply to the ArcMap session and the user's default settings are unmodified for the 'normal' future ArcMap launch. After the session is over, and the users opens arcmap in the normal way, it will use what the desktop has been wired to. So you could set people up for Viewer and have them run the script for sessions where they need Professional (ArcInfo), and they don't have to remember to run a script or set a variable to set it back. This way your limited arcinfo licenses will be easier to keep available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;:: usage: arcz {server} {VIEWER|EDITOR|PROFESSIONAL} {ARCMAP|ARCCATALOG|ARCSCENE|ARCGLOBE}
@echo off
setlocal
set server=%1
set class=%2
set app=%3
:: set defaults if not provided
if "%server%"=="" set server=27004@your_default_server
if "%server%"=="#" set server=27004@your_default_server
if "%class%"=="" set class=PROFESSIONAL
if "%class%"=="#" set class=PROFESSIONAL
if "%app%"=="" set app=arcmap
:: set up environment and launch application
set ARCGIS_LICENSE_FILE=%server%
set ESRI_SOFTWARE_CLASS=%class%
:: report values
set arcgis
set esri
echo Starting %app%.exe ...
start /d "%AGSDESKTOPJAVA%bin" /b %app%.exe
pause‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://support.esri.com/en/technical-article/000013195" title="http://support.esri.com/en/technical-article/000013195" rel="nofollow noopener noreferrer" target="_blank"&gt;How To: Change the ArcGIS Desktop seat type for Citrix or restricted permissions environments&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813243#M1575</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-12T09:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting license manager with .bat file and no admin rights (ArcGIS 10.x)</title>
      <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813244#M1576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Curtis. &amp;nbsp;I was wondering if it was a current user vs. &amp;nbsp;local machine issue. It's actually interesting that really the only time it really doesn't work for me is when the license level wasn't available (i.e. advanced) on the chosen LM, so in that situation it choose the value in the Desktop Administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I am going with my approach v's a startup script is there are many combinations, but usually once set, they don't change for a while. That is, the level may change often (AV to AI back to AV) but the license manager doesn't...only when the user needs to borrow a license (limited number of licenses available) or for power users or IT providing tech support/testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ill take a closer look at you blog post and code more in the morning. &amp;nbsp;Maybe I can still make that flexible for out use (i.e., the others prompt the user for their selection). &amp;nbsp;Thanks for the info!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 03:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813244#M1576</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-08-31T03:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting license manager with .bat file and no admin rights (ArcGIS 10.x)</title>
      <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813245#M1577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to write a bat file that works.&amp;nbsp; I have posted it &lt;A href="https://community.esri.com/docs/DOC-10751-change-arcgis-desktop-license-level-and-lm-machines-wo-admin-rights-10112017"&gt;https://community.esri.com/docs/DOC-10751-change-arcgis-desktop-license-level-and-lm-machines-wo-admin-rights-10112017&lt;/A&gt;&amp;nbsp; and will close this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 00:51:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813245#M1577</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-10-12T00:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Setting license manager with .bat file and no admin rights (ArcGIS 10.x)</title>
      <link>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813246#M1578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis,&lt;/P&gt;&lt;P&gt;This works beautifully, Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using single use desktop basic licenses, and a shared standard license, so the only change we had to make for our use was to add a line to switch from a single use "Fixed" seat type to the "Float" seat type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; usage&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; arcz &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;server&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;VIEWER&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;EDITOR&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;PROFESSIONAL&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;ARCMAP&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;ARCCATALOG&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;ARCSCENE&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;ARCGLOBE&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
@echo off
setlocal
set server&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
set class&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;
set app&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; set defaults &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; not provided
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%server%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt; set server&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;27004&lt;/SPAN&gt;@yourdefaultserver
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%server%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"#"&lt;/SPAN&gt; set server&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;27004&lt;/SPAN&gt;@yourdefaultserver
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%class%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt; set class&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;Editor
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%class%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"#"&lt;/SPAN&gt; set class&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;Editor
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%app%"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt; set app&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;arcmap
&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; set up environment and launch application
set ESRI_SEAT_PREFERENCE&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;Float
set ARCGIS_LICENSE_FILE&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;server&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;
set ESRI_SOFTWARE_CLASS&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;class&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; report values
set arcgis
set esri
echo Starting &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;app&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exe &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
start &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;d &lt;SPAN class="string token"&gt;"%AGSDESKTOPJAVA%bin"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;b &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;app&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exe
REM pause‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-desktop-installation-support-questions/setting-license-manager-with-bat-file-and-no-admin/m-p/813246#M1578</guid>
      <dc:creator>JeremiahPoling</dc:creator>
      <dc:date>2021-12-12T09:34:44Z</dc:date>
    </item>
  </channel>
</rss>

