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 - still not working #26

Closed
tomtheone opened this issue Jul 2, 2023 · 0 comments · Fixed by #27
Assignees
Labels

Comments

@tomtheone
Copy link

@mkorthof
Hi Marius

Thanks for your changes to fix this one.

I still have the same issue after your changes. Every time i execute the script it will download chromium as it was not installed.

Output on Windows 11:

C:\Scripts>chrupd.cmd -sysLvl
 Simple Chromium Updater ( chrupd.cmd 20230623 )

OS Detected: "Windows 10" (10.0, Workstation)
Task Scheduler Mode: Normal "1"
Logging to: "C:\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.199" from 2023-06-27 is available (5 days ago)
Downloading "https://github.com/Hibbiki/chromium-win64/releases/download/v114.0.5735.199-r1135570/mini_installer.sync.exe"
Saving as: "C:\Users\tom\AppData\Local\Temp\mini_installer.sync.exe"
SHA1 hash matches "608156c00fbc197b75761e95308778e62e1d466d"
Executing "mini_installer.sync.exe"
[OK] Done.

New Chromium version will be used on next app (re)start. 

Output on Windows Server 2022:

c:\Scripts>chrupd.cmd -sysLvl
 Simple Chromium Updater ( chrupd.cmd 20230623 )

OS Detected: "Windows Server 2016" (10.0, Server)
Task Scheduler Mode: Normal "1"
Logging to: "c:\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.199" from 2023-06-27 is available (5 days ago)
Downloading "https://github.com/Hibbiki/chromium-win64/releases/download/v114.0.5735.199-r1135570/mini_installer.sync.exe"
Saving as: "C:\Users\ADMINI~1.THU\AppData\Local\Temp\mini_installer.sync.exe"
SHA1 hash matches "608156c00fbc197b75761e95308778e62e1d466d"
Executing "mini_installer.sync.exe"
[OK] Done.

New Chromium version will be used on next app (re)start.

A few facts:

After the installation of mini-installer.exe --system-level, there is...

  • .. no key "Chromium" in HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\
  • .. no key "Chromium" in HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\
  • .. no "Application" folder in ${env:LocalAppData}\Chromium\

A few outputs below.

C:\Users\tom\AppData\Local\Chromium>dir
 Datenträger in Laufwerk C: ist Win11
 Volumeseriennummer: 3848-A043

 Verzeichnis von C:\Users\tom\AppData\Local\Chromium

22.06.2023  20:45    <DIR>          .
01.07.2023  17:05    <DIR>          ..
02.07.2023  11:26    <DIR>          User Data
C:\Program Files\Chromium\Application>dir
 Datenträger in Laufwerk C: ist Win11
 Volumeseriennummer: 3848-A043

 Verzeichnis von C:\Program Files\Chromium\Application

02.07.2023  11:24    <DIR>          .
02.07.2023  11:24    <DIR>          ..
02.07.2023  11:23    <DIR>          114.0.5735.199
27.06.2023  04:40         3’041’280 chrome.exe
02.07.2023  11:24               413 chrome.VisualElementsManifest.xml
27.06.2023  04:40         1’144’320 chrome_proxy.exe
02.07.2023  11:25    <DIR>          SetupMetrics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants