Computer scientists, it is know, love recursion.

I'm trying to use wpkg to install/manage... wpkg itself.

I've done a simply:

  <package
        id="wpkg"
        name="WPKG"
        revision="70"
        priority="0"
        reboot="false">

        <check type="uninstall" condition="exists" path="WPKG" />

        <install cmd='msiexec /qb /i %SOFTWARE%\WPKG\WPKGSetup.msi' />
        <upgrade cmd='msiexec /qb /i %SOFTWARE%\WPKG\WPKGSetup.msi' />
        <remove cmd='msiexec /qb /x %SOFTWARE%\WPKG\WPKGSetup.msi' />
  </package>

but does not work, at least on upgrade, i think because the installer
was not able to complete because wpkg was running, but i'm now a
wiondows expert, so could i have missed something.


I've also tried to apply settings, but this is another story/email...
;))) 

-- 
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  marco.gaiarin(at)sv.lnf.it      tel +39-0434-842711  fax +39-0434-842797

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to