Seite 1 von 1

chromium browser - update

Verfasst: 14 Apr 2022, 13:12
von g.burck
Moin,

ich habe mir ein einfaches Paket gebaut, welches den chromium browser installiert.

Mit einem einfachen:

Code: Alles auswählen

[Winbatch_install_64]
        %SCRIPTPATH%\mini_installer_x64.exe --system-level
läuft die Installation.

Jetzt wollte ich die Installation auf den neusten Stand bringen, lade mir den aktuellsten mini installer herunter.
Allerdings fehlen mir jetzt die Parameter die ich dem Installer zum updaten mitgeben muss. Ein einfaches Austauschen der exe reicht nicht.

Oder läuft das beim chromium (nicht google chrome) grundsätzlich anders?

Grüße

Gregor

Re: chromium browser - update

Verfasst: 14 Apr 2022, 17:13
von SisterOfMercy
Where did you get chromium?

I use the builds from here: https://github.com/Hibbiki/chromium-win64/releases
The other windows build from https://chromium.woolyss.com/ doesn't work for me, I can't silently install extensions then.

I use chrome.sync.7z, and shuffle the files around a bit. (I am lazy, didn't want to have to do with the version number in the directory path).
Anyway, I'm too lazy to copy the script here, so download it here: http://dgip.nl/packages/chromium_100.0.4896.88-1.opsi

Comes with the widevine thing and automatic installation of ublock origin.