Giter Site home page Giter Site logo

msi-auto-uninstaller's Introduction

MSI Auto Uninstaller

What is it?

The MSI Auto Uninstaller is a program with the ability to uninstall a program in a similar way to clicking on the program via "Add or Remove Programs" on windows, except entirely via command line.

Why would I use this?

You would use this at any time you want to automatically or quietly uninstall a program that you don't have integrated command line support for uninstalling. The use-case it was originally designed for was around LogMeIn's remote access client. I needed to uninstall LogMeIn through its own "One2Many" service, which is able to run programs remotely on other computers, but other methods of uninstalling the LogMeIn program did not work, so I made this.

How do I use it?

Simply call the program from a command line with Administrator permissions with the first and only parameter being the desired program's full name: msi-uninstall "Program Name"

How does it work?

This program searches several key parts of the Windows registry where the GUIDs for program installations are stored, and matches them to the given program name. It then uses Windows' built in msiexec.exe to uninstall the program.

Future plans

  • Add the ability to search with partial or non-exact names of programs, with a more powerful and complete search algorithm
  • Create a "lite" version of the program using assembly for the sake of a smaller executable
  • Add support for a wider range of installations

msi-auto-uninstaller's People

Contributors

whupdup avatar

Watchers

James Cloos avatar Chris Jerrett avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.