I have a wix project, and i need write custom log file, except msi log.
My idea is as follows: Write all needed info in one property, and when install complete - write value of property to file in custom action.
I have no idea, how i may increment property value without replacing.
Also, if you have better way to write custom log - i am pleased to read