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:
Michal Klocek
2023-11-07 14:19:19 +01:00
parent 23116e7331
commit bb82c65ac0
7 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force

View File

@@ -0,0 +1,2 @@
"$PSScriptRoot\..\common\windows\longpath.ps1"

View File

@@ -0,0 +1,2 @@
"$PSScriptRoot\..\common\windows\longpath.ps1"

View File

@@ -0,0 +1,2 @@
"$PSScriptRoot\..\common\windows\longpath.ps1"

View File

@@ -0,0 +1,2 @@
"$PSScriptRoot\..\common\windows\longpath.ps1"

View File

@@ -0,0 +1,2 @@
"$PSScriptRoot\..\common\windows\longpath.ps1"

View File

@@ -0,0 +1,2 @@
"$PSScriptRoot\..\common\windows\longpath.ps1"