fzwoch / obs-teleport

An OBS Studio plugin for an open NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form.
GNU General Public License v2.0
438 stars 16 forks source link

0.24 could add the uninstaller in the control panel #20

Closed iesv closed 2 years ago

iesv commented 2 years ago

0.2.4 is very good, but it could add the uninstaller in the control panel of the system to uninstall it. And it could be overwritten the old version in the next upgrade of the plugin as well.

fzwoch commented 2 years ago

Maybe i will add an uninstaller for next version, does anyone ever uses that? Re-running the install should overwrite the current plugin, is it not?

iesv commented 2 years ago

Sorry, yes, it is. Re-running will overwrite it. Adding uninstall is just convenient to check the version number or debug. I think it is impossible that anyone who will uninstall such this excellent plugin!

fzwoch commented 2 years ago

I did take a look at it. It would require fiddling with the Windows registry, create an extra folder for this plugin and store an uninstaller application in it.

I'd rather not have this kind of complexity for this simple thing. So I keep it is at is at the moment where it just checks the OBS install dir to automatically fill ion the install path and that's it.

iesv commented 2 years ago

It's okay to keep it simple. Then there is no need to add an uninstaller. Just focus on improving the plugin's functionality.