Add uninstall scripts for VCarve packages
This commit is contained in:
parent
bd33612803
commit
1964b11c46
8
vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1
Normal file
8
vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1
Normal file
@ -0,0 +1,8 @@
|
||||
$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
|
8
vcarve-pro-trial-10.5/tools/chocolateyUninstall.ps1
Normal file
8
vcarve-pro-trial-10.5/tools/chocolateyUninstall.ps1
Normal file
@ -0,0 +1,8 @@
|
||||
$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
|
Loading…
Reference in New Issue
Block a user