Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every time chrupd is executed, it seems the script reinstalls Chromium #25

Closed
tomtheone opened this issue Jun 22, 2023 · 1 comment
Closed
Assignees
Labels

Comments

@tomtheone
Copy link

tomtheone commented Jun 22, 2023

Hi all

Is this normal? Every time the script is executed, it says "Could not find Chromium, initial installation will be done by the downloaded installer...". Why is the script unable to detect the installation? Any ideas?

The script will be executed like this and with the default config.

D:\Data\Scripts\chrupd.cmd -sysLvl

It's also Windows Server 2022 and not Windows Server 2016.

C:\Users\Administrator\Downloads>D:\Data\Scripts\chrupd.cmd -sysLvl
 Simple Chromium Updater ( chrupd.cmd 20230616 )

OS Detected: "Windows Server 2016" (10.0, Server)
Task Scheduler Mode: Normal "1"
Logging to: "D:\Data\Scripts\chrupd.log"
Could not find Chromium, initial installation will be done by the downloaded installer...
Using the following settings:
Source "chromium.woolyss.com" name "Hibbiki" architecture "64-bit" channel "stable"

New Chromium version "114.0.5735.134" from 2023-06-14 is available (8 days ago)
Downloading "https://github.com/Hibbiki/chromium-win64/releases/download/v114.0.5735.134-r1135570/mini_installer.sync.exe"
Saving as: "C:\Users\ADMINI~1\AppData\Local\Temp\3\mini_installer.sync.exe"
SHA1 hash matches "20bd21a029c8d794564adabc401037f830813efc"
Executing "mini_installer.sync.exe"
[OK] Done.

Regards
Tom

2023-06-22 20:25:41 Start (pid:10372 name:powershell scheduler:0 v:20230616 )
2023-06-22 20:25:41 Could not find Chromium, initial installation will be done by the downloaded installer...
2023-06-22 20:25:41 Source "chromium.woolyss.com" name "Hibbiki" architecture "64-bit" channel "stable"
2023-06-22 20:25:42 New Chromium version "114.0.5735.134" from 2023-06-14 is available (8 days ago)
2023-06-22 20:25:42 Downloading "https://github.com/Hibbiki/chromium-win64/releases/download/v114.0.5735.134-r1135570/mini_installer.sync.exe"
2023-06-22 20:25:42 Saving as: "C:\Users\ADMINI1\AppData\Local\Temp\3\mini_installer.sync.exe"
2023-06-22 20:25:45 SHA1 hash matches "20bd21a029c8d794564adabc401037f830813efc"
2023-06-22 20:25:45 Executing "mini_installer.sync.exe"
2023-06-22 20:25:59 Done. New Chromium version will be used on next app (re)start
2023-06-22 20:25:59 Installer logfile: C:\Users\ADMINI
1\AppData\Local\Temp\3\chromium_installer.log

@mkorthof
Copy link
Owner

mkorthof commented Jun 23, 2023

Hi,
To detect existing install it checks registry key first:
HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\Chromium\Version

and then folder: <AppData>\Chromium\Application
( ofc that folder will never match for -sysLvl )

The Windows version should not be an issue but I'll add 2022 to the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants