Aprende a aplicar tu personalización a un módulo ya instalado mediante script.

Este artículo se aplica a los titulares de licencias Corporate y Tensor que deseen implementar TeamViewer (13.2 o posterior) en sus dispositivos Windows.

Cómo aplicar tu personalización a un módulo instalado

Conectado a Internet

Para aplicar tu personalización a un módulo instalado mientras estás conectado a Internet, sigue las instrucciones a continuación:

  1. Abre el símbolo del sistema (command Prompt) (CMD).
  2. Navega hasta la carpeta de instalación de TeamViewer.
    • (Por defecto, debería ser: %Program Files(x86)%\TeamViewer o %Program Files%\TeamViewer
  3. Introduce el siguiente comando en la línea de comandos:
    • TeamViewer.exe customize --id paste_your_customization_id_here
  4. Confirma.

Sin conexión a Internet

Para aplicar tu personalización a un módulo instalado sin estar conectado a Internet, sigue las instrucciones a continuación:

  1. Descarga el archivo .zip de configuración personalizada desde la siguiente URL:
    • https://configdl.teamviewer.com/configs/<customconfig id>.zip
    • Por favor remplaza <customconfig id> con el CUSTOMCONFIG que obtienes en el Paso 2.
  2. Abre el Símbolo del Sistema (command Prompt) (CMD)
  3. Navega hasta la carpeta de instalación de TeamViewer
    • (Per default, it should be: %Program Files(x86)%\TeamViewer or %Program Files%\TeamViewer
  4. Introduce el siguiente comando en la línea de comandos:
    • TeamViewer.exe customize --path path_to_customization_ZIP
  5. Confirma

En ambos métodos, la personalización será aplicada a tu módulo.

Los cambios visuales (logotipo, color, cambios textuales, descargo de responsabilidad y términos y condiciones) serán visibles tras un reinicio. Si has utilizado el parámetro opcional --restart-gui, el client de TeamViewer se reiniciará automáticamente.

Parámetros principales

▹ --id <customization_id>

Especifica la personalización mediante el ID correspondiente obtenido de la Management Console.

⚠ No puede ser combinado con --path.

▹--path <path_to_zip>

En lugar de utilizar --id, puedes especificar el archivo zip de personalización. También se aceptan rutas UNC. El usuario que ejecuta el comando necesita derechos de acceso a esa ruta.

⚠ No puede ser combinado con --id

▹--restart-gui

Este parámetro reinicia el client de TeamViewer. El reinicio aplica los cambios visuales de la personalización dada (logotipo, color, cambios textuales, descargo de responsabilidad y términos y condiciones).

▹ --remove

Esta opción elimina una personalización ya aplicada, sì la hubiera. Sin esta opción, la segunda personalización fallaría en caso contrario.

Ya puedes especificar la siguiente personalización mediante --id o --path para que se aplique una vez finalizada la eliminación.

Error codes

Error codes Description Problem/Solution

1

Invalid command line arguments

There is an issue with the command line arguments. Check the used options to see if they can be combined or if there is a typing error. The TeamViewer log file may contain more information about this issue.

500

An internal error occurred

The processing of the custom configuration failed with an unspecific error. See the TeamViewer log files for more details.

501

The current user was denied access

You need to have administrative rights to execute the Customization. Retry with a user who has administrative rights.

502

The download of the custom configuration timed out

Check the Firewall if it is blocking access to TeamViewer servers.

503

Invalid module

The given file was made for a different type of TeamViewer client. For example, you can only use Host custom configuration files for TeamViewer Host

504

Restart of the GUI failed

The GUI did not start as requested by the "--restart-gui" option. Try to restart the GUI manually.

505

Custom configuration failed

While applying the custom configuration, an error occurred. See the TeamViewer log files for more details and check if the custom configuration is still valid.

506

Removal of custom configuration failed

While trying to remove the custom configuration, an error occurred. See the TeamViewer log files for more details.