| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-08 | winsdk: Move file copying into NSIS installer | Lenny Komow | |
| Change-Id: If01c5024af802be784d5ea0f897cebdcc604934d | |||
| 2017-07-19 | winsdk: Hide runtime in programs and features | Lenny Komow | |
| Change-Id: Ibc5028f660c91f66d986af19f6c7959eb9b55359 | |||
| 2017-04-26 | winsdk: Make copyright signature editable | Lenny Komow | |
| Change-Id: Ie28b5d1e5ba7fbd727122399ef1f35d1eb54305a | |||
| 2017-04-04 | winsdk: Fix missing vulkaninfo file extension | Lenny Komow | |
| Change-Id: I9cef2172ed568372bca512d597099c37e4f0766e | |||
| 2017-02-10 | winsdk: Build runtime from RelWithDebInfo | Lenny Komow | |
| Change-Id: I6d1484035de816d7bea0a3cad16fddf7b86cee24 | |||
| 2016-11-10 | winsdk: Fix missing file extension in runtime | Lenny Komow | |
| Change-Id: I251663fb2932823d387af11e94bcd1e2586e0772 | |||
| 2016-11-08 | winsdk: Set runtime to use parameterized build | Lenny Komow | |
| Change-Id: I2f315a25667219620f5dcc3c36ad66d225134eef | |||
| 2016-11-08 | winsdk: Parameterize ConfigureRT program | Lenny Komow | |
| Change-Id: I2f869d5a71fb6c5411aa2ab6a3b133c37fb52a09 | |||
| 2016-11-08 | winsdk: Parameterize runtime NSIS script | Lenny Komow | |
| Change-Id: If1d767f29b6189a44e3f942ab96a55062a2f9cb7 | |||
| 2016-09-09 | winsdk: Fix ConfigureRT.exe not being deleted | Lenny Komow | |
| 2016-08-31 | winsdk: Correct installer log renaming | Lenny Komow | |
| 2016-08-31 | winsdk: Fix powershell error to say ConfigureRT | Lenny Komow | |
| 2016-08-30 | winsdk: Fix uninstall log not clearing old copies | Lenny Komow | |
| 2016-08-15 | winsdk: Move uninstall log to temp | Lenny Komow | |
| 2016-08-12 | winsdk: Clean up confiure_runtime.c and docs | Lenny Komow | |
| 2016-08-12 | winsdk: Make RT installer use C program | Lenny Komow | |
| 2016-08-04 | winsdk: Make installer version programmable | Lenny Komow | |
| 2016-06-22 | winsdk: Fix multiple RT uninstall issue | Mark Young | |
| Change originally by David Pinedo. If the same Vulkan Run-time installer is executed multiple times, it will bump the install count for the RT installation. There was a problem during uninstall which failed to look at the install count and would always remove some important files. This fixes that issue. Change-Id: I4dda50b0dbdd9ec901aa25713be7d7348f3d67ec | |||
| 2016-06-10 | winrt: fix error on uninstall | David Pinedo | |
| Remove old log files before writing them. When 2 uninstalls are done in a row, this caused the uninstaller to display an error | |||
| 2016-06-10 | winrtinstaller: display error num in ps warning window | David Pinedo | |
| Display an error number in warning window if powershell script fails. | |||
| 2016-06-09 | winrt: configure loader even if ps script fails | David Pinedo | |
| 2016-06-09 | winrtinstaller: fixed problems introduced by piping script to powershell.exe | David Pinedo | |
| PS script return value is now correctly retrieved by NSIS script. Logging is less verbose, removed extranous errors. | |||
| 2016-06-08 | winrtinstaller: avoid executing ps scripts, instead just pipe cmds to ps | David Pinedo | |
| 2016-06-07 | winrtinstaller: retry ps script failure with full path to powershell.exe | David Pinedo | |
| Also changed diagnostics to log the contents of dir containing powershell.exe, and log the current value of $PATH. | |||
| 2016-06-06 | winsdkinstaller: add cmd copy as additional diagnosic for ps failure | David Pinedo | |
| 2016-06-03 | winrtinstaller: add more logging debug code to powershell script invocation | David Pinedo | |
| 2016-06-03 | winrtinstaller: fixes and diagnostics for powershell config script failure | David Pinedo | |
| 2016-05-20 | winrtinstaller: remove dependency on msvcrt redistributables | David Pinedo | |
| Loader and demos now use static version of msvcrt. Runtime Installer no longer installs msvcrt. | |||
| 2016-05-05 | loader: added Windows resource file for vulkan-1.dll | David Pinedo | |
| Properties->Details on vulkan-1.dll will display valid version and build information Address: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/473 | |||
| 2016-04-19 | winrtinstaller: fix COPYRIGHT.txt filename | David Pinedo | |
| 2016-04-19 | winrtinstaller: get LICENSE.txt file from LVL | David Pinedo | |
| 2016-04-19 | misc: Update licenses to Apache 2.0 | Jon Ashburn | |
| Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97 | |||
| 2016-04-08 | winrtinstaller: correction of File Description Properties of uninstaller.exe | David Pinedo | |
| 2016-04-05 | winrtinstaller: fix install dir not being removed on uninstall. | David Pinedo | |
| This problem was introduced when logging was added. | |||
| 2016-03-29 | winrtinstaller: removed vulkaninfo from RT Start Menu | David Pinedo | |
| 2016-03-29 | winrtinstaller: Add logging support to Windows Runtime Installer | David Pinedo | |
| 2016-03-18 | winrtinstaller: Set up proper Access Control for install/temp dirs and files | David Pinedo | |
| This change addresses: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/70 Also made a change to not require a reboot on uninstall if the install dir is not empty. This partially addresses: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/70 (A similar change needs to be made to the SDK installer.) | |||
| 2016-03-16 | winrtinstaller: Allow layers from SDK older than RT to be configured for use | David Pinedo | |
| Layers from SDK can be used by an RT if their major, minor, and patch numbers are the same. For example, if SDK 1.0.5.0 is already installed, and then RT 1.0.5.1 is installed. During the RT installation, the layer registry entries will be set to point to the layers in SDK 1.0.5.0. | |||
| 2016-03-15 | winrtinstaller: Install both x86 and x64 redist's if either is not installed | David Pinedo | |
| Fix for issue: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/109 | |||
| 2016-03-03 | winrtinstaller: sign uninstaller | David Pinedo | |
| 2016-03-03 | winrtinstaller: Don't create a menu item for each version of RT installed | David Pinedo | |
| 2016-02-18 | winrtinstaller: change error message | David Pinedo | |
| 2016-02-18 | winrtinstaller: Unique error codes | David Pinedo | |
| 2016-02-12 | windowsrtinstall: Fix errors on vcredist not being present before install. | Mark Young | |
| We install the 2013 VC redistributables, but we first read the registry to determine if they were already installed. That registry read returns an error if they aren't already present. So, we clear the error after reading the registry. We also added the 32-bit 2013 VC redistributables to the 64-bit OS install, just to be safe. | |||
| 2016-02-11 | winrtinstaller: Fix typo in messagebox | David Pinedo | |
| 2016-02-10 | winrtinstaller: Add file properties to rt installer executable | David Pinedo | |
| 2016-02-10 | Remove Khronos confidential clause from license text. | Karl Schultz | |
| 2016-02-10 | winrtinstaller: add more error checks during install, uninstall | David Pinedo | |
| 2016-02-09 | winrtinstaller: A new dir is created for reinstall of same version | David Pinedo | |
| Windows 10 was displaying a warning when an uninstall resulted in the install dir not being deleted. (As happens when there are multiple installs of the same version.) So we create a folder for each re-install, the folder is removed on uninstall, and Windows 10 doesn't get upset. | |||
| 2016-02-09 | winrtinstaller: Allow uninstall to be run from any dir | David Pinedo | |
