<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix"><br>
On 12/14/2012 1:03 PM, Andrew Struiksma wrote:<br>
</div>
<blockquote
cite="mid:CAPZaezvpoKHp7ANGkE_Yo+aNb_4JGiM6r6eX_Zcqu3LHwM6ugA@mail.gmail.com"
type="cite">
<div class="gmail_quote">On Fri, Dec 14, 2012 at 11:32 AM, Barry
Ralphs <span dir="ltr"><<a moz-do-not-send="true"
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">
<div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva">I'm trying to push out the
Google Drive Sync client to our workstations.</font></div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva">This is the package I'm
using:</font></div>
<br>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva"><package
id="GoogleDrive" name="Google Drive" revision="1"
priority="1"></font></div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva"> <check type="file"
condition="versiongreaterorequal" </font></div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva">path="%ProgramFiles(x86)%\Google\Drive\googledrivesync.exe"
</font></div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva">value="1.6.3837.2778"
/></font></div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva"> <install
cmd='msiexec /qn /l* "C:\TMaLog\GoogleDrive.log" /i </font></div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva">"%SOFTWARE%\GoogleDrive\gsync_enterprise.msi"'
/></font></div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="Geneva"></package></font></div>
</div>
<div style="text-align:left" align="left"><font
style="font-size:10pt;font-family:Geneva" size="+0"
color="#000000" face="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>
</blockquote>
<br>
I've done that check also.<br>
Has anyone else had any luck pushing out the Google Drive client via
WPKG?<br>
<br>
thx,<br>
Barry<br>
<br>
</body>
</html>