Quote:
Originally Posted by vasu001
well this is what i wanna know-
when i run the installer the background images are stretching to my desktop size but i want them to be in there original resolution in setup[running] i.e. 1900 x 1080 
|
look in script for
case FloatToStr(GetScreenWidth div GetScreenHeight) of
then below the 1.6 ... line add
'1.7' : ARatio:='16_9';
then do a search thru the script for bgImage.Stretch & change true to false.
MAKE NOTE where you changed it, so if its still not right change it back !!
peterf' posted about the same issue in another topic but i couldnt find it again, I had that line added to original script & noted it wasnt there in this script.