Archive: How to include executable files...


How to include executable files...
Greetings...

I'm new to NSIS so please be kind.
I am trying to write an installer package that install 3rd party software. I want to be able to install a JRE & Tomcat 4.1.18, but I need to include these .exe files within my installer.
How do I include these executable files so that the NSIS compiler will package them into the custom installer?
Any suggestions? Thanks.


James


As normal file.


Section "Install JRE"
File "JRE.exe"
SectionEnd


Welcome to the Forums :D

Excellent! Fast response too. Thanks for the help