Typo in SMO package script - forced version bump
This commit is contained in:
		| @@ -3,10 +3,12 @@ | ||||
|   <metadata> | ||||
|     <id>SQL2008.SMO</id> | ||||
|     <title>Microsoft SQL Server 2008 Management Objects</title> | ||||
|     <version>10.00.1600.22</version> | ||||
|     <version>10.00.1600.23</version> | ||||
|     <authors>Microsoft</authors> | ||||
|     <owners>Ethan Brown</owners> | ||||
|     <summary>The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services.</summary> | ||||
|     <summary>Note: This is really 10.00.1600.22, but had to be version bumped to fix an isuse in the package installer. | ||||
|  | ||||
|     The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services.</summary> | ||||
|     <description>The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services. This object model will work with SQL Server 2000, SQL Server 2005 and SQL Server 2008. | ||||
| Note: Microsoft SQL Server 2008 Management Objects Collection requires Microsoft Core XML Services (MSXML) 6.0 , Microsoft SQL Server Native Client, and Microsoft SQL Server System CLR Types. These are available on this page. | ||||
|     </description> | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user