Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Tipical or Custom Install (http://forums.winamp.com/showthread.php?t=206542)

pet_gr 1st February 2005 08:10

Tipical or Custom Install
 
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

glory_man 1st February 2005 10:36

Use InstType function
code:

InstType "Full"
InstType "Tipical"


When you declare sections use SectionIn function with indexes of sections:
code:

Section "Main"
SectionIn 1 2
...
SectionEnd

Section "Second"
SectionIn 1
...
SectionEnd


Look at the documentation about these functions.

pet_Gr 2nd February 2005 08:15

Can someone point me to a good example please,it's urgent!!!
Thanks!!!!

glory_man 2nd February 2005 13:43

In your NSIS folder:
{NSIS_istalled_folder}\Examples\makensis.nsi or bigtest.nsi.


All times are GMT. The time now is 05:18.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.