I'm having difficulty figuring out why my Javascript Custom action is failing.
I thought I saw a topic in the WIX.chm file on debugging; now I cannot find it.
Q1
is there doc on how to debug Javascript or VBScript custom actions?
Q2
Is there a way to emit something into the MSI log from a custom action?
Addendum:
Some people think script is the wrong tool for writing CAs.
I don't agree. I think Javascript is a very good tool for the job.
For the doc, look for Session.Message.
To emit messages into the MSI log from a Javascript Custom Action, follow this boilerplate code: