Archive: MUI_PAGE_INSTFILES DetailPrint


MUI_PAGE_INSTFILES DetailPrint
Hi guys.

I have one more problem:

I make some actions on MUI_PAGE_INSTFILES page (for exmple extracting test.txt file). Then i have leave callback function LeaveInstPage where i delete some files. (delete test1.txt)

Problem is that when i deleting test1.txt i have message:
Deleting test.txt in page log!!!

I have 2 lines "Deleting test.txt".
This is not what i want:)

Can i switch off writing to log in delete function?

Thank you.


Sorry of course 2 lines:

Extracting test.txt


SetDetailsPrint none

Thank you.