Labamba81 <labamb...@googlemail.com> writes:

> Could you post your packages.xml entry for yout TEMP variable please?

I do not use it for TEMP, but I use it like this for version:

#v+
<?xml version='1.0' encoding='utf-8'?>
<packages>
  <package
      id="flash-player-firefox"
      name="Flash player for Firefox"
      revision="%version%"
      reboot="false"
      priority="100">
    
    <depends package-id='firefox'/>
    
    <variable name="version" value="10.2.153.1" />
    <variable name="pathappli" value="adobe\flash\10.2\mozilla" />
  
    <check type='uninstall' condition='exists' path='Adobe Flash Player 10 
Plugin'/>

    <check type="logical" condition="or">
        <check type="file" condition="versionequalto" 
path="%SYSTEMROOT%\system32\Macromed\Flash\NPSWF32.dll" value="%version%"/>
        <check type="file" condition="versionequalto" 
path="%SYSTEMROOT%\SysWOW64\Macromed\Flash\NPSWF32.dll" value="%version%"/>
    </check>

    <install cmd='"%SOFTWARE%\%pathappli%\install.cmd"'/> 

    <upgrade cmd='"%SOFTWARE%\%pathappli%\install.cmd"'/> 

    <remove cmd='"%SOFTWARE%\%pathappli%\remove.cmd"'/> 

  </package>
</packages>
#v-

Regards.
-- 
Daniel Dehennin
RAIP de l'Orne

Attachment: pgprdDyKGpZzV.pgp
Description: PGP signature

-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to