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 👍
Images in the instaler selection area
5 posts
You're using InstallOptions or not? InstallOptions has a Bitmap control.
-Stu
-Stu
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
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
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
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
and the other oneCopyFiles /SILENT 'C:\exsample' '$INSTDIR'
IfErrors 0 +2
MessageBox MB_OK 'error'
RMDir /r C:\exsample\
CopyFiles /SILENT '$INSTDIR\1' 'C:\exsample'
IfErrors 0 +2
MessageBox MB_OK 'error'
RMDir /r $INSTDIR\1\"
You forgot the attachment.