Add VCarve Pro Trial version 11.0
This commit is contained in:
parent
2fd3559861
commit
13c4f3fc01
11
vcarve-pro-trial-11.0/tools/chocolateyInstall.ps1
Normal file
11
vcarve-pro-trial-11.0/tools/chocolateyInstall.ps1
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$packageArgs = @{
|
||||||
|
packageName = $env:ChocolateyPackageName
|
||||||
|
FileType = 'exe'
|
||||||
|
SilentArgs = '/S'
|
||||||
|
Url64 = '\\ucs\software\VCarveProTrialEditionV11006_Setup.exe'
|
||||||
|
Checksum64 = 'd7738c9bfb2913955a67a235ad27c668479aca5122fa655bdc0ed5d9568d538b'
|
||||||
|
ChecksumType64 = 'sha256'
|
||||||
|
ValidExitCodes = @(0, 1223)
|
||||||
|
}
|
||||||
|
|
||||||
|
Install-ChocolateyPackage @packageArgs
|
8
vcarve-pro-trial-11.0/tools/chocolateyUninstall.ps1
Normal file
8
vcarve-pro-trial-11.0/tools/chocolateyUninstall.ps1
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
$packageArgs = @{
|
||||||
|
PackageName = 'vcarve-pro-trial-11.0'
|
||||||
|
FileType = 'exe'
|
||||||
|
File = 'C:\Program Files\VCarve Pro Trial Edition 11.0\uninst.exe'
|
||||||
|
SilentArgs = '/S'
|
||||||
|
}
|
||||||
|
|
||||||
|
Uninstall-ChocolateyPackage @packageArgs
|
23
vcarve-pro-trial-11.0/vcarve-pro-trial-11.0.nuspec
Normal file
23
vcarve-pro-trial-11.0/vcarve-pro-trial-11.0.nuspec
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
|
<metadata>
|
||||||
|
<id>vcarve-pro-trial-11.0</id>
|
||||||
|
<version>0.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-2021 Vectric Limited.</copyright>
|
||||||
|
<tags>router cnc shopbot</tags>
|
||||||
|
<dependencies>
|
||||||
|
<dependency id="vcredist2010" />
|
||||||
|
</dependencies>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="tools/**" target="tools" />
|
||||||
|
</files>
|
||||||
|
</package>
|
Loading…
Reference in New Issue
Block a user