Sorry i'm a newbie and i've been looking for some info on creating an nsis installer with a combo box in wich i can select the installation type that i wanna do. How can i make it?
Greetings from spain
Pedro Garcia Rodriguez
Tipical or Custom Install
4 posts
Use InstType function
When you declare sections use SectionIn function with indexes of sections:
InstType "Full"
InstType "Tipical"
Look at the documentation about these functions.
Section "Main"
SectionIn 1 2
...
SectionEnd
Section "Second"
SectionIn 1
...
SectionEnd
Can someone point me to a good example please,it's urgent!!!
Thanks!!!!
Thanks!!!!
In your NSIS folder:
{NSIS_istalled_folder}\Examples\makensis.nsi or bigtest.nsi.
{NSIS_istalled_folder}\Examples\makensis.nsi or bigtest.nsi.