Re: [WiX-users] bitmap error 2858

2010-08-19 Thread Umesh Joglekar
Hi, I was able to solve this problem and the earlier reported problem of custom action not running on XP. I am reporting this so others can benefit from it. The custom dialog used a background image which was in jpg format. Windows 7 could handle it. XP HOME SP3 also could handle it though

Re: [WiX-users] bitmap error 2858

2010-08-18 Thread Sohail Somani
On 10-08-18 5:08 PM, Umesh Joglekar wrote: > Hi, > > In our installer I am getting error 2858 when the installer is run on XP Pro > 32. > > Actual log entry is Debug: Error 2858. The data for bitmap background is not > valid. > > This problem is not seen on Windows 7. > > Has anyone noticed simil