[wpkg-users] [Bug 123] Executed commands that lock installation process. - Tentative Solution(s) attached :-)

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Tue Sep 6 12:46:16 CEST 2011


http://bugzilla.wpkg.org/show_bug.cgi?id=123

Peter Hoeg <peterhoeg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
                 CC|                            |peterhoeg at gmail.com
         Resolution|FIXED                       |

--- Comment #5 from Peter Hoeg <peterhoeg at gmail.com>  ---
I have this very problem with WPKG Client 1.3.14 and WPKG 1.2.

Specifically the following install stanza will simply hang until timeout:

<install cmd='%COMSPEC% /C FOR /L %I IN (10,1,27) DO msiexec %MSI% /x
{26A24AE4-039D-4CA4-87B4-2F832160%IFF}'> <exit code='1605' /></install>


While this one works without problems:

<install cmd='%COMSPEC% /C FOR /L %I IN (10,1,26) DO msiexec %MSI% /x
{26A24AE4-039D-4CA4-87B4-2F832160%IFF}'> <exit code='1605' /></install>


So adding one more iteration makes WPKG hang. If I split it up like this it
also works:

<install cmd='%COMSPEC% /C FOR /L %I IN (10,1,20) DO msiexec %MSI% /x
{26A24AE4-039D-4CA4-87B4-2F832160%IFF}'> <exit code='1605' /></install>
<install cmd='%COMSPEC% /C FOR /L %I IN (21,1,27) DO msiexec %MSI% /x
{26A24AE4-039D-4CA4-87B4-2F832160%IFF}'> <exit code='1605' /></install>

-- 
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