Bug
| Bug ID Number | NIM075007 |
|---|---|
| Submitted | November 7, 2011 |
| Last Modified | June 5, 2024 |
| Applies to | ArcPad |
| Version found | 10.0 |
| Operating System | Windows OS |
| Operating System Version | XP |
| Version Fixed | 10.2.5 |
| Status | Fixed |
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
)
-------------------------------------------------------------------------------------------------------
Bug ID: NIM075007
Software:
Get help from ArcGIS experts
Download the Esri Support App