Want to disable logging of file transfer before the files get copied and then enable it again as soon as the files get copied. The goal is to only disable logging for files that get copied, not for registry settings or environment settings.
One way is to disable it in OnInstalling() procedure and then Enable it in OnInstalled() proc. This procedure works but is too tedious when you have a lot of components in the program.
Does anyone know of a better way?
How about disable logging in OnInstallingFiles() and then enable it in OnMoved() function? Will this work?

Thanks to all people on this Forum, Everyone of you make this forum succcessful. Esp the Gurus.