Archive: Real Installer Sample


Real Installer Sample
Hi everybody

Im new with this excellent tool.
At this moment I use InstallShield and its allows me to make many things that I also imagine with NSIS I could do it but actually Im not how.
The question is, there is a way to obtain some REAL installer with all the options available like being multilanguage, licenses and readme depending on the selected language, several options of installation, creation of different directories, adding data in registry, to create .ini or not depending on if it exists, installation of runtimes, registering of OCX, etc.

Thanks In Advance


I guess you haven't take a look yet at included examples :-)


Yes I Do
But all this samples are separated, and I need all the things I write above in one single installer


Just give 'em a try and come back to this forum to ask about. Everything that you seek above, NSIS can do it! You'll see why one should leave IS behind and step ahead to the next level! (NSIS)


Originally posted by Boyito
Yes I Do
But all this samples are separated, and I need all the things I write above in one single installer
There is enough information in the samples and documentation. You should be able combine the different things in all of the different examples yourself without any trouble. There would be nothing extra to learn from an example showing how to do everything at once.


The examples are seperate for clarity on how to use all of the functionality without confusing the user, I would imagine. If there was just one big example that did everything, you would have trouble following which parts of the code are to do with what... with seperate examples you can see how each process works individually.

TIP:

Look at the wiki where the list is of some realworld applications that use NSIS.

Then look which ones are opensource apps

Choose an app that look like yours a little

Go to this app's site and download the source, this will also include the NSIS installer script source.

Sneak peak.. and learn from there.


...but as stated before by others, combining examples with wiki code and you will get your script ready quite quickly.


OK
Thanks for the tips