OCSInventory-NG / OCSInventory-ocsreports

Webconsole for OCS Inventory NG
https://www.ocsinventory-ng.org
GNU General Public License v2.0
231 stars 151 forks source link

option to uninstall packages #790

Open sokatra opened 5 years ago

sokatra commented 5 years ago

Is your feature request related to a problem? Please describe. for every Install package i have to create another packet with an uninstall command to uninstall software

Describe the solution you'd like i would like to have an option in the gui to install OR uninstall a package. This should also be possible to via mass deployment. To to this it there should be a option which interpreted by the cmd or powershell script to run the uninstall script (or part), not just execute , launch and store. The uninstall options run a special uninstall script or jumps to a specific part of the install script (aka uninstall: part) To be more universal - there should be more options which are running to a specific parts of a deployment script. Please have a look at PDQ deploy option, steps, and conditions to have an idea what i mean. More options, conditions are nice - but the implementation in ocs-inventory should be universal to accomplish not just the uninstallation.

Describe alternatives you've considered perhaps i can create new uninstall packages for every package - and ocs-inventory make a conjuntion with the uninstall package in the gui which is displayed nearby every install packages. But this is more complex to program and not very intuitive.

Additional context Add any other context or screenshots about the feature request here.

sokatra commented 5 years ago

please have a lock at this page where you can see how opsi does this. https://forum.opsi.org/wiki/doku.php?id=userspace:adobe_reader_xi Kind regards