abbodi1406/BatUtil

UUP->ISO stuck because 7z ask whether to replace the existing file

Alex6357 opened this issue · 1 comments

uup-converter-wimlib/convert-UUP.cmd: line 3169:
7z.exe e "%_www%" -o.\bin\temp\pmcppc %1\Windows\servicing\Packages\Microsoft-Windows-Printing-PMCPPC-FoD-Package~%_Pkt%~*~%langid%~*.* %1\Windows\WinSxS\Manifests\*_microsoft-windows-p..oyment-languagepack_*.manifest %1\Windows\WinSxS\Manifests\*_microsoft-windows-p..ui-pmcppc.resources_*.manifest %_Nul3%

When executing to this line, 7z will ask whether to replace the existing files because there are files with the same name. And since output is disabled, it looks like the script was stucked.
I checked these files and they seems to be the same.
Windows version 22621.2428 from uupdump.net

The first line of the subroutine is ment so that it's executed once (extracting the files), it wouldn't need to overwrite files
if exist "bin\temp\pmcppc\Microsoft-Windows-Printing-PMCPPC-FoD-Package*.mum" goto :eof

however, i agree that i should add -aoa parameter just in case