<?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: Getting ArcGIS Service Pack and Build numbers in ArcObjects in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73755#M1977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct, on a 64-bit OS, the keys you need will be under the Wow6432Node node when you look at it using RegEdit.&amp;nbsp; However, when you write your code to access the registry you should leave Wow6432Node out of the path.&amp;nbsp; The OS will know to look under that node automatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 13:39:27 GMT</pubDate>
    <dc:creator>NeilClemmons</dc:creator>
    <dc:date>2014-06-05T13:39:27Z</dc:date>
    <item>
      <title>Getting ArcGIS Service Pack and Build numbers in ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73752#M1974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking to get the Service Pack and Build numbers through ArcObjects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far I can get the major version number using&lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt; RuntimeManager.ActiveRuntime.Version;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This returns "10.2" - but the requirements for what I'm working on want more specific information than that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also saw &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://gis.stackexchange.com/questions/20994/how-to-find-the-service-pack-level-in-arcgis-addin" rel="nofollow" target="_blank"&gt;this post &lt;/A&gt;&lt;SPAN&gt; on gis.stackexchange that states you can look up the service pack number based on the version number returned by &lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;Process.GetCurrentProcess().MainModule.FileVersionInfo.FileVersion;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;SPAN&gt; However this returns "11.0.50727.1" which does not correspond in any way to the l&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.esri.com/en/knowledgebase/techarticles/detail/30104" rel="nofollow" target="_blank"&gt;ist that they reference in that post&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is arcpy functionality in arcpy.GetInstallInfo() that is able to return these values, so I know it's got to exist in ArcObjects somewhere. Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 21:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73752#M1974</guid>
      <dc:creator>ClintDow</dc:creator>
      <dc:date>2014-06-04T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ArcGIS Service Pack and Build numbers in ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73753#M1975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That information is in the system registry.&amp;nbsp; You can look it up under HKLM\Software\ESRI\Desktop10.x.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73753#M1975</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2014-06-05T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ArcGIS Service Pack and Build numbers in ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73754#M1976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Neil, that pointed me in the right direction. I wasn't able to find the registry key at HKLM\Software\ESRI\Desktop10.x., instead it was located at HKLM\SOFTWARE\Wow6432Node\ESRI\ArcGIS - much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 13:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73754#M1976</guid>
      <dc:creator>ClintDow</dc:creator>
      <dc:date>2014-06-05T13:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ArcGIS Service Pack and Build numbers in ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73755#M1977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct, on a 64-bit OS, the keys you need will be under the Wow6432Node node when you look at it using RegEdit.&amp;nbsp; However, when you write your code to access the registry you should leave Wow6432Node out of the path.&amp;nbsp; The OS will know to look under that node automatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 13:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/getting-arcgis-service-pack-and-build-numbers-in/m-p/73755#M1977</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2014-06-05T13:39:27Z</dc:date>
    </item>
  </channel>
</rss>

