FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 0bef90b3 authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Google Drive Stream -> v41.0.2.0

parent f55e126f
No related branches found
No related tags found
1 merge request!144Google Drive Stream -> v41.0.2.0
Pipeline #41799 passed
......@@ -2,14 +2,16 @@
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="googledrive_stream" name="Google Drive Stream" revision="%version%.1" priority="64">
<variable name="version" value="37.0.8.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Google Drive File Stream" value="%version%" />
<variable name="version" value="41.0.2.0" />
<check type='registry' condition='exists' path='HKLM\software\ucam_wpkg.cam.ac.uk\googledrive_stream'/>
<install cmd='%WPKGSOFTWARE%\googledrive_stream\%version%\googledrivefilestream.exe --silent --gsuite_shortcuts=false' /> <!-- install log in C:\Windows\TEMP\GoogleDFSSetup_* -->
<install cmd='reg add HKLM\software\ucam_wpkg.cam.ac.uk\googledrive_stream /t reg_sz /v version /d %version% /f'/>
<!-- a reboot is always needed after an uninstall so we can't remove and then install hence why the lines are commented out. Not the nicest of packages to test with -->
<!-- <upgrade include='remove' /> -->
<!-- <upgrade include='install' /> -->
<upgrade cmd='reg add HKLM\software\ucam_wpkg.cam.ac.uk\googledrive_stream /t reg_sz /v version /d %version% /f'/>
<remove cmd='taskkill /IM GoogleDriveFS.exe /f' >
<exit code="any" />
......@@ -17,6 +19,7 @@
<remove cmd='cmd /c %wpkgsoftware%\wpkg\tools\waitforprocess.cmd google_drivefs_uninstall_' />
<remove cmd='"%PROGRAMFILES%\Google\Drive File Stream\%version%\uninstall.exe" --silent --force_stop' />
<remove cmd='cmd /c %wpkgsoftware%\wpkg\tools\waitforprocess.cmd google_drivefs_uninstall_' />
<remove cmd='reg delete HKLM\software\ucam_wpkg.cam.ac.uk\googledrive_stream /f'/>
</package>
</packages:packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment