View Single Post
  #204  
Old 12-01-2018, 12:23
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
he's changed names where he shouldnt have ?
//Background = WelcomePage, Background2 = FinishedPage
#define Background "Background.bmp"
#define Background2 "Background.bmp"
#define Banner "smallbitmap.bmp"
#define Icon "Setup.ico"

//Define Splash image and duration of FadeIn/Show/FadeOut in ms. If not needed, just disable Splash (set
#define Splash
#define SplashFile "logo.png"
#define SplashFadeIn "500"
#define SplashShow "1000"
#define SplashFadeOut "500"

unless he's renamed the corresponding files in folder as well ?
Reply With Quote