SQL 2008 CLR Types 10.00.1600.22
This commit is contained in:
23
SQL2008.ClrTypes/SQL2008.ClrTypes.nuspec
Normal file
23
SQL2008.ClrTypes/SQL2008.ClrTypes.nuspec
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata>
|
||||
<id>SQL2008.ClrTypes</id>
|
||||
<title>Microsoft SQL Server System CLR Types</title>
|
||||
<version>10.00.1600.22</version>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>The SQL Server System CLR Types package contains the components implementing the new geometry, geography, and hierarchyid types in SQL Server 2008. This component can be installed separately from the server to allow client applications to use these types outside of the server.</summary>
|
||||
<description>The SQL Server System CLR Types package contains the components implementing the new geometry, geography, and hierarchyid types in SQL Server 2008. This component can be installed separately from the server to allow client applications to use these types outside of the server.</description>
|
||||
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=16177</projectUrl>
|
||||
<tags>SQL SQL2008 .NET CLR</tags>
|
||||
<!-- Eula is in installer
|
||||
<licenseUrl></licenseUrl>
|
||||
-->
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SQL2008.SMO/SQL2008.png</iconUrl>
|
||||
<releaseNotes></releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
</files>
|
||||
</package>
|
18
SQL2008.ClrTypes/tools/chocolateyInstall.ps1
Normal file
18
SQL2008.ClrTypes/tools/chocolateyInstall.ps1
Normal file
@@ -0,0 +1,18 @@
|
||||
$package = 'SQL2008.ClrTypes'
|
||||
|
||||
try {
|
||||
$params = @{
|
||||
packageName = $package;
|
||||
fileType = 'msi';
|
||||
silentArgs = '/quiet';
|
||||
url = 'http://go.microsoft.com/fwlink/?LinkId=123721&clcid=0x409';
|
||||
url64bit = 'http://go.microsoft.com/fwlink/?LinkId=123722&clcid=0x409';
|
||||
}
|
||||
|
||||
Install-ChocolateyPackage @params
|
||||
|
||||
Write-ChocolateySuccess $package
|
||||
} catch {
|
||||
Write-ChocolateyFailure $package "$($_.Exception.Message)"
|
||||
throw
|
||||
}
|
BIN
SQL2008.SMO/SQL2008.png
Normal file
BIN
SQL2008.SMO/SQL2008.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Reference in New Issue
Block a user