projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e669d89
)
winsdk: Fix ConfigureRT.exe not being deleted
author
Lenny Komow
<lenny@lunarg.com>
Fri, 9 Sep 2016 15:43:17 +0000
(09:43 -0600)
committer
Lenny Komow
<lenny@lunarg.com>
Fri, 9 Sep 2016 15:43:17 +0000
(09:43 -0600)
windowsRuntimeInstaller/InstallerRT.nsi
patch
|
blob
|
history
diff --git
a/windowsRuntimeInstaller/InstallerRT.nsi
b/windowsRuntimeInstaller/InstallerRT.nsi
index
7023447
..
7d5e684
100644
(file)
--- a/
windowsRuntimeInstaller/InstallerRT.nsi
+++ b/
windowsRuntimeInstaller/InstallerRT.nsi
@@
-636,6
+636,9
@@
Section "uninstall"
StrCpy $1 85
${Endif}
Call un.CheckForError
+
+ # Remove ConfigureRT regardless of the ref count
+ Delete /REBOOTOK "$IDir\ConfigureRT.exe"
# If Ref Count is zero, remove install dir
${If} $IC <= 0
@@
-645,7
+648,6
@@
Section "uninstall"
Delete /REBOOTOK "$IDir\LICENSE.txt"
Delete /REBOOTOK "$IDir\Uninstall${PRODUCTNAME}.exe"
Delete /REBOOTOK "$IDir\V.ico"
- Delete /REBOOTOK "$IDir\ConfigureRT.exe"
Delete /REBOOTOK "$IDir\vulkaninfo.exe"
# If running on a 64-bit OS machine