My customer's requirements for this is to combine the installation files of Erlang and RabbitMQ with the MSI. file of my window application into one single package.
The main reason for this is because that my software requires RabbitMQ to run, so the customers want us to cut short the downloading steps.
We are including Erlang version 20.0 and RabbitMQ Server version 3.6.12 into the package.
My question is: How do RabbitMQ locate Erlang in local machines? Can I do it with Wix Installer? Any help would be really appreciated.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<util:RegistrySearch Root="HKLM" Key="SOFTWARE\Ericsson\Erlang\ErlSrv\1.1\RabbitMQ" Format="raw" Variable="RabbitMQRegistrySearchResult" Win64="yes" Result="exists"/>
<util:RegistrySearch
Root="HKLM" Key="SOFTWARE\Ericsson\Erlang" Format="raw"
Variable="ErlangHomePathSearchResult"Win64="yes"Result="exists"/>