aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
AgeCommit message (Collapse)Author
2016-06-10winrt: fix error on uninstallDavid 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-10winrtinstaller: display error num in ps warning windowDavid Pinedo
Display an error number in warning window if powershell script fails.
2016-06-09winrt: configure loader even if ps script failsDavid Pinedo
2016-06-09winrtinstaller: fixed problems introduced by piping script to powershell.exeDavid Pinedo
PS script return value is now correctly retrieved by NSIS script. Logging is less verbose, removed extranous errors.
2016-06-08winrtinstaller: avoid executing ps scripts, instead just pipe cmds to psDavid Pinedo
2016-06-07winrtinstaller: retry ps script failure with full path to powershell.exeDavid Pinedo
Also changed diagnostics to log the contents of dir containing powershell.exe, and log the current value of $PATH.
2016-06-06winsdkinstaller: add cmd copy as additional diagnosic for ps failureDavid Pinedo
2016-06-03winrtinstaller: add more logging debug code to powershell script invocationDavid Pinedo
2016-06-03winrtinstaller: fixes and diagnostics for powershell config script failureDavid Pinedo
2016-06-01winrtinstaller: update signature on powershell config scriptDavid Pinedo
2016-05-31winrt: Disable temp log in RT install.Mark Young
2016-05-31winrt: Add more Powershell logging to RT installMark Young
RT install Powershell script was using echo. Now use transcript recording (which will also include OS, Powershell version, and other info). Also, use Write-Host, Write-Warning, and Write-Error to make errors and warnings more obvious. NOTE: This includes intentional debug code enablement so I can retrieve an RT install that does not remove a copy of the Powershell log file. This will be fixed quickly after the RT install is generated on CruiseControl.
2016-05-30winrt: Add more error logic to Powershell scriptMark Young
Add more error detection logic to the install config Powershell script to help track down recent failures.
2016-05-20winrtinstaller: remove dependency on msvcrt redistributablesDavid Pinedo
Loader and demos now use static version of msvcrt. Runtime Installer no longer installs msvcrt.
2016-05-05loader: added Windows resource file for vulkan-1.dllDavid Pinedo
Properties->Details on vulkan-1.dll will display valid version and build information Address: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/473
2016-05-02winrtinstaller: added patch file to be used when building nsisDavid Pinedo
2016-04-29windowsRuntimeInstaller: improve documentation on how to build RT installerDavid Pinedo
2016-04-26winrtinstaller: update licenseDavid Pinedo
2016-04-19winrtinstaller: change formatting in RT rtf licenseDavid Pinedo
2016-04-19winrtinstaller: formatting of license files, make them more readableDavid Pinedo
2016-04-19winrtinstaller: fix COPYRIGHT.txt filenameDavid Pinedo
2016-04-19winrtinstaller: get LICENSE.txt file from LVLDavid Pinedo
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
2016-04-08winrtinstaller: correction of File Description Properties of uninstaller.exeDavid Pinedo
2016-04-07winrtinstaller: don't delete non-SDK layer registry values during installDavid Pinedo
2016-04-07winrtinstaller: re-sign powershell scriptDavid Pinedo
2016-04-05winrtinstaller: sort in config script: <prerelease> is least significantDavid Pinedo
Also added execute permission to CreateInstallerRT.sh
2016-04-05winrtinstaller: fix install dir not being removed on uninstall.David Pinedo
This problem was introduced when logging was added.
2016-04-04winrtinstaller: Re-sign powershell loader config scriptDavid Pinedo
2016-03-30winrtinstaller: fix typos in windowsRuntimeInstaller/README.txtDavid Pinedo
2016-03-29winrtinstaller: removed vulkaninfo from RT Start MenuDavid Pinedo
2016-03-29winrtinstaller: convert RT installer log file to asciiDavid Pinedo
2016-03-29winrtinstaller: Add logging support to Windows Runtime InstallerDavid Pinedo
2016-03-22winrtinstaller: sign Config powershell scriptDavid Pinedo
2016-03-18winrtinstaller: Set up proper Access Control for install/temp dirs and filesDavid 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-16winrtinstaller: Allow layers from SDK older than RT to be configured for useDavid 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-15winrtinstaller: Install both x86 and x64 redist's if either is not installedDavid Pinedo
Fix for issue: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/109
2016-03-15winrtinstaller: Verify vulkan-1-*dll has correct file name formatDavid Pinedo
2016-03-03winrtinstaller: sign uninstallerDavid Pinedo
2016-03-03winrtinstaller: Don't create a menu item for each version of RT installedDavid Pinedo
2016-03-03winrtinsaller: change commentDavid Pinedo
2016-02-19winrtinstaller: update README.txt to better explain rt installer exit codesDavid Pinedo
2016-02-18winrtinstaller: change error messageDavid Pinedo
2016-02-18winrtinstaller: Unique error codesDavid Pinedo
2016-02-12windowsrtinstall: 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-12windowssdk: Fixed Config powershell script to look at Windows Folder.Mark Young
This replaces a hard-code to C:\windows instead of looking at the proper windows drive letter <SYSTEMDRIVE and SYSTEMROOT>.
2016-02-11winrtinstaller: Fix typo in messageboxDavid Pinedo
2016-02-11winrtinstaller: add section to README on ProductVersion propertyDavid Pinedo
2016-02-10winrtinstaller: Remove mention of SDK from RT license fileDavid Pinedo
2016-02-10winrtinstaller: Add file properties to rt installer executableDavid Pinedo