Le 20 déc. 2009 à 11:48, Jérôme Laheurte a écrit : > > Le 19 déc. 2009 à 22:11, Frank Niessink a écrit : > > > Hi, > > > > It seems (some?) users on 64 bits Windows Vista have a problem with > > transparent dialog titel bars. Anybody here using Windows Vista 64 > > bits that could give us a hand with some testing? > > I guess all 64 bits Windows users have a problem if they don't use the > default theme; py2exe bundles the "UxTheme.dll" file, which installs a > system-wide hook in order to intercept paint messages. It's Microsoft's > skinning system. Of course, a 32-bit system-wide hook running on a 64-bits > platform is Bad. > > So I put it in dll_excludes, I'll see if I need to add something to the > installer to delete it when upgrading.
And adding a [InstallDelete] section to the Inno script does not seem to work... Any idea ?
