[SOLVED] Uninstaller button in Parallels Application Portal

MikaelS1

Junior Member
Hello,
In Parallels Application Portal I need an active "remove" button for some applications. The applications in question are all PKG installers wrapped into CMMAC applications. I cannot see any support for this kind of installers. Only APP installers (simply moving files) seems to be supported. Or am I wrong?
 
Found out how:
:/usr/sbin/installer -pkg "GoogleChrome.pkg" -target /:rm -rf "/Applications/Google Chrome.app" && pkgutil --forget com.google.Chrome:
 
Back
Top