I'm working on a C# Custom Action DLL that is called into from InstallShield. I need to be able to write to the MSI Installer Log file from this dll. I'm looking for examples on how to do this.

Thanks