Does anyone know how to use WiX (Windows Installer XML) to install a node server and start it as a windows service?
At the moment the application doesn't have a .exe file, just a bat file which runs 'node app.js' which starts the server. I was wondering if it's possible to install this as a service using wix, or does it have to be converted into an .exe file first?