From 2fd3559861d34356c89cdb29fc887954bb18211a Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 4 Aug 2021 19:07:30 -0400 Subject: [PATCH] Add VCarve Pro Makerspace Edition version 11.0 --- .../tools/chocolateyInstall.ps1 | 11 +++++++++ .../tools/chocolateyUninstall.ps1 | 8 +++++++ .../vcarve-pro-makerspace-11.0.nuspec | 23 +++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 vcarve-pro-makerspace-11.0/tools/chocolateyInstall.ps1 create mode 100644 vcarve-pro-makerspace-11.0/tools/chocolateyUninstall.ps1 create mode 100644 vcarve-pro-makerspace-11.0/vcarve-pro-makerspace-11.0.nuspec diff --git a/vcarve-pro-makerspace-11.0/tools/chocolateyInstall.ps1 b/vcarve-pro-makerspace-11.0/tools/chocolateyInstall.ps1 new file mode 100644 index 0000000..0ba5768 --- /dev/null +++ b/vcarve-pro-makerspace-11.0/tools/chocolateyInstall.ps1 @@ -0,0 +1,11 @@ +$packageArgs = @{ + packageName = $env:ChocolateyPackageName + FileType = 'exe' + SilentArgs = '/S' + Url64 = '\\ucs\software\VCarveProMakerspaceEditionV11006_Setup.exe' + Checksum64 = '59e444cc09aa46fa201733de4d52f5f2d7e487218f504a5420e6a718f08a530f' + ChecksumType64 = 'sha256' + ValidExitCodes = @(0, 1223) +} + +Install-ChocolateyPackage @packageArgs diff --git a/vcarve-pro-makerspace-11.0/tools/chocolateyUninstall.ps1 b/vcarve-pro-makerspace-11.0/tools/chocolateyUninstall.ps1 new file mode 100644 index 0000000..1d088c8 --- /dev/null +++ b/vcarve-pro-makerspace-11.0/tools/chocolateyUninstall.ps1 @@ -0,0 +1,8 @@ +$packageArgs = @{ + PackageName = 'vcarve-pro-makerspace-11.0' + FileType = 'exe' + File = 'C:\Program Files\VCarve Pro - Makerspace Edition 11.0\uninst.exe' + SilentArgs = '/S' +} + +Uninstall-ChocolateyPackage @packageArgs diff --git a/vcarve-pro-makerspace-11.0/vcarve-pro-makerspace-11.0.nuspec b/vcarve-pro-makerspace-11.0/vcarve-pro-makerspace-11.0.nuspec new file mode 100644 index 0000000..f624064 --- /dev/null +++ b/vcarve-pro-makerspace-11.0/vcarve-pro-makerspace-11.0.nuspec @@ -0,0 +1,23 @@ + + + + vcarve-pro-makerspace-11.0 + 0.6 + VCarve Pro Makerspace Edition + Vectric Ltd + Adam + https://www.vectric.com/products/vcarve-pro + false + VCarve Pro provides a powerful but intuitive software solution for creating and cutting parts on a CNC Router. VCarve Pro gives you the power to produce complex 2D patterns with profile, pocket, drill and inlay toolpaths, plus gives you the ability to create designs with v-carving textures as well as import and machine unlimited Vectric 3D clipart or single model files. The 'Pro' edition gives you unlimited job and toolpath size, true shape nesting and job set-up sheets, ideally suited to a production environment. + CAM software for a CNC router. + + © 2005-2021 Vectric Limited. + router cnc shopbot + + + + + + + +