Add VCarve Pro Makerspace Edition package
This commit is contained in:
parent
a60633ab53
commit
c59949aa8b
14
vcarve-pro-makerspace/tools/chocolateyInstall.ps1
Normal file
14
vcarve-pro-makerspace/tools/chocolateyInstall.ps1
Normal file
@ -0,0 +1,14 @@
|
||||
$packageName = 'vcarve-pro-makerspace'
|
||||
$installerType = 'exe'
|
||||
$silentArgs = '/S'
|
||||
$url64 = '\\ucs\software\VCarveProMakerspaceEditionV10019_Setup.exe'
|
||||
$checksum64 = '57a3dc5731ab5359c09fc4dbc9da9904c50e688d669ea5e609753ea2f0732c50'
|
||||
$checksumType64 = 'sha256'
|
||||
$validExitCodes = @(0,1223)
|
||||
Install-ChocolateyPackage -PackageName $packageName `
|
||||
-FileType $installerType `
|
||||
-SilentArgs $silentArgs `
|
||||
-Url64bit $url64 `
|
||||
-ValidExitCodes $validExitCodes `
|
||||
-Checksum64 $checksum64 `
|
||||
-ChecksumType64 $checksumType64
|
20
vcarve-pro-makerspace/vcarve-pro-makerspace.nuspec
Normal file
20
vcarve-pro-makerspace/vcarve-pro-makerspace.nuspec
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>vcarve-pro-makerspace</id>
|
||||
<version>10.0.1.9</version>
|
||||
<title>VCarve Pro Makerspace Edition</title>
|
||||
<authors>Vectric Ltd</authors>
|
||||
<owners>Adam</owners>
|
||||
<projectUrl>https://www.vectric.com/products/vcarve-pro</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>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.</description>
|
||||
<summary>CAM software for a CNC router.</summary>
|
||||
<releaseNotes />
|
||||
<copyright>© 2005-2019 Vectric Limited.</copyright>
|
||||
<tags>router cnc shopbot</tags>
|
||||
<dependencies>
|
||||
<dependency id="vcredist2010" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
Loading…
Reference in New Issue
Block a user