>>> Is it possible (before the end of the setup) to enumerate the in-use
>>> files that will be installed on re-boot?
>>
>> You have to read the "PendingFileRenameOperations" registry value to
>> get the list of files. Problem is that each "line" in the value data
>> is null terminated and the whole thing is a double-null string.
>>
>> Perhaps I can add a SB function to handle this. I'll investigate and
>> let you know.
>
> I have added it to the latest internal build.

Unfortunately, it turned out it did not work as expected and I had to
"disable" the new feature. But it will be available in the next build.

Friedrich