diff --git a/vcarve-pro-makerspace-10.5/tools/chocolateyInstall.ps1 b/vcarve-pro-makerspace-10.5/tools/chocolateyInstall.ps1 deleted file mode 100644 index ea976d7..0000000 --- a/vcarve-pro-makerspace-10.5/tools/chocolateyInstall.ps1 +++ /dev/null @@ -1,11 +0,0 @@ -$packageArgs = @{ - packageName = $env:ChocolateyPackageName - FileType = 'exe' - SilentArgs = '/S' - Url64 = '\\ucs\software\VCarveProMakerspaceEditionV10514_Setup.exe' - Checksum64 = 'b34663ad2f7a0684294949641eabc456e2e844da00ea3e741411d5eafae943b6' - ChecksumType64 = 'sha256' - ValidExitCodes = @(0, 1223) -} - -Install-ChocolateyPackage @packageArgs diff --git a/vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1 b/vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1 deleted file mode 100644 index f7dd8f0..0000000 --- a/vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1 +++ /dev/null @@ -1,8 +0,0 @@ -$packageArgs = @{ - PackageName = 'vcarve-pro-makerspace-10.5' - FileType = 'exe' - File = 'C:\Program Files\VCarve Pro - Makerspace Edition 10.5\uninst.exe' - SilentArgs = '/S' -} - -Uninstall-ChocolateyPackage @packageArgs diff --git a/vcarve-pro-makerspace-10.5/vcarve-pro-makerspace-10.5.nuspec b/vcarve-pro-makerspace-10.5/vcarve-pro-makerspace-10.5.nuspec deleted file mode 100644 index 98f459c..0000000 --- a/vcarve-pro-makerspace-10.5/vcarve-pro-makerspace-10.5.nuspec +++ /dev/null @@ -1,23 +0,0 @@ - - - - vcarve-pro-makerspace-10.5 - 1.4 - 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-2019 Vectric Limited. - router cnc shopbot - - - - - - - - diff --git a/vcarve-pro-trial-10.5/tools/chocolateyInstall.ps1 b/vcarve-pro-trial-10.5/tools/chocolateyInstall.ps1 deleted file mode 100644 index 243b5f0..0000000 --- a/vcarve-pro-trial-10.5/tools/chocolateyInstall.ps1 +++ /dev/null @@ -1,11 +0,0 @@ -$packageArgs = @{ - packageName = $env:ChocolateyPackageName - FileType = 'exe' - SilentArgs = '/S' - Url64 = '\\ucs\software\VCarveProTrialEdition_SetupV10.5.0.8.exe' - Checksum64 = 'a143a2eeed327e6f062e4261cd2c44c1932238bc4bc95619a684ccbc32222ab8' - ChecksumType64 = 'sha256' - ValidExitCodes = @(0, 1223) -} - -Install-ChocolateyPackage @packageArgs diff --git a/vcarve-pro-trial-10.5/tools/chocolateyUninstall.ps1 b/vcarve-pro-trial-10.5/tools/chocolateyUninstall.ps1 deleted file mode 100644 index 1545b72..0000000 --- a/vcarve-pro-trial-10.5/tools/chocolateyUninstall.ps1 +++ /dev/null @@ -1,8 +0,0 @@ -$packageArgs = @{ - PackageName = 'vcarve-pro-trial-10.5' - FileType = 'exe' - File = 'C:\Program Files\VCarve Pro Trial Edition 10.5\uninst.exe' - SilentArgs = '/S' -} - -Uninstall-ChocolateyPackage @packageArgs diff --git a/vcarve-pro-trial-10.5/vcarve-pro-trial-10.5.nuspec b/vcarve-pro-trial-10.5/vcarve-pro-trial-10.5.nuspec deleted file mode 100644 index 56edd0c..0000000 --- a/vcarve-pro-trial-10.5/vcarve-pro-trial-10.5.nuspec +++ /dev/null @@ -1,23 +0,0 @@ - - - - vcarve-pro-trial-10.5 - 0.8 - 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 - - - - - - - -