mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2025-01-08 11:37:46 +08:00
Bugfix to hopefully address non-english iso bug
This commit is contained in:
parent
0d41cdfbd5
commit
ef70de4332
@ -1987,7 +1987,7 @@ You can use the fields below to configure the VHD or VHDX that you want to creat
|
||||
####################################################################################################
|
||||
|
||||
Write-W2VInfo "Looking for the requested Windows image in the WIM file"
|
||||
$WindowsImage = Get-WindowsImage -ImagePath $SourcePath
|
||||
$WindowsImage = Get-WindowsImage -ImagePath "$($driveLetter):\sources\install.wim"
|
||||
|
||||
if (-not $WindowsImage -or ($WindowsImage -is [System.Array]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user