http://bugzilla.wpkg.org/show_bug.cgi?id=145
--- Comment #8 from Rainer Meier <[email protected]> 2009-04-28 00:29:54 --- Unfortunately I have to admit that I checked in version 1.1.0-M25 too early. It contains a major problem related to the execution of non-cmd based scripts. Fix description: FIX: STDOUT/STDERR flushing code did not work for non-cmd/%COMSPEC% based installer scripts. Unfortunately on Windows it looks like the I/O re- director parameters ">" or "2>" need to be handled by the application and not by the shell/OS. As a result appending ">NUL" caused invalid/ unknown arguments to be passed to some commands (like msiexec). As a work-around WPKG is now executing all commands within a %COMSPEC% shell unless they already use STDOUT & STDERR redirectors. Checked in as r57: <http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/current-development/> Sorry for the troubles it might have caused. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. ------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/wpkg-users
