laptop and a wrench

Bug

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

Zuletzt veröffentlicht: October 16, 2019 ArcPad
Bug-ID-Nummer NIM075007
EingereichtNovember 7, 2011
Zuletzt geändertJune 5, 2024
Gilt fürArcPad
Gefunden in Version10.0
BetriebssystemWindows OS
BetriebssystemversionXP
Behoben in Version10.2.5
StatusFixed

Zusätzliche Informationen

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

)

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

Schritte zur Reproduzierung

Bug-ID: NIM075007

Software:

  • ArcPad

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln