Archive: Need help with page components


Need help with page components
Hi, i'm very noob in nsis but i've created some installers with it. See my web page:
http://www.tribodosrenegados.com.br/

I'm a game translator and all my tranlations installer were made with nsis.

I need help with page components or whatever (I don't know the name of the thing I want to do).

I have here a translation with many differents fonts (images in DDS format), and during the installer, I want to put an option to the user choice which font he need to install in the game. I've read a lot of tutorials, but I can't understand the examples.

This is what I wanna do:

"Small font" "It will install the small font in the game"

"Medium font" "It will install the medium font in the game"

"Large font" "It will install the large font in the game"

The page is like this image:
http://img573.imageshack.us/img573/3592/snap3p.jpg

One checkbox per font. If the user select the 'small' font, install only it, and skip the others, and etc...

If anyone can write a working example, I'm sure I can edit it and put in my installer. Like I sayd, I can't understand the tutorials with dummy examples, so, I need a working example with files (can be simple small files, and I change it to my DDS files).

Sorry for the bad english guys...

Thanks!


This is a edited version of the one-section.nsi example script that comes with nsis
but i added files per selection should be real easy to understand.

best of luck


thx dude, now I understand it. I'll use it in my installer.

You awesome =)