Re: [WiX-users] Splash Screen

2013-12-04 Thread wdh61
Done.  It's bug Bug 4221   William D. Hayden Eastern Skies District Camping Chair Technology Chair From: Blair Murri-3 [via Windows Installer XML (WiX) toolset] To: wdh61 Sent: Wednesday, December 4, 2013 4:

Re: [WiX-users] Splash Screen

2013-12-03 Thread wdh61
OK, here's the real answer. Gimp and ImageMagik output a bmp in bmp version 4 format. ImageMagik does that as well but can also output version 3 format. The resulting version 3 file will display in the installer. So, bmp splash screen files have to be version 3 format. -- View this message i

Re: [WiX-users] Splash Screen

2013-12-03 Thread wdh61
Something odd is going on with the splash screen image processing. A bmp that is output from ImageMagik won't display either. (Although it will if I open it in Paint, save and then rebuild the installer) I'm trying to change the product version number at build time in the splash screen image.