windowssdk: Fix 32-bit install issue with Powershell script.
authorMark Young <marky@lunarg.com>
Tue, 9 Feb 2016 22:30:34 +0000 (15:30 -0700)
committerMark Young <marky@lunarg.com>
Tue, 9 Feb 2016 22:30:34 +0000 (15:30 -0700)
commita87c5e697f95da65f0e4d48f3b4906d3c5de60d3
tree7c41334e499f8cba2ae9393e45cd803598f5419f
parentaf66a7545df652eef49cdc0efcfafe43776a2d77
windowssdk: Fix 32-bit install issue with Powershell script.

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.
windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1