Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP

2012-04-01 Thread Neil Sleightholm
Long shot but is your icon file a valid icon on Windows XP? Try copying it to an XP machine and assigning it to a shortcut. I seem to remember that the bit depth, icon size or alpha channel changed after Windows XP. Neil -Original Message- From: Wesley Manning

Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP

2012-04-01 Thread Milan Kaše
Try to use PNG image format for the LogoFile instead of the ICO format. -- Milan -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure

Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP

2012-04-01 Thread Bob Arnson
On 01-Apr-12 05:57, Milan Kaše wrote: Try to use PNG image format for the LogoFile instead of the ICO format. Yep: LogoFile uses GDI+ to load the image and GDI+ doesn't support icons. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP

2012-04-01 Thread Wesley Manning
Ok thanks, that was it. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: April-01-12 11:10 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP On 01-Apr-12 05:57, Milan Kaše wrote: Try to use PNG image

Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP

2012-03-30 Thread Rob Mensching
Based on what you've described it sounds like a bug. Can you debug it and see? Can you open a bug if it looks like something is messed up? On Thu, Mar 29, 2012 at 8:23 AM, Wesley Manning wmann...@dynagen.ca wrote: Hi, I create a burn exe and as long as I don't specify a LogoFile attribute

Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP

2012-03-30 Thread Wesley Manning
] Sent: March-30-12 12:46 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix Burn LogoFile doesn't work on Windows XP Based on what you've described it sounds like a bug. Can you debug it and see? Can you open a bug if it looks like something is messed up