[wpkg-users] [Bug 184] Add an inherit attribute to package actions

Stefan Pendl stefan.pendl.71 at gmail.com
Thu Sep 15 19:59:17 CEST 2011


Hi Rainer,

I have the following package commands:

        <install inherit="remove"/>
        <install cmd='MsiExec.exe /passive /norestart /log
"%TMP%\%JH_PKG_NAME%.log" /i "%JH_PKG_MSI%"' />

        <upgrade inherit="install"/>

        <remove cmd='MsiExec.exe /passive /norestart /log
"%TMP%\%JH_PKG_NAME%.log" /x "%JH_PKG_MSI%"'>
            <exit code="1605"/>
            <exit code="1633"/>
        </remove>

And get the following error message:

2011-09-15 19:51:22, DEBUG   : Install type: install
2011-09-15 19:51:22, DEBUG   : Fetching install commands.
2011-09-15 19:51:22, DEBUG   : Fetched 2 install command(s).
2011-09-15 19:51:22, ERROR   : Error: Command missing. Please fix the
package. Ignoring command.

Seems there is one check not yet adapted to allow inheritance to work ;-)

---
Stefan



More information about the wpkg-users mailing list