This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] General Mac OS usage questions :)
#6
Ok. Smile
To be honest i never see problem with uninstaller:
- For basic simple apps it is way simpler just delete app from hard drive folder and just don't care about some additional txt files left in system. It even have advantage - if for some reason you install later same app, all preferences and window size settings will be the same.

- For more clean install there is appcleaner and some other similar tools.

- More complicated apps like Davinci Resolve or Adobe that designed not exact in normal "app + plist + app support folder" guidelines usually include it's own uninstaller script. Sometimes (mostly in past) that script may be a part of PKG installer, so you may see button UNINSTALL there.

Or for example here is Davinci Resolve script placed inside Uninstall.app wrapper:

[Image: y49G7u5.jpg]

#!/bin/sh

# unconfigure panel
"/Library/Application Support/Blackmagic Design/DaVinci Resolve/configure-panel.sh" none

# unconfigure dp
"/Library/Application Support/Blackmagic Design/DaVinci Resolve/configure-dp.sh" off

# DO NOT blow away application support and prefs
# /bin/rm -rf "/Library/Application Support/Blackmagic Design/DaVinci Resolve/"
# /bin/rm -rf "/Library/Preferences/Blackmagic Design/DaVinci Resolve/"

# Application
/bin/rm -rf "/Applications/DaVinci Resolve.app"
/bin/rm -rf "/Applications/DaVinci Resolve/"

# Panels
/bin/rm -rf "/Library/Frameworks/DaVinciPanelAPI.framework"
/bin/rm -rf "/Library/Application Support/Blackmagic Design/DaVinci Resolve Panels/AdminUtility"
/bin/rmdir "/Library/Application Support/Blackmagic Design/DaVinci Resolve Panels"

# Fairlight Panels
/bin/rm -rf "/Library/Frameworks/FairlightPanelAPI.framework"

exit 0
Reply


Messages In This Thread
General Mac OS usage questions :) - by Selur - 20.09.2020, 19:49
RE: General Mac OS usage questions :) - by shijan - 21.09.2020, 11:10

Forum Jump:


Users browsing this thread: 2 Guest(s)