<div class="gmail_quote">On Fri, Dec 14, 2012 at 11:32 AM, Barry Ralphs <span dir="ltr"><<a href="mailto:barry.ralphs@tippingmar.com" target="_blank">barry.ralphs@tippingmar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>
<u></u>






<div>
<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva">I'm trying to push out the Google Drive Sync client to our workstations.</font></div>
<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva">This is the package I'm using:</font></div>
<br>
<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva"><package id="GoogleDrive" name="Google Drive" revision="1" priority="1"></font></div>

<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva">     <check type="file" condition="versiongreaterorequal" </font></div>

<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva">path="%ProgramFiles(x86)%\Google\Drive\googledrivesync.exe" </font></div>
<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva">value="1.6.3837.2778" /></font></div>
<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva">     <install cmd='msiexec /qn /l* "C:\TMaLog\GoogleDrive.log" /i </font></div>

<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva">"%SOFTWARE%\GoogleDrive\gsync_enterprise.msi"' /></font></div>
<div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva"></package></font></div></div><div align="left" style="text-align:left"><font face="Geneva" size="+0" color="#000000" style="font-size:10pt;font-family:Geneva"><br>
</font></div></blockquote><div><br></div><div>Try changing your check to this:</div><div><br></div><div>   <check </div><div>    type="uninstall" </div><div>    condition="versiongreaterorequal" </div>
<div>    path="Google Drive" </div><div>    value="1.6.3837.2778"</div><div>  /> </div></div><br><div>Andrew</div>