From 24890b3718beb6bad5942c1cbb73fc70810ffb39 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Tue, 31 May 2016 15:25:46 -0600 Subject: winrt: Disable temp log in RT install. --- windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1') diff --git a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 index 0fd7aa40..8a1a1277 100644 --- a/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 +++ b/windowsRuntimeInstaller/ConfigLayersAndVulkanDLL.ps1 @@ -48,7 +48,7 @@ New-Item -ItemType Directory -Force -Path $log | Out-Null $logascii=$log+"\ConfigLayersAndVulkanDLL.log" # Temp to be used for debugging failure to install issue -$logascii2=$Env:Temp+"\ConfigLayersAndVulkanDLL_debug.log" +#$logascii2=$Env:Temp+"\ConfigLayersAndVulkanDLL_debug.log" $log=$log+"\ConfigLayersAndVulkanDLL16.log" @@ -565,7 +565,7 @@ Stop-Transcript Get-Content $log | Out-File -encoding ascii -filepath $logascii # Temp to be used for debugging failure to install issue (as VulkanRT folder might get removed) -Get-Content $log | Out-File -encoding ascii -filepath $logascii2 +#Get-Content $log | Out-File -encoding ascii -filepath $logascii2 # Remove the unicode log as we no longer need it. -- cgit v1.2.3