Archive: NSIS error after compilation


NSIS error after compilation
Hi,
I am trying to make an installer that installs my application together with java runtime, erlang runtime and RabbitMQ.

I am embedding the installers as described here http://nsis.sourceforge.net/Embedding_other_installers
and here http://kalanir.blogspot.se/2011/07/n...allers-in.html

When the installer is compiled it sometimes won't work (NSIS Error) on the computer it compiled on but it will work on another computer (transferred through the network), sometimes it's the other way around and sometimes it works on both.

I did read the wiki about this error (http://nsis.sourceforge.net/Why_do_I_get_NSIS_Error) but it doesn't help much.

Is this something anyone of you have seen before or do you have any suggestions on how I could solve this problem?

Thanks for any help!


Did you make sure the file is exactly the same on both computers with, for example, MD5 hash?