Recipe file for 2.6.3.12555?

I need to create MSI package for Spark. I found instructions here:

http://community.igniterealtime.org/docs/DOC-2126

But the recipe file is for version 2.6.0.11392 and doesn’t work.

I either need a recipe file for 2.6.3.12555 or I need the installer for the 2.6.0.11392 version.

Thanks!

I attempted to create a recipe file and MSI by having AppDeploy monitor system changes when runing the installer, but the resulting MSI does not work. When I try to run it, msiexec.exe just hangs.

My experience is that AppDeploy will create a silent installer when you do this - thats what it did for me when I built my version of Spark earlier this year. I also found that installing the spark msi using msiexec /i in a command prompt does not work - again, at least for me.