From: Mark Young Date: Fri, 15 Jan 2016 23:01:46 +0000 (-0700) Subject: Installer: Minor cleanup X-Git-Tag: upstream/1.1.92~4023 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1a658ad95985746c3a9b46131a7e676588b62d8;p=platform%2Fupstream%2FVulkan-Tools.git Installer: Minor cleanup Modified size and added a clearer comment. --- diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index 7c842cf..94adb6d 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 "340" +!define ESTIMATEDSIZE "500" # Set the icon !define ICOFILE "Vulkan.ico" @@ -192,7 +192,7 @@ UninstPage instFiles # Start default section Section - # If running on a 64-bit OS machine + # If running on a 64-bit OS machine, disable registry re-direct since we're running as a 32-bit executable. ${If} ${RunningX64} ${DisableX64FSRedirection} @@ -319,7 +319,7 @@ SectionEnd # Uninstaller section start Section "uninstall" - # If running on a 64-bit OS machine + # If running on a 64-bit OS machine, disable registry re-direct since we're running as a 32-bit executable. ${If} ${RunningX64} ${DisableX64FSRedirection}