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 <[email protected]>
10.07.2009 15:56

 
        To:     [email protected]
        cc:     Pendl Stefan <[email protected]>, 
"[email protected]" 
<[email protected]>
        Subject:        Re: [wpkg-users] ZigGenius 6.1 Update successfull but 
wpkg.xml not updated


Hi Johannes,

[email protected] 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


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

Reply via email to