I would like to create a Windows Installer (MSI) for the installation of my java application. I plan to use WiX (http://wixtoolset.org/) with the maven plugin wix-maven-plugin (http://wix-maven.github.io/wix-maven-plugin/).
I need to run a batch script during installation and as far as I know the only way to do this is to create a custom action. Unfortunately there is a text on the website of the maven plugin which seems to say that this does not work:
Wix custom actions are not included as a lifecycle for building in this plugin.
Does anybody know if that means that I cannot use custom actions if I create my msi-package with wix-maven-plugin?