Silently and Remotely Update Vectorworks 2025 for mac
As per the “install” post, this is also executed via Addigy Smart Software. Condition Script #====app_exists====# checkFilePath=”/Applications/Vectorworks 2025/Vectorworks 2025.app” if [ -e “$checkFilePath” ]; then echo “File $checkFilePath exists” else echo “File $checkFilePath does not exist” exit 1 fi #====process_not_running====# processName=”Vectorworks” if ps axco comm | grep -q “$processName”; then echo “Process $processName running” exit […]
Kevin