<?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: ArcPad10 Enterprise install, set serial number for each user in unattended instal in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/arcpad10-enterprise-install-set-serial-number-for/m-p/22848#M165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cheryl,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In looking into these two items for you, I was able to locate where these are two logged bugs with development. I am including the bug numbers and titles, and where you would be able to track their progress. Gracias, Cheryl!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM075007 Looking to perform a batch silent install/uninstall of ArcPad. ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM074863 ArcPad prompts user with administration rights to re-enter registration code, after being registered initially by a user with administration rights. ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Customer Care Portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://customers.esri.com/index.cfm?event=login.show"&gt;http://customers.esri.com/index.cfm?event=login.show&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;MySupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/"&gt;http://support.esri.com/en/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 14:51:21 GMT</pubDate>
    <dc:creator>JuanLuera</dc:creator>
    <dc:date>2012-07-24T14:51:21Z</dc:date>
    <item>
      <title>ArcPad10 Enterprise install, set serial number for each user in unattended install</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad10-enterprise-install-set-serial-number-for/m-p/22847#M164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Below is valuable information I copied from a prior forum regarding creating an unattended install for ArcPad10.&amp;nbsp; It works well, except that each user, upon opening ArcPad10 is still prompted for the registration number.&amp;nbsp; Once that number is entered, an entry is made under HCKU\Software\ESRI\ArcPad reg key and they are good to go.&amp;nbsp; However, we'd like to create this installation so that each user does not have to enter the registration number.&amp;nbsp;&amp;nbsp; Any guidance on how to have that happen automatically?&amp;nbsp; Thanks.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Re: Silent Install &amp;amp; Uninstall for ArcPad?&amp;nbsp; &lt;BR /&gt;Author ard blenke&amp;nbsp; &lt;BR /&gt;Date Jan 14, 2010&amp;nbsp; &lt;BR /&gt;Message Create a batch file that runs the script below. Replace the xxxx's in the reg add command with your own license code (you can read then from the registry where arcpad has already been installed) &lt;BR /&gt;&lt;BR /&gt;--------- install.bat -------- &lt;BR /&gt;start /wait setup.exe /s &lt;BR /&gt;if /I %PROCESSOR_ARCHITECTURE%==x86 ( &lt;BR /&gt;reg add HKLM\Software\Esri\ArcPad /v CRC /t REG_DWORD /d xxxx /f &lt;BR /&gt;reg add HKLM\Software\Esri\ArcPad /v SerialNumber /d xxxxxxxxxx /f &lt;BR /&gt;) else ( &lt;BR /&gt;reg add HKLM\Software\Wow6432node\Esri\ArcPad /v CRC /t REG_DWORD /d xxxx /f &lt;BR /&gt;reg add HKLM\Software\Wow6432node\Esri\ArcPad /v SerialNumber /d xxxxxxxxxx /f &lt;BR /&gt;) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad10-enterprise-install-set-serial-number-for/m-p/22847#M164</guid>
      <dc:creator>CherylBidstrup</dc:creator>
      <dc:date>2012-01-09T14:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPad10 Enterprise install, set serial number for each user in unattended instal</title>
      <link>https://community.esri.com/t5/arcpad-questions/arcpad10-enterprise-install-set-serial-number-for/m-p/22848#M165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cheryl,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In looking into these two items for you, I was able to locate where these are two logged bugs with development. I am including the bug numbers and titles, and where you would be able to track their progress. Gracias, Cheryl!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM075007 Looking to perform a batch silent install/uninstall of ArcPad. ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM074863 ArcPad prompts user with administration rights to re-enter registration code, after being registered initially by a user with administration rights. ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Customer Care Portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://customers.esri.com/index.cfm?event=login.show"&gt;http://customers.esri.com/index.cfm?event=login.show&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;MySupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/"&gt;http://support.esri.com/en/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 14:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/arcpad10-enterprise-install-set-serial-number-for/m-p/22848#M165</guid>
      <dc:creator>JuanLuera</dc:creator>
      <dc:date>2012-07-24T14:51:21Z</dc:date>
    </item>
  </channel>
</rss>

