Base de Conocimientos
Como personalizar un módulo ya instalado
Última modificación: 12 mar 2024
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:
- Abre el símbolo del sistema (command Prompt) (CMD).
- Navega hasta la carpeta de instalación de TeamViewer.
- (Por defecto, debería ser: %Program Files(x86)%\TeamViewer o %Program Files%\TeamViewer
- Introduce el siguiente comando en la línea de comandos:
- TeamViewer.exe customize --id paste_your_customization_id_here
- 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:
- 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.
- Abre el Símbolo del Sistema (command Prompt) (CMD)
- Navega hasta la carpeta de instalación de TeamViewer
- (Per default, it should be: %Program Files(x86)%\TeamViewer or %Program Files%\TeamViewer
- Introduce el siguiente comando en la línea de comandos:
- TeamViewer.exe customize --path path_to_customization_ZIP
- 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. |