Last refresh | 2025-04-04 01:50:45 |
Desciption | This recipe downloads the latest Vectorworks 2023 or 2024 installer app and creates a package that leverages the silent install CLI method to automate installation. Input variables are used to specify which major version of Vectorworks you are packaging (2023 or 2024) and to customize the installation package with the recipe user's license information. The pkg is named with the name and the version number (e.g., the installer for Vectorworks 2024 SP7 would be named "Vectorworks-29.0.7"); if you want to include the year/major version in the pkg name, change the NAME variable accordingly. Should the download not have changed, no processing is done; this is done to save redundant copying of the 2+ GB installer. Note: For Vectorworks 2025 or later, use the VectorworksInstallManagerWithServer.pkg recipe. This recipe differs from the regular Vectorworks2024.pkg recipe in that it aims to skip the initial Server dialogue box that appears when the user launches the app, providing the necessary settings in advance. It also lets you set how you manage automatic updates. Set AUTO_UPDATES to 2 to turn auto updates off. (The default set by Vectorworks is 0, which is Weekly. If you want Monthly, use 1.) This requires that you supply as input variables: • the Series (VW_SERIES, usually set to G), • whether you want Vectorworks to AutoFind the server (AUTOFIND_SERVER, set to 0 or 1), • the address of the server (AUTOFIND_SERVER, set to localhost if you chose to AutoFind, set to the IP address or DNS name of the server otherwise), and • the identifier for the main module licensed (MAIN_MODULE, which will be designer for academic users). This recipe creates a LoginDialog.xml file with your settings and leverages Outset (https://github.com/macadmins/outset) to copy the file into the correct location in each user's account when they login. There are no external file dependencies for this recipe; it creates all the files it needs during the recipe run. |
Identifier | com.github.jazzace.pkg.vectorworkswithserverinfo |
Parent Recipes | com.github.jazzace.download.vectorworks2024 |
Child Recipes | jazzace-recipes/Nemetschek/VectorworksWithServer2024-latest.jamf.recipe |
First commit | 2024-11-08 15:20:33 -0700 |
Latest commit | 2024-11-08 15:20:33 -0700 |
Score | 0.00 |
None