From 413589f45ac45ca08b1215c55bc8a8698c3f62f9 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 26 Feb 2020 20:43:11 -0500 Subject: [PATCH] Add VCarve Pro Trial package --- vcarve-pro-trial/tools/chocolateyInstall.ps1 | 14 ++++++++++++++ vcarve-pro-trial/vcarve-pro-trial.nuspec | 20 ++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 vcarve-pro-trial/tools/chocolateyInstall.ps1 create mode 100644 vcarve-pro-trial/vcarve-pro-trial.nuspec diff --git a/vcarve-pro-trial/tools/chocolateyInstall.ps1 b/vcarve-pro-trial/tools/chocolateyInstall.ps1 new file mode 100644 index 0000000..eddc68a --- /dev/null +++ b/vcarve-pro-trial/tools/chocolateyInstall.ps1 @@ -0,0 +1,14 @@ +$packageName = 'vcarve-pro-trial' +$installerType = 'exe' +$silentArgs = '/S' +$url64 = '\\ucs\software\VCarveProTrialEditionV10016_Setup.exe' +$checksum64 = 'bcd6ea9887577c310299a06d2e2f391fd0f1a8e764c53c40a764bb92f1215b3e' +$checksumType64 = 'sha256' +$validExitCodes = @(0,1223) +Install-ChocolateyPackage -PackageName $packageName ` + -FileType $installerType ` + -SilentArgs $silentArgs ` + -Url64bit $url64 ` + -ValidExitCodes $validExitCodes ` + -Checksum64 $checksum64 ` + -ChecksumType64 $checksumType64 diff --git a/vcarve-pro-trial/vcarve-pro-trial.nuspec b/vcarve-pro-trial/vcarve-pro-trial.nuspec new file mode 100644 index 0000000..461e8ab --- /dev/null +++ b/vcarve-pro-trial/vcarve-pro-trial.nuspec @@ -0,0 +1,20 @@ + + + + vcarve-pro-trial + 10.0.1.6 + VCarve Pro Trial + 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-2019 Vectric Limited. + router cnc shopbot + + + + +