Philippe Charlot
All you have to do is disable logging before executing xcopy and then
re-enable it again when you're done copying files.
For example:
Disable(LOGGING);
XCopyFile ("C:\\Test.ini", "C:\\Temp", EXCLUDE_SUBDIR);
Enable(LOGGING);
This way actions performed by XCopyFile will not be logged for
uninstallation.
Good luck,
Ruslan Ulanov