Skip to content

2. Installation

Nevin Kaplan edited this page Dec 19, 2024 · 4 revisions
  1. Download the package from CAST Extend
  2. Open a windows file explore and go to the download location
  3. Rename the extension from nupkg to zip (from the windows command prompt: ren com.castsoftware.uc.arg.1.7.6.nupkg *.zip)
  4. Right click on the renamed file and select "Extract All"
  5. Go to the folder the file were extracted to
  6. Right click on the Install.bat file and run it using Adminstrator privilages

Install.bat

  • Install Python 3.10.10. If a more recent version of Python is already present on the target machine, this step will be bypassed.
  • Allow the user to select a location for the installation. This selected directory will have "ARG" appended to it, resulting in a path such as \ARG. The user will then be prompted to confirm the complete path before proceeding.
  • Create an environment to run ARG.
  • In the new enviroment
    • Install the ARG package
    • Create a config folder and copy the sample configuration file
    • Create a template folder and copy all included templates
  • A message is provided show where ARG has been installed

Clone this wiki locally