Jump to content

Recommended Posts

Posted

Does anyone have a Google File Stream MSI that they can share? We are struggling to install the .exe for users via their account or via Impero.

 

I've not tried via GP though would that work? Everything i try it fails.

 

From what i understand it has to be installed with the user logged on rather than installed as Network Admin where the application will be installed to the user.

 

TIA.

Posted

Not an MSI, but this Startup script works fine:

 

@echo off

reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6BBAE539-2232-434A-A4E5-9A33560C6283}

if %ERRORLEVEL%==1 goto installer

if %ERRORLEVEL%==0 goto noinstaller

goto end

:installer

"\\Server\Share\GoogleFS\GoogleDriveFSSetup.exe" --silent

goto end

:noinstaller

goto end

:end

  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...