ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS for Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

GetInstallInfo

  • Resumen
  • Sintaxis
  • Muestra de código

Resumen

The GetInstallInfo function returns a dictionary that contains information on the installation.

Sintaxis

GetInstallInfo ()

Valor de retorno

Tipo de datosExplicación
Dictionary

The function returns a dictionary containing the properties of the installation.

KeysValues

BuildNumber

The build number

InstallDate

Date of installation

InstallDir

Installation location

InstallTime

Time of installation

InstallType

The installation type (or NA)

Installer

Account installed by

ProductName

Product installed (Desktop, Server, Engine, ArcGISPro)

SPBuild

Service pack build (or NA)

SPNumber

Service pack build number (or NA)

SourceDir

Source directory

Version

The product version

The GetInstallInfo dictionary object keys

Muestra de código

GetInstallInfo example

Return installation information.

import arcpy

# Use the dictionary iteritems to iterate through 
#   the key/value pairs from GetInstallInfo
d = arcpy.GetInstallInfo()
for key, value in list(d.items()):
    # Print a formatted string of the install key and its value
    #
    print("{:<13} : {}".format(key, value))
GetInstallInfo example 2

Return the product version.

import arcpy

print(arcpy.GetInstallInfo()['Version'])

Temas relacionados

  • ListInstallations
  • Acceder a licencias y extensiones en Python

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

Plataforma ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog de Esri
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2019 Esri. | Privacidad | Legal