aboutsummaryrefslogtreecommitdiff
path: root/Bootstrapper
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-24 18:34:38 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-24 18:34:38 -0400
commit9fb1e8c00fcb47f1be0d3d77cc1cf644323dcf24 (patch)
treec1241007a5ae6269e696e68462d2e212f6a2af2a /Bootstrapper
parent29e1330c3acb1594301f0e89266da79781d50bed (diff)
updated nuget
Diffstat (limited to 'Bootstrapper')
-rw-r--r--Bootstrapper/readme.txt3
-rw-r--r--Bootstrapper/vcredist10_x86/en/package.xml20
-rw-r--r--Bootstrapper/vcredist10_x86/product.xml45
3 files changed, 0 insertions, 68 deletions
diff --git a/Bootstrapper/readme.txt b/Bootstrapper/readme.txt
deleted file mode 100644
index 0fdcf2aa5..000000000
--- a/Bootstrapper/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-If Publishing, the folders in here must be copied to:
-
-C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\Packages \ No newline at end of file
diff --git a/Bootstrapper/vcredist10_x86/en/package.xml b/Bootstrapper/vcredist10_x86/en/package.xml
deleted file mode 100644
index 613fc0b84..000000000
--- a/Bootstrapper/vcredist10_x86/en/package.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-
-<Package
- xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper"
- Name="DisplayName"
- Culture="Culture"
->
-
- <!-- Defines a localizable string table for error messages-->
- <Strings>
- <String Name="DisplayName">Visual C++ 2010 Runtime Libraries (x86)</String>
- <String Name="Culture">en</String>
- <String Name="AdminRequired">You do not have the permissions required to install Visual C++ 2010 Runtime Libraries (x86). Please contact your administrator.</String>
- <String Name="InvalidPlatformWin9x">Installation of Visual C++ 2010 Runtime Libraries (x86) is not supported on Windows 95. Contact your application vendor.</String>
- <String Name="InvalidPlatformWinNT">Installation of Visual C++ 2010 Runtime Libraries (x86) is not supported on Windows NT 4.0. Contact your application vendor.</String>
- <String Name="GeneralFailure">A failure occurred attempting to install Visual C++ 2010 Runtime Libraries (x86).</String>
- <String Name="VCRedistExe">http://go.microsoft.com/fwlink/?LinkID=210621</String>
- </Strings>
-
-</Package>
diff --git a/Bootstrapper/vcredist10_x86/product.xml b/Bootstrapper/vcredist10_x86/product.xml
deleted file mode 100644
index 76edde618..000000000
--- a/Bootstrapper/vcredist10_x86/product.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-
-<Product
- xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper"
- ProductCode="Microsoft.Visual.C++.10.0.x86"
->
-
- <!-- Defines list of files to be copied on build -->
- <PackageFiles>
- <PackageFile Name="vcredist_x86.exe" HomeSite="VCRedistExe"/>
- </PackageFiles>
-<InstallChecks>
- <MsiProductCheck Property="VCRedistInstalled" Product="{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}"/>
-</InstallChecks>
-
- <!-- Defines how to invoke the setup for the Visual C++ 10.0 redist -->
- <!-- TODO: Needs EstrimatedTempSpace, LogFile, and an update of EstimatedDiskSpace -->
- <Commands Reboot="Defer">
- <Command PackageFile="vcredist_x86.exe"
- Arguments=' /q:a '
- >
-
- <!-- These checks determine whether the package is to be installed -->
- <InstallConditions>
- <BypassIf Property="VCRedistInstalled" Compare="ValueGreaterThanOrEqualTo" Value="3"/>
- <!-- Block install if user does not have admin privileges -->
- <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired"/>
-
- <!-- Block install on Win95 -->
- <FailIf Property="Version9X" Compare="VersionLessThan" Value="4.10" String="InvalidPlatformWin9x"/>
-
- <!-- Block install on NT 4 or less -->
- <FailIf Property="VersionNT" Compare="VersionLessThan" Value="5.00" String="InvalidPlatformWinNT"/>
-
- </InstallConditions>
-
- <ExitCodes>
- <ExitCode Value="0" Result="Success"/>
- <ExitCode Value="3010" Result="SuccessReboot"/>
- <DefaultExitCode Result="Fail" FormatMessageFromSystem="true" String="GeneralFailure" />
- </ExitCodes>
-
- </Command>
- </Commands>
-</Product>