|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi,
I've used MsiProcessMessage to show error & information messages to the user. My installer always runs in the basic (/qb) mode. The installer displays messages and associated icons properly on Win XP, Vista, Win 7 & Win 2003. But, on Windows Server 2008, it shows different error & information icon. However, if I show the error messages using MessageBox() API, it shows proper icon. Did I do something wrong? If not, can anyone justify this behavior? Moreover, can I specify custom icons for displaying them in messages? Thank You. PS. |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
On Sep 13, 2:29*pm, PS <puneet.p.s...@gmail.com> wrote:
> Hi, > > I've used MsiProcessMessage to show error & information messages to > the user. My installer always runs in the basic (/qb) mode. > The installer displays messages and associated icons properly on Win > XP, Vista, Win 7 & Win 2003. But, on Windows Server 2008, it shows > different error & information icon. > > However, if I show the error messages using MessageBox() API, it shows > proper icon. Did I do something wrong? If not, can anyone justify this > behavior? Moreover, can I specify custom icons for displaying them in > messages? > > Thank You. > > PS. I'd like to add that the problem not only persists with Windows 2008, but also gets generated on Windows Vista. However, it shows proper icon on Windows 7. Any help would be grateful. Thanks, PS. |
|