VectorworksInstallManagerWithServer.pkg.recipe

Basics

Last refresh 2025-04-04 01:50:45
Desciption This recipe downloads the latest Vectorworks Install Manager app (2025 or later) and creates a package that runs the Vectorworks Install Manager via shell script. This recipe differs from the VectorworksInstallManager.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. This recipe uses Vectorworks Install Manager’s capability to download the installer (.vwim) at runtime. Input variables are used to specify which major version of Vectorworks you are installing (e.g., 2025) and to customize the installation package with the recipe user’s license information. You must also specify the numerical values for the USER_ID and GROUP_ID to be used for the install. The defaults are 0 and 80 respectively (root and admin). The pkg is named with the NAME and the version number of Vectorworks Install Manager; if you want to include the year/major version in the pkg name, change the NAME variable accordingly. This recipe 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. Note: This recipe only works with Vectorworks 2025 (and later). Use VectorworksWithServer2024.pkg for Vectorworks 2023 or 2024.
Identifier com.github.jazzace.pkg.vectorworksinstallmgrwithserver
Parent Recipes com.github.jazzace.download.vectorworksinstallmanager
Child Recipes jazzace-recipes/Nemetschek/VectorworksInstallManagerWithServer-latest.jamf.recipe
First commit 2024-11-08 15:20:33 -0700
Latest commit 2024-11-08 15:20:33 -0700
Score 0.10

Warnings

The following recipes have duplicate NAMEs (vectorworksinstallmanager.pkg):