[wpkg-users] ZigGenius 6.1 Update successfull but wpkg.xml not updated
Johannes.Brix at evidian.com
Johannes.Brix at evidian.com
Fri Jul 10 16:29:54 CEST 2009
Hello,
here is the package definition
<!-- ZIP-Genius -->
NEW build:
==========
<package
id="zipgenius"
name="ZIP-Genius"
revision="610"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="ZipGenius 6
(6.1.0.1000)" />
<install cmd='\\%WPKG-Master%\wpkg\zipgenius\zg6.1.0.1000std.exe
/VERYSILENT /NORESTART /NOICONS' >
<exit code="0" />
</install>
<upgrade
cmd='\\%WPKG-Master%\wpkg\zipgenius\uninstall-zipgenius.cmd' />
<upgrade cmd='\\%WPKG-Master%\wpkg\zipgenius\zg6.1.0.1000std.exe
/VERYSILENT /NORESTART /NOICONS' >
<exit code="0" />
</upgrade>
<remove cmd='\\%WPKG-Master%\wpkg\zipgenius\uninstall-zipgenius.cmd'
/>
</package>
OLD build:
=========
<package id="zipgenius" name="ZIP-Genius" revision="603" reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="ZipGenius 6
(6.0.3.1150)"/>
<install cmd="\\evd-ads2\wpkg\zipgenius\uninstall-zipgenius.cmd"/>
<install cmd="\\evd-ads2\wpkg\zipgenius\zg603-1150.exe /VERYSILENT
/NORESTART /NOICONS">
<exit code="0"/>
</install>
<install cmd="taskkill /F /IM zipgenius.exe"/>
<upgrade cmd="\\evd-ads2\wpkg\zipgenius\uninstall-zipgenius.cmd"/>
<upgrade cmd="\\evd-ads2\wpkg\zipgenius\zg603-1150.exe /VERYSILENT
/NORESTART /NOICONS">
<exit code="0"/>
</upgrade>
<remove cmd="\\evd-ads2\wpkg\zipgenius\uninstall-zipgenius.cmd"/>
</package>
---
Johannes
Rainer Meier <r.meier at wpkg.org>
10.07.2009 15:56
To: Johannes.Brix at evidian.com
cc: Pendl Stefan <stefan.pendl at haidlmair.at>, "wpkg-users at lists.wpkg.org"
<wpkg-users at lists.wpkg.org>
Subject: Re: [wpkg-users] ZigGenius 6.1 Update successfull but wpkg.xml not updated
Hi Johannes,
Johannes.Brix at evidian.com wrote:
> So, the problem is, how can I change a package, e.g. flags so that it
will
> be taken into account
> by a client.
Increase the package revision.
Please note that this will make WPKG to re-execute the update commands.
Probably your checks are inappropriate to detect if ZipGenius is installed
properly. Could you post the XML package definition you use?
br,
Rainer
More information about the wpkg-users
mailing list