[wpkg-users] [Bug 145] Dependancy error when removing packages
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Tue Apr 28 00:30:06 CEST 2009
http://bugzilla.wpkg.org/show_bug.cgi?id=145
--- Comment #8 from Rainer Meier <r.meier at wpkg.org> 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.
More information about the wpkg-users
mailing list