We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba078c commit 3ef0c7eCopy full SHA for 3ef0c7e
tiny11maker.ps1
@@ -54,7 +54,7 @@ if ((Test-Path "$DriveLetter\sources\boot.wim") -eq $false -or (Test-Path "$Driv
54
Write-Host ' '
55
Write-Host 'Converting install.esd to install.wim. This may take a while...'
56
Export-WindowsImage -SourceImagePath $DriveLetter\sources\install.esd -SourceIndex $index -DestinationImagePath $ScratchDisk\tiny11\sources\install.wim -Compressiontype Maximum -CheckIntegrity
57
- } else {
+ } else {
58
Write-Host "Can't find Windows OS Installation files in the specified Drive Letter.."
59
Write-Host "Please enter the correct DVD Drive Letter.."
60
exit
0 commit comments