I cant get app to uninstall from Mac. Would someone please take a look at action I wrote below based on info from application uninstall guide from app maker below.
Procedure:Open a Terminal window. Navigate (cd) to the “/Library/Application Support/AccessX” directory
Run the command ./uninstall when prompted, enter the password for an account with admin permissions
Delete the “/Library/Application Support/AccessX” directoryReboot
//stop activity
START OF BIGFIX ACTION****
//Stop process
wait killall accessx
//Change working directory and uninstall
wait cd /Library/Application Support/Accessx
wait ./uninstall
Thanks @AlanM. I followed your instruction via following steps below. The AccessX process terminated but the folder “/Library/Application Support/AccessX” didn’t get deleted. Am I missing anything? I also tried wait /bin/sh -c “rm -rf /Library/Application Support/AccessData” but it also did not remove the folder.
If I’m removing the line “folder delete…” from the script, it runs successfully and able to uninstall the app but all folder still exist in the desired path.
Can you please help me on this ?
If the folder is in use we may not be able to delete it. The client log should give more detailed information (it will log the reason for the failure not log an exit code)