12-25-2023 01:24 AM
I tried the steps given in this recently added support document : https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019KviSAE&l=en-IN
but LabVIEW can still be opened just fine even after running the Uninstaller file. Can anyone please help with what may be going on here and how can I uninstall LabVIEW from this Mac?
I use Mac OS Sonoma 14.1. I attached a screenshot showing "uninstallation successful" message in terminal.
Thanks!
02-01-2024 12:16 AM
I had the same issue. The problem is that the uninstall script does not include the correct location of the LabView Community Edition application. The problem is the if statement at line 31. If you insert the following four lines of code after line 34, the script will work properly:
if [ -e "/Applications/National Instruments/LabVIEW $LV_R_YEAR 64-bit/LabVIEWCommunity.app/Contents/MacOS/LabVIEWCommunity" ]; then
LV_64_INSTALLED="true"
UNINST_LABVIEW_64="true"
fi