Automated software installation idea
Hi, guys! While struggling with Windows software installations and creating a custom install scripts per every piece of the software, I came to an idea to create a site/api where vendors and community in general can add commands and switches/flags/arguments for install and uninstall the software. That should be a 'database' available to everyone who want to automatize the software (un)installation.
As every installer has its own command args which differ between each others, this API would help to standardize a software (un)installation and finally make possible to have one 'task' in Ansible, or whatever, to install all needed software.
I prototyped this and you can find more details on https://use-cli.com and this thread. Any feedback is welcome.