mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-01 19:27:12 +08:00
Set longpathsenabled reg key on windows
Besides proper manifest registry has to have a proper long path key. The coin vms have this registry key not set. Fix it. See: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation Task-number: COIN-1077 Change-Id: Ia2eb8531c1881cfc67de537a1cb25be56274c031 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
2
coin/provisioning/common/windows/longpath.ps1
Normal file
2
coin/provisioning/common/windows/longpath.ps1
Normal file
@@ -0,0 +1,2 @@
|
||||
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
|
||||
|
||||
2
coin/provisioning/qtci-windows-10-x86/06-longpath.ps1
Normal file
2
coin/provisioning/qtci-windows-10-x86/06-longpath.ps1
Normal file
@@ -0,0 +1,2 @@
|
||||
"$PSScriptRoot\..\common\windows\longpath.ps1"
|
||||
|
||||
2
coin/provisioning/qtci-windows-10-x86_64/06-longpath.ps1
Normal file
2
coin/provisioning/qtci-windows-10-x86_64/06-longpath.ps1
Normal file
@@ -0,0 +1,2 @@
|
||||
"$PSScriptRoot\..\common\windows\longpath.ps1"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
"$PSScriptRoot\..\common\windows\longpath.ps1"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
"$PSScriptRoot\..\common\windows\longpath.ps1"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
"$PSScriptRoot\..\common\windows\longpath.ps1"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
"$PSScriptRoot\..\common\windows\longpath.ps1"
|
||||
|
||||
Reference in New Issue
Block a user