Silently and Remotely Install Vectorworks 2025 for mac
We use Addigy Smart Software to roll this out across a multi-tenant fleet. Hopefully VW2026 won’t break it! #!/bin/bash # Define the base directory variable for easier reuse base_dir=”/path/to/VectorWorks 2025 Installer” # Change to the base directory cd “$base_dir” || { echo “Failed to cd to $base_dir”; exit 1; } # If the install manager […]
Kevin