View Single Post
  #71  
Old 07-01-2013, 23:32
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by vasu001 View Post
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.
Reply With Quote