<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<div class="moz-signature">-- <br>
<meta content="text/html;" http-equiv="Content-Type">
<br>
<div class="moz-signature">
<meta http-equiv="Content-Type" content="text/html; ">
<title id="ridTitle"></title>
<style type="text/css">
.style1 {font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
.style2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12;
        color: #000000;

} </style>
<hr color="#ff0000" size="1">
<p class="style2" font="" align="left"> Hello. I have a question -
since there is a group of programs that
users can install even without admin rights and there are some programs
that we need to install only on some machines without changing WPKG
group membership I'd like to ask - is there a possibility to create a
package in the main default group that would install the latest version
of the program only if there's an older version.<br>
</p>
<p class="style2" font="" align="left">Example:<br>
</p>
<p class="style2" font="" align="left">If there is Winamp installed
-> install the latest version (tags <install> or
<upgrade><br>
if no Winamp installed -> do nothing and exit with '0' code.<br>
</p>
<p class="style2" font="" align="left">I know I can go around and do
this with doing something like this:<br>
</p>
<p class="style2" font="" align="left"><check type="logical"
condition="or"><br>
<check type="uninstall" condition="exists" path="Winamp" /><br>
<check type="file" condition="exists" path="c:\SOME_FILE.TXT" /><br>
<install cmd="IF EXIST C:\PROGRAM FILES\WINAMP\WINAMP.EXE THEN
%SOFTWARE%\WINAMP\SETUP.EXE /S /install=SFQR" ELSE COPY
%SOFTWARE%\SOME_FILE.TXT C:" /><br>
</p>
<p class="style2" font="" align="left">So it will always execute the
package and install Winamp if there's an older version or copy the
SOME_FILE.TXT file if there's no winamp at all, and then if winamp is
installed or the file is present it will check the package installation
is OK.<br>
</p>
<p class="style2" font="" align="left">But I would rather like to
create a package that would not be run at all if there would be no
winamp istalled. Is this possible?<br>
</p>
<hr color="#ff0000" size="1">
<b><span id="_AthCaret"></span></b>
<p><b><br>
</b></p>
</div>
</div>
</body>
</html>