can anybody tell me how to create exe installer file for eclipse rcp product
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Once you have exported you product using the Product Export Wizard, you will have a folder that includes an exe for launching your RCP application.
If you then want to create a packaged version for installing from a single exe, I’ve used the Nullsoft Scriptable Install System in the past. Comes with some good examples, lets you easily create start menu entries and an uninstaller.
If you install EclipseNSIS you can use its wizard to create the installer. New->Other->EclipseNSIS->NSIS Script. Takes you through it step by step and creates the script for you. You can also then run your installer build script right from eclipse.