Add VCarve Pro Trial package

This commit is contained in:
Adam Goldsmith 2020-02-26 20:43:11 -05:00
parent 9c71e6daad
commit 413589f45a
2 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcarve-pro-trial</id>
<version>10.0.1.6</version>
<title>VCarve Pro Trial</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>