[wpkg-users] Google Drive fails check after install
Andrew Struiksma
andrew_struiksma at msvl.k12.wa.us
Fri Dec 14 22:03:41 CET 2012
On Fri, Dec 14, 2012 at 11:32 AM, Barry Ralphs
<barry.ralphs at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20121214/f588508e/attachment-0002.html>
More information about the wpkg-users
mailing list