From 8d2d33a1f4d8a2bc7c3aa153154094c6639c0b9f Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Wed, 3 Feb 2016 13:38:40 -0700 Subject: windowsrtinstaller: update estimated size for Programs and Features --- windowsRuntimeInstaller/InstallerRT.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index b256bc13..12834fe5 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -45,7 +45,7 @@ # doing a "Properties" on the install directory. Add to this the size of the # files installed to C:\Windows\System32. And then add a little bit more. # The units are 1K bytes. -!define ESTIMATEDSIZE "500" +!define ESTIMATEDSIZE "1700" # This is used for the error message if a problem occurs during install. !define errorMessage1 "Installation of ${PRODUCTNAME} failed!$\r$\n" -- cgit v1.2.3