winrt: Add more Powershell logging to RT install
authorMark Young <marky@lunarg.com>
Tue, 31 May 2016 20:34:08 +0000 (14:34 -0600)
committerMark Young <marky@lunarg.com>
Tue, 31 May 2016 20:36:31 +0000 (14:36 -0600)
commit678fc55d9fd49e16a7e32d8ddb07aeac28ce02e0
tree5edacfeee621482d6d168fa61595295a6b67ec84
parent87af69927637d9ad24f32902cf3240f367abe73f
winrt: Add more Powershell logging to RT install

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