Chocolatey package of Visual Paradigm Academic Install |
---|
Visual Paradigm (VP-UML) is a UML CASE Tool supporting UML 2, SysML and Business Process Modeling Notation (BPMN). |
This is not a nupkg but the recipe to create a Chocolatey nuget package on a private/company repo |
(assumes you already have chocolatey & git installed on your admin machine)
-
Clone this repo
-
Amend the following items:
- ChocolateyInstall.ps1 requires correct paths to the setup executable. These can be local repo or unc path.
- Either Amend ap_install_config.xml or download your own from https://ap.visual-paradigm.com/ using your credentials
- You may need to edit install_config.xml if you need to add corporate proxy information
-
Go to the folder and run choco pack, this will create a nupkg file which you host on a private repo or local unc path.
Note if you need a different version to 16.3 you will need to amend visualparadigm.nuspec and then get the checksum of the setup executable to be added to ChocolateyInstall.ps1 in place of the one provided:
Get-FileHash -Algorithm SHA256 Visual_Paradigm_16_3_20210701_Win64.exe | fl
Algorithm : SHA256
Hash : 5602C63AA90C9C8CBFC2AC69C69073F27DE37284D84DC332B7F2B79E31279BE2
Path : C:\Resources\VisualParadigm\Visual_Paradigm_16_3_20210701_Win64.exe