Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Product xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper" ProductCode="Microsoft.SqlServer.SqlLocalDB.12.0">
  3. <InstallChecks>
  4. <FileCheck
  5. Property="sqllocaldbVersion"
  6. FileName="sqlservr.exe"
  7. SearchPath="Microsoft SQL Server120LocalDBBinn"
  8. SpecialFolder="ProgramFilesFolder"
  9. />
  10. </InstallChecks>
  11.  
  12. <PackageFiles CopyAllPackageFiles="false">
  13. <PackageFile
  14. Name="x86sqllocaldb.msi"
  15. HomeSite="sqllocaldb_32"
  16. PublicKey="3082010A0282010100E57C2F2D0CA9EC7AA834E04C3F7F490E0DB615AD1913DE528A26991571A962270737A5833082626C0BA3FD060D171406E6E0ADCC95960A205AA296E1E057303C5D629BC55D890CD034DFD9D8FA35EF11238BC0F9EB4AF439DA2F7110EB11B32C37A370E886173EEF2A46D08EC7B94800A137F1C7C8E7D21E6B4A2AF2C64C1D709F7CC368428E3CED811A52E33E32943D7E18F19BE44B5C11E4D6C3851E6C033073BCC9A8017D9DADD1F573F05B1A7B2F1F8B32BEB38EB53BD9F7FFF35FB3137C139357B8A05E359883A13434F2C5049FB9FE46170C91DFEF0F55F6ECCC39C96165A129EEBE11371BB76E4255C9CC35D152B303709C98349E2936A917195F0BBF0203010001"
  17. />
  18. <PackageFile
  19. Name="x64sqllocaldb.msi"
  20. HomeSite="sqllocaldb_64"
  21. PublicKey="3082010A0282010100E57C2F2D0CA9EC7AA834E04C3F7F490E0DB615AD1913DE528A26991571A962270737A5833082626C0BA3FD060D171406E6E0ADCC95960A205AA296E1E057303C5D629BC55D890CD034DFD9D8FA35EF11238BC0F9EB4AF439DA2F7110EB11B32C37A370E886173EEF2A46D08EC7B94800A137F1C7C8E7D21E6B4A2AF2C64C1D709F7CC368428E3CED811A52E33E32943D7E18F19BE44B5C11E4D6C3851E6C033073BCC9A8017D9DADD1F573F05B1A7B2F1F8B32BEB38EB53BD9F7FFF35FB3137C139357B8A05E359883A13434F2C5049FB9FE46170C91DFEF0F55F6ECCC39C96165A129EEBE11371BB76E4255C9CC35D152B303709C98349E2936A917195F0BBF0203010001"
  22. />
  23. </PackageFiles>
  24.  
  25. <Commands Reboot="Defer">
  26. <Command PackageFile="x86sqllocaldb.msi" Arguments="IACCEPTSQLLOCALDBLICENSETERMS=YES" EstimatedInstallSeconds="90">
  27. <InstallConditions>
  28. <FailIf Property="VersionNT" Compare="ValueNotExists" String="InvalidPlatformOS" />
  29. <FailIf Property="VersionNT" Compare="VersionLessThan" Value="6.0.1" String="InvalidPlatformOS" />
  30. <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired" />
  31. <BypassIf Property="ProcessorArchitecture" Compare="ValueNotEqualTo" Value="Intel" />
  32. <BypassIf Property="sqllocaldbVersion" Compare="VersionGreaterThanOrEqualTo" Value="2014.120.2000.8" />
  33. </InstallConditions>
  34. <ExitCodes>
  35. <ExitCode Value="0" Result="Success" />
  36. <ExitCode Value="1641" Result="SuccessReboot" />
  37. <ExitCode Value="3010" Result="SuccessReboot" />
  38. <DefaultExitCode Result="Fail" String="GeneralFailure" FormatMessageFromSystem="true" />
  39. </ExitCodes>
  40. </Command>
  41. <Command PackageFile="x64sqllocaldb.msi" Arguments="IACCEPTSQLLOCALDBLICENSETERMS=YES" EstimatedInstallSeconds="90">
  42. <InstallConditions>
  43. <BypassIf Property="ProcessorArchitecture" Compare="ValueNotEqualTo" Value="amd64" />
  44. <BypassIf Property="sqllocaldbVersion" Compare="VersionGreaterThanOrEqualTo" Value="2014.120.2000.8" />
  45. </InstallConditions>
  46. <ExitCodes>
  47. <ExitCode Value="0" Result="Success" />
  48. <ExitCode Value="1641" Result="SuccessReboot" />
  49. <ExitCode Value="3010" Result="SuccessReboot" />
  50. <DefaultExitCode Result="Fail" String="GeneralFailure" FormatMessageFromSystem="true" />
  51. </ExitCodes>
  52. </Command>
  53. </Commands>
  54. </Product>
  55.  
  56. <?xml version="1.0" encoding="utf-8"?>
  57. <Package Name="DisplayName" LicenseAgreement="Eula.txt" Culture="Culture" xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper">
  58. <PackageFiles>
  59. <PackageFile Name="Eula.txt" />
  60. </PackageFiles>
  61. <Strings>
  62. <String Name="Culture">en</String>
  63. <String Name="DisplayName">SQL Server 2014 Express LocalDB</String>
  64. <String Name="sqllocaldb_32">http://download.microsoft.com/download/E/A/E/EAE6F7FC-767A-4038-A954-49B8B05D04EB/LocalDB%2032BIT/SqlLocalDB.msi</String>
  65. <String Name="sqllocaldb_64">http://download.microsoft.com/download/E/A/E/EAE6F7FC-767A-4038-A954-49B8B05D04EB/LocalDB%2064BIT/SqlLocalDB.msi</String>
  66. <String Name="AdminRequired">You do not have the permissions required to install SQL Server 2014 Express LocalDB. Please contact your administrator.</String>
  67. <String Name="GeneralFailure">An error occurred attempting to install SQL Server 2014 Express LocalDB.</String>
  68. <String Name="InvalidPlatformOS">The current operating system version does not support SQL Server 2014 Express LocalDB.</String>
  69. <String Name="InvalidPlatformOSServicePack">The current operating system does not meet Service Pack level requirements for SQL Server 2014 Express LocalDB. Install the most recent Service Pack from the Microsoft download center at http://www.microsoft.com/downloads before continuing setup.</String>
  70. </Strings>
  71. </Package>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement