I’m making MSI installer in WiX. During installation I want to run an executable from a custom action and get its standard output (not the return code) for later use during installation (with Property element, supposedly).
How can I achieve it in WiX (3.5)?
I used this code for a similar task (its a C# DTF custom action):