Skip to content
⌘ NSIS Forum Archive

Images in the instaler selection area

5 posts

The-Wappy-One#

Images in the instaler selection area

First of all thanks to every one on this forum so far i have been on here a month and made 2 instalers and all my help has been answers with the search button on this forum 🙂 Thanks..

Any way the answer i couldent find

What im after now is tweaking the look on my installers.

i've changed the header branding ext ext but what i now want to do is have images on the selection section..

Similar to this (See attatchment)

I know how to make it so you can select only one of the items.. its just the image i carnt do or seem to do?



Many Thanks in advance

Wappy 👍
The-Wappy-One#
Yes i am i'll have a lookie at that now.

and thanks for the quick responce


----------------

lol never noticed that part before.. ive just pit the code in to make them work 😉

im reading the help file as i type .. thanks again
The-Wappy-One#
Ive spent most of the morning and all i get is errors


basicly i now have (See attatchment)

and thats all im after (Images it be done later) but i cant make the ratio buttons run the commands i need 🙁

The readme (Both of them) are giving me a headache

looking throught the forum i have seen many variations and the exsamples in the modern dir dont actually have a exsample of this sort of thing??

Can some one please help


all i to do is click on one button and it runs



CopyFiles /SILENT 'C:\exsample' '$INSTDIR'
IfErrors 0 +2
MessageBox MB_OK 'error'
RMDir /r C:\exsample\
and the other one

CopyFiles /SILENT '$INSTDIR\1' 'C:\exsample'
IfErrors 0 +2
MessageBox MB_OK 'error'
RMDir /r $INSTDIR\1\"