On 1/10/2013 3:00 AM, wpkg-users-requ...@lists.wpkg.org wrote:
----------------------------------------------------------------------

Hello,

Has anyone managed to deploy G/Drive without having a Google Apps
subscription?

I found http://support.google.com/a/bin/answer.py?hl=en&answer=2490101
which points to an out of date msi,
https://dl.google.com/drive/gsync_enterprise.msi.

Am I missing something here, can G/Drive be deployed or is it not aimed
at that type of market?

Thanks

Chris


I think you might be right, the MSI is out of date.
I downloaded it & installed it on another workstation and it was v1.3, but my workstation was already at v1.6. I was using the v1.6 in my check condition and that's way it was failing, so this should work now:

<package id="GoogleDrive" name="Google Drive" revision="1" priority="1">
<check type="uninstall" condition="versiongreaterorequal" path="Google Drive" value="1.3.3209.2688"/> <install cmd='msiexec /qn /l* "C:\TMaLog\GoogleDrive.log" /i "%SOFTWARE%\GoogleDrive\gsync_enterprise.msi"' /> <upgrade cmd='msiexec /qn /l* "C:\TMaLog\GoogleDrive.log" /i "%SOFTWARE%\GoogleDrive\gsync_enterprise.msi"' />
</package>

Then it must auto-update to v1.6 later.

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