diff options
| author | David Pinedo <david@lunarg.com> | 2016-02-03 13:38:40 -0700 |
|---|---|---|
| committer | David Pinedo <david@lunarg.com> | 2016-02-03 13:39:39 -0700 |
| commit | 8d2d33a1f4d8a2bc7c3aa153154094c6639c0b9f (patch) | |
| tree | 45dd1ba3db4362d442102200bde1e257f2754cfe | |
| parent | fcb667c012545e70c71c5ebafeff234038fa14c3 (diff) | |
| download | usermoji-8d2d33a1f4d8a2bc7c3aa153154094c6639c0b9f.tar.xz | |
windowsrtinstaller: update estimated size for Programs and Features
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
