Hi Oleg,
I am trying to send the logs files after the installation finishes.
I know there is .AfterInstall SetupEventHandler that I can use when installation finishes. But Logs ares still being written until the setup finishes.
Is there a way in WixSharp besides launching a process (within AfterInstall) that could send those logs ?
(I'm not missing much though, properties of the last MSI installation)
Thanks
I am trying to send the logs files after the installation finishes.
I know there is .AfterInstall SetupEventHandler that I can use when installation finishes. But Logs ares still being written until the setup finishes.
Is there a way in WixSharp besides launching a process (within AfterInstall) that could send those logs ?
(I'm not missing much though, properties of the last MSI installation)
Thanks