On Fri, Dec 14, 2012 at 11:32 AM, Barry Ralphs
<barry.ral...@tippingmar.com>wrote:

> ** **
> I'm trying to push out the Google Drive Sync client to our workstations.
> This is the package I'm using:
>
> <package id="GoogleDrive" name="Google Drive" revision="1" priority="1">
>      <check type="file" condition="versiongreaterorequal"
> path="%ProgramFiles(x86)%\Google\Drive\googledrivesync.exe"
> value="1.6.3837.2778" />
>      <install cmd='msiexec /qn /l* "C:\TMaLog\GoogleDrive.log" /i
> "%SOFTWARE%\GoogleDrive\gsync_enterprise.msi"' />
> </package>
>
>
Try changing your check to this:

   <check
    type="uninstall"
    condition="versiongreaterorequal"
    path="Google Drive"
    value="1.6.3837.2778"
  />

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