aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1
AgeCommit message (Collapse)Author
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-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-04-19misc: Update licenses to Apache 2.0Jon Ashburn
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
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-04winrtinstaller: Re-sign powershell loader config scriptDavid 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-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: Verify vulkan-1-*dll has correct file name formatDavid Pinedo
2016-03-03winrtinsaller: change commentDavid Pinedo
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-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-09windowssdk: Fix 32-bit install issue with Powershell script.Mark Young
Fix the install Powershell script which populates the ExplicitLayers registry entries. There were 2 problems: 1) it was using newer Powershell commands that failed on Windows 7, 2) it was trying to populate the 32-bit data on a 32-bit system with the 64-bit Bin folder.
2016-02-05winrtinstaller: Improve search for layer json files in SDK Bin dirDavid Pinedo
2016-02-05windowsrtinstaller: Change lincense info.David Pinedo
Also removed extra white space.
2016-01-25Installer: Clean up powershell header comment.Mark Young
Clean up the ConfigLayersAndVulkanDll header comment.
2016-01-25Installer: 32-bit installer changes to get working on 64-bit system.Mark Young
These changes allow the installation of 32-bit items onto a 64-bit system.
2016-01-25Installer: Added changes to detect 32-bit layers on 64-bit system.Mark Young
Added changes to detect 32-bit layers on 64-bit system.
2016-01-25Installer: Changes for 32-bit installerMark Young
Installer/scripts should now support 32-bit OS.
2016-01-25Installer: Add support to install 32-bit vulkaninfoMark Young
Add support to install 32-bit vulkaninfo
2016-01-25LOADER/INSTALLER: Add support for 32-bit install in Win64 installerMark Young
Added ability to install 32-bit and 64-bit Loader into the Win64 installer.
2016-01-19WindowsRTInst: Layer registry values are created/removed correctly on Windows7David Pinedo
2016-01-15installer: Fix LunarXchange issue #287.Mark Young
Apply David's fix to force the registry to be created.
2016-01-13Windows RT Installer: Fix layer reg entry setup, no layers we being installedDavid Pinedo
2016-01-12Windows RT Installer: add buildno to versionDavid Pinedo
2016-01-04Windows Runtime Installer: Initial creation in LoaderAndToolsDavid Pinedo