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)
commitb4ab6517057ce3e7ad069b9414cadce4bb380e6b
tree054fa2b1c8b903a8f3837b64fd9c30b0d28f2747
parentce604fd61aea4682c978ca8ab22c86e5cf6e03ca
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