Typo in SMO package script - forced version bump

This commit is contained in:
Iristyle
2012-10-12 18:53:59 -04:00
parent 4357559fe9
commit 1bd30514e9
2 changed files with 7 additions and 5 deletions

View File

@@ -4,9 +4,9 @@ try {
$params = @{
packageName = $package;
fileType = 'msi';
silentArgs = '/quiet',
url = 'http://go.microsoft.com/fwlink/?LinkId=123708&clcid=0x409'
url64bit = 'http://go.microsoft.com/fwlink/?LinkId=123709&clcid=0x409'
silentArgs = '/quiet';
url = 'http://go.microsoft.com/fwlink/?LinkId=123708&clcid=0x409';
url64bit = 'http://go.microsoft.com/fwlink/?LinkId=123709&clcid=0x409';
}
Install-ChocolateyPackage @params