diff options
| author | Lenny Komow <lenny@lunarg.com> | 2016-08-31 10:41:19 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2016-08-31 10:41:19 -0600 |
| commit | c5ffaea78f77a50e4cfc0f0a8235c501ec4dc5b8 (patch) | |
| tree | f4ae8c6b69270edadb442162248a0e4b8965ff02 | |
| parent | c435e2f5ecd6a021fa0098628c43dae43579120b (diff) | |
| download | usermoji-c5ffaea78f77a50e4cfc0f0a8235c501ec4dc5b8.tar.xz | |
winsdk: Correct installer log renaming
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index 2b23c6cf..7023447b 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -240,6 +240,7 @@ Function ${un}ConfigLayersAndVulkanDLL # Execute the configuration program nsExec::ExecToStack 'ConfigureRT.exe --abi-major ${VERSION_ABI_MAJOR}' + Delete "$TEMP\VulkanRT\configure_rt.log" Rename "configure_rt.log" "$TEMP\VulkanRT\configure_rt.log" pop $0 @@ -635,10 +636,6 @@ Section "uninstall" StrCpy $1 85 ${Endif} Call un.CheckForError - IfFileExists "$TEMP\VulkanRT\configure_rt_uninstall.log" 0 endif_log_exists - Delete "$TEMP\VulkanRT\configure_rt_uninstall.log" - endif_log_exists: - Rename "$IDir\configure_rt.log" "$TEMP\VulkanRT\configure_rt_uninstall.log" # If Ref Count is zero, remove install dir ${If} $IC <= 0 |
