/gecosms-config-assistant

GECOS Workstation Config Assistant for Microsoft Windows

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

gecosms-config-assistant

GECOS Workstation Config Assistant for Microsoft Windows

This tool help administrators to link Windows Worstations to GECOS Control Center.

Software included

The following software is included:

  • Opscode Chef client 12.22 (32 bits)

Build process

To build this tool you will need the 32 bits versions of:

The building process is:

python autogen_python.py
makensis main.nsi

Silent install

You must use the following parameters to install the software in silent mode:

  • /S (Silent mode flag)
  • /URL="[GECOS Control Center URL]"
  • /USERNAME="[GECOS Control Center Username]"
  • /PASSWORD="[GECOS Control Center Pasword]"
  • /OU="[GECOS Control Center OU name]"

For example:

gecos.exe  /URL="https://gecoscc.mycomplay.com/" /USERNAME="superuser" /PASSWORD="12345" /OU="MyDepartment" /S

It a previous version is installed then you probably won't need to link to the GECOS Control Center and you can just update the software by:

gecos.exe  /S

Silent uninstall

You must use the following parameters to uninstall the software in silent mode:

  • /S (Silent mode flag)

For example:

c:\Program Files\Junta de Andalucia\GECOS\Uninstall.exe /S

NOTE: Silent uninstall does not perform unlink the node from the GECOS Control Center, it just delete the connection files.