<?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: ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1599326#M94361</link>
    <description>&lt;P&gt;Right, so HKCU it is only a shallow copy of the HK_users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking that the .DEFAULT user entries are set by desktop policies, so something was messed up there with a previous release. I have opened the NTUSER.DAT file with Regedit and then I saw that values there are not the same as what I have under .DEFAULT user - and was not able to find out why or what.&lt;/P&gt;&lt;P&gt;This was the point when I officially gave up on this struggle &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and I proudly handed the whole problem back to the client and its glorious and global IT provider. The problem I have been dealing with is clearly not an ESRI/ArcGIS Pro issue, more of the underlying enterprise environment.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2978"&gt;@RichardDaniels&lt;/a&gt;&amp;nbsp;- thanks for the advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Mar 2025 08:16:53 GMT</pubDate>
    <dc:creator>tamasoz</dc:creator>
    <dc:date>2025-03-26T08:16:53Z</dc:date>
    <item>
      <title>ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1592144#M93680</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have been having a bit of an issue packaging ArcGIS Pro. Everything works as expected/described in any related ESRI documentation yet this matter with licencing settings via silent install parameters just not playing nice if we try to upgrade from an earlier version.&lt;/P&gt;&lt;P&gt;If we install our packaged ArcGIS Pro on a freshly imaged Windows desktop - it is all good, whatever we set for licensing in the silent install parameters - that is just there pre-configured at the first start.&lt;/P&gt;&lt;P&gt;But if we try deploying the package to an existing Pro installation - again everything is fine but the licencing settings under Computer\HKEY_CURRENT_USER\SOFTWARE\ESRI\ArcGISPro\Licensing&amp;nbsp;just not reflecting those values we would like to see. Whilst under the&amp;nbsp;Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Licensing we can see the registry reflections of our prefered settings coming out from the silent install parameters.&lt;/P&gt;&lt;P&gt;We tried just deleting all ESRI related registry settings both from HKCU and HKLM with a script prior the installation of the MSI's - that did not help either and the previous versions licence settings just turn up again under&amp;nbsp;Computer\HKEY_CURRENT_USER\SOFTWARE\ESRI\ArcGISPro\Licensing section - we have no idea where those are being restored from - and why...&lt;/P&gt;&lt;P&gt;Unfortunately, we do need to change licencing regime from concurrent to named user as well as having a new licence server URL. We are installing the ArcGIS Pro per-machine using the following silent install command:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;msiexec.exe /i "c:\arcgistemp\ArcGISPro.msi" ALLUSERS=1 ACCEPTEULA=YES SOFTWARE_CLASS=Viewer CHECKFORUPDATESATSTARTUP=0 ADMIN_SETTINGS_PATH="\\XXXXXXXXXXXXXXXXXXXXX" AUTHORIZATION_TYPE=NAMED_USER LOCK_AUTH_SETTINGS=FALSE ARCGIS_CONNECTION=TRUE PORTAL_LIST="https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" ESRI_LICENSE_HOST=xyzxyzxyzxyz LICENCE_URL=”https://xyzxyzxyzxyzxyz”&lt;/LI-CODE&gt;&lt;P&gt;We do not lock the licensing using LOCK_AUTH_SETTINGS - but if that solves our problem, we might just introduce that. But in general - we are really not sure where are those previously used licensing values are coming into the HKCU entry - and we are also not sure why our settings only honored in the HKLM yet not propagating adequately to the HKCU.&lt;/P&gt;&lt;P&gt;If anyone could shed some light, give us some pointers - that would be very much appreciated.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Tamas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 10:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1592144#M93680</guid>
      <dc:creator>tamasoz</dc:creator>
      <dc:date>2025-03-05T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1592306#M93697</link>
      <description>&lt;P&gt;HKEY Current User is stored in the users profile. If you looked in HKCU registry when different users are logged into the same computer you will see different registry settings.&lt;/P&gt;&lt;P&gt;When you run an MSI install with ALL User = 1 the installation cannot, overwrite individual HKCU registry settings because it is running as the System account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;By design, HKCU overrides HKEY_LOCAL_MACHINE.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 16:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1592306#M93697</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2025-03-05T16:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1592321#M93698</link>
      <description>&lt;P&gt;In regards to your installation package, one way to get around some of the installer flags is to use Orca to edit the MSI directly. Most or all the flags you may set at the Command Line can be found in the Properties Table within your MSI (turns out an MSI is just a database file ;-).&lt;/P&gt;&lt;P&gt;1. If you are seeing many users with HKCU values within their registry it is because you have&amp;nbsp; Per User installations.&amp;nbsp; This is Bad since it causes the issues you describe and make managed deployments difficult.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. We need a script to iterated through all users in HKEY_USERS and deleted&amp;nbsp;HKEY_USERS\&amp;lt;unique user GUID Here&amp;gt;\Software\ESRI\ArcGISPro\Licensing. An example of is idea can be found at&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/20476120/registry-hkey-users-recursively-delete-key-vbs" target="_blank"&gt;recursion - Registry - HKEY_USERS Recursively Delete Key (VBS) - Stack Overflow&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 16:55:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1592321#M93698</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2025-03-05T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1596433#M94097</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2978"&gt;@RichardDaniels&lt;/a&gt;&amp;nbsp;thank you for the answers.&lt;/P&gt;&lt;P&gt;Turned out that by deleting all HKCU entries from ESRI (as well as HKLM) using the packaged script (PowerShell) made no change. I think that those are removed by the uninstall process anyway.&lt;/P&gt;&lt;P&gt;What I noticed though that ESRI registry entries do show up under the .DEFAULT user as well (Windows 10 Enterprise). Whilst right now I cannot tell if those values are staying there after uninstall (can't remember) but I can see that those values are the same as the current user ones - if the HKLM registry entries are different than the HKCU ones then these .DEFAULT registry settings are identical for the HKCU and not from HKLM.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 03:02:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1596433#M94097</guid>
      <dc:creator>tamasoz</dc:creator>
      <dc:date>2025-03-18T03:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1596631#M94110</link>
      <description>&lt;P&gt;Just remember that HK_Current User is just a shallow copy of what is in HK_Users. On my Windows 11 computer the Default user hive the ESRI folder only has an Updater subfolder...no keys regarding licensing.&lt;/P&gt;&lt;P&gt;Computer\HKEY_USERS\.DEFAULT\Software\ESRI\Updater&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 16:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1596631#M94110</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2025-03-18T16:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1599326#M94361</link>
      <description>&lt;P&gt;Right, so HKCU it is only a shallow copy of the HK_users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking that the .DEFAULT user entries are set by desktop policies, so something was messed up there with a previous release. I have opened the NTUSER.DAT file with Regedit and then I saw that values there are not the same as what I have under .DEFAULT user - and was not able to find out why or what.&lt;/P&gt;&lt;P&gt;This was the point when I officially gave up on this struggle &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and I proudly handed the whole problem back to the client and its glorious and global IT provider. The problem I have been dealing with is clearly not an ESRI/ArcGIS Pro issue, more of the underlying enterprise environment.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2978"&gt;@RichardDaniels&lt;/a&gt;&amp;nbsp;- thanks for the advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 08:16:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1599326#M94361</guid>
      <dc:creator>tamasoz</dc:creator>
      <dc:date>2025-03-26T08:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro silent install parameters - licensing setting only reflected in New install but not at Upgrade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1608566#M95234</link>
      <description>&lt;P&gt;Replying just to keep my ex-corporate account's forum post to link to my private forum account.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 16:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-silent-install-parameters-licensing/m-p/1608566#M95234</guid>
      <dc:creator>TamasGIS</dc:creator>
      <dc:date>2025-04-23T16:26:14Z</dc:date>
    </item>
  </channel>
</rss>

