I believe I have found a bug in 8.6 which is not in 8.5 Note out\win32-ix86\bin\tclsh86.exe % glob * btcltkver buildno config expect4win [...] % glob config/* config/ChangeLog config/config.guess [...] **** % file isdirectory config/* **** 1 % file isdirectory config 1 % file isdirectory config/ChangeLog 0 % file isdirectory config/C* 0 % In tcl 8.5 the **** command returns 0, which is correct. There is no file named '*', therefore it cannot be a directory either. This is what trips the wrapping of the AT uninstaller in 8.6, i.e. this is the reason that the banner and other images are missing in the wrap result. Oh, this happens only on win32. On linux it behaves correctly. Time to bisect ...