Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Wed, 27 Feb 2002 08:22:44 -0500 From: Jason Tishler Subject: A couple of setup.exe nits To: Cygwin-Apps Mail-followup-to: Cygwin-Apps Message-id: <20020227132244.GA1144@hp.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.3.24i I found the following nits with the current setup.exe: 1. setup.exe no longer responds to Windows messages during postinstall. I noticed this because one of my postinstall scripts did a SendMessage(HWND_BROADCAST, ...) which caused a deadlock situation. I changed to PostMessage() to workaround the problem. Note that Task Manager also indicates a status of "Not Responding". 2. /etc/setup/installed.db indicates files end with ".bz2" regardless of their true suffix. I don't know if this will cause problems or not, but I found it disconcerting. Jason