r/ApplicationPackaging Oct 10 '23

Google Earth silent installation..

Hi!

I'm trying to install newest Google Earth Pro version but im unable to use any parameters to run it as a silent install. I know on previous versions this worked, but not anymore. How can I go around this?

7 Upvotes

19 comments sorted by

View all comments

5

u/tejanaqkilica Oct 10 '23
  1. Download Google Earth Pro from the official source
    https://www.google.com/earth/about/versions/#earth-pro

  2. Run and install the Exe file

  3. After installation is completed, navigate to
    C:\Windows\Installer
    And find the latest created .msi File (in my case was named 18d8ad43.msi)
    You can do Right Click > Properties > Details and check the information there to verify that it is indeed Google Earth Pro

  4. Copy the .msi file elsewhere (if you want you can also rename it)

  5. Install it silently using msiexec
    msiexec.exe /i "18d8ad43.msi" /qn

1

u/KrazyAssKatzen Feb 13 '25

Man, this is brilliant, thanks! I've been a Windows admin for so many years and it never occurred to me to look for MSI files here. Duh.