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>

For the check I've tried both "uninstall" & "file".
The software seams to install just fine. In the event viewer it says the Windows Installer completed successfully with 0 errors, but then on the next line it says failed check after installation. The .log file from msiexec also says it was successfully, but when I log into the workstation the msiexec process is still running, but 0% activity.

Now every time I reboot it tries to install again, even though it's already installed.
So why are my checks failing?

--
Barry Ralphs  CAD/BIM/IT Manager

TIPPINGMAR
1906 Shattuck Ave, Berkeley CA 94704



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