Additional SQL Server features and topics not covered by specific categories
I found this in Detail.txt:
(01) 2022-06-09 17:00:26 Slp: Exception type: System.IO.DirectoryNotFoundException
(01) 2022-06-09 17:00:26 Slp: Message:
(01) 2022-06-09 17:00:26 Slp: パス 'C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log\20220609_162958' の一部が見つかりませんでした。
(01) 2022-06-09 17:00:26 Slp: HResult : 0x80070003
I don't know Chinese, so I can't read that part. But it seems that the directory path above is missing. This would indicate that either Setup is confused about the name, or the file has been deleted.
It appears to be the former, because earlier in the log the folder is said to be on the D drive, but the error message has the C drive.
Exactly why this may be happening, I don't know. But maybe this is a clue.