Archive: How to take image files from Our folder for display it on UI of installsetup.


How to take image files from Our folder for display it on UI of installsetup.
Hi everyone,

For displaying images on UI of the install setup by default NSIS is taking following images

1.BtmImg.bmp
2.Header.bmp
3.LeftBranding.bmp

from the
"C:\Program Files\NSIS\ExperienceUI\Contrib\ExperienceUI\Skins\Windows XP" path.

I want to NSIS to take these images from My folder that is from where i am compiling .nsi file,
Can anyone please suggest what i need to do for this?


Thanks,
Dhiraj


Read the MUI readme. It has defines to change the bitmaps.

Stu