Skip to content

GECOS Workstation Config Assistant for Microsoft Windows

License

Notifications You must be signed in to change notification settings

gecos-team/gecosms-config-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GECOS Workstation Config Assistant for Microsoft Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published