chocolatey-packages/fah/tools/chocolateyInstall.ps1
2020-03-25 16:05:27 -04:00

11 lines
292 B
PowerShell

$packageArgs = @{
PackageName = 'fah'
FileType = 'exe'
SilentArgs = '/S'
Url = '\\ucs\software\fah-installer_7.5.1_x86.exe'
Checksum = 'e97aeccbf3692001dafe16612b1cae6a90cb6c22dbf57e947d9c13ff4e1b5715'
ChecksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs