laptop and a wrench

Bug

Provide the capability to perform a batch silent install or uninstall of ArcPad v10.

Last Published: October 16, 2019 ArcPad
Bug ID Number NIM075007
SubmittedNovember 7, 2011
Last ModifiedJune 5, 2024
Applies toArcPad
Version found10.0
Operating SystemWindows OS
Operating System VersionXP
Version Fixed10.2.5
StatusFixed

Additional Information

ArcPad silent install capability already exists. Contact Esri Support for instructions in Knowledge Article #000013859 - How to carry out an unattended/silent install of ArcPad.

Workaround

The silent install capability is available.

Please save the following text into a batch file and replace the 'XXXXXXXXXXXX' with your own ArcPad unlock code. Copy the batch file to the same folder holding Setup.exe and run the batch file. This installs ArcPad quietly and completely.

----------------------------install.bat---------------------------------

start /wait setup.exe /s

if /I %PROCESSOR_ARCHITECTURE%==x86 (

reg add HKLM\Software\Esri\ArcPad /v CRC /t REG_DWORD /d XXXXXXXXXXX /f

reg add HKLM\Software\Esri\ArcPad /v SerialNumber /d XXXXXXXXXXX /f

) else (

reg add HKLM\Software\Wow6432node\Esri\ArcPad /v CRC /t REG_DWORD /d XXXXXXXXXXX /f

reg add HKLM\Software\Wow6432node\Esri\ArcPad /v SerialNumber /d XXXXXXXXXXX /f

)

-------------------------------------------------------------------------------------------------------

Steps to Reproduce

Bug ID: NIM075007

Software:

  • ArcPad

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options