diff options
| author | Lenny Komow <lenny@lunarg.com> | 2016-08-15 14:41:26 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2016-08-15 14:41:57 -0600 |
| commit | 7788fa5ebaf6d9ef086c85055093d77400044264 (patch) | |
| tree | 968ac280f45b7245cd800d5767f29df9441f8d29 /windowsRuntimeInstaller | |
| parent | 3a5465ad69709ccf5ea65e81b74303f6060f3315 (diff) | |
| download | usermoji-7788fa5ebaf6d9ef086c85055093d77400044264.tar.xz | |
winsdk: Move uninstall log to temp
Diffstat (limited to 'windowsRuntimeInstaller')
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 1 | ||||
| -rw-r--r-- | windowsRuntimeInstaller/README.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index 79c7a5f7..c84170b5 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -635,6 +635,7 @@ Section "uninstall" StrCpy $1 85 ${Endif} Call un.CheckForError + Rename "$IDir\configure_rt.log" "$TEMP\VulkanRT\configure_rt_uninstall.log" # If Ref Count is zero, remove install dir ${If} $IC <= 0 diff --git a/windowsRuntimeInstaller/README.txt b/windowsRuntimeInstaller/README.txt index a8f7df52..2653414d 100644 --- a/windowsRuntimeInstaller/README.txt +++ b/windowsRuntimeInstaller/README.txt @@ -78,7 +78,7 @@ Some notes on the behavior of the Windows Vulkan Runtime Installer: the Vulkan runtime. When it is run on a 32-bit version of
Windows, it will install the 32 bit version of the Vulkan runtime.
- o The VulkanRT-<version>-Installer.exe created with the above ste`
+ o The VulkanRT-<version>-Installer.exe created with the above steps
can be run in silent mode by using the /S command line option when
invoking the installer.
|
