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