Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7209 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49253 invoked by uid 1010); 20 Jan 2004 23:27:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49123 invoked from network); 20 Jan 2004 23:27:08 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 20 Jan 2004 23:27:08 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id C1CDD1488089; Tue, 20 Jan 2004 15:23:50 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id DBBFB1488087; Tue, 20 Jan 2004 15:23:48 -0800 (PST) Message-ID: <05ad01c3dfac$b4d87740$8802a8c0@obsidian> To: , References: <02af01c3dfa6$d1777d20$cc6464c5@RMAGSBS.local> Date: Tue, 20 Jan 2004 23:25:34 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] nmake msi-installer From: wez@thebrainroom.com ("Wez Furlong") The MSI stuff is something I have in-development here; it's nowhere near ready for public consumption, and it's probably won't get there for a little while yet (I need to worry about earning money atm). --Wez. ----- Original Message ----- From: "Blake Schwendiman" To: Sent: Tuesday, January 20, 2004 10:43 PM Subject: [PHP-DEV] nmake msi-installer > I just wanted to mention that NMAKE MSI-INSTALLER does not work because > "build-installer.php" is not in the current CVS snapshot. > > Debug_TS\php.exe ..\php-installer\build-installer.php "Debug_TS" > "php5ts > _debug.dll" "php.exe php-win.exe" "" "" > Could not open input file: ..\php-installer\build-installer.php. > NMAKE : fatal error U1077: 'Debug_TS\php.exe' : return code '0x1' > Stop. > > If I am generating unnecessary traffic on this list right now, please > let me know and point me to the right place to first search for this > type of information. I've been building PHP for years on Linux, but > I've never really built PHP on Windows until this version, so I'm trying > everything.