/
center-c
/
BeeperClient
Обзор
Документация
Войти
/
center-c
/
BeeperClient
Код
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
BeeperClient.appinstaller
25 строк
2 KB
beeper-deploy
release v2.0611.0336
11 июн 2026, 13:39
11 июн 2026, 13:39
3a3740b
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <!-- 2021 schema: s4:UpdateUris gives every channel the full multi-source update chain. DELIBERATE trade-off (decided 2026-06-10): this requires the Windows 10 2004+ deployment stack. On older machines (e.g. LTSC 2019 with App Installer 1.11) BOTH install and updates fail to parse this file with "error analyzing the app package"; such machines need an OS upgrade, or a manual `Add-AppxPackage BeeperClient.msix` install without auto-update. The schema is per-FILE: deployed clients adopt the last successfully fetched XML, so chain changes roll out automatically. Two channels (2026-06-11): share — office machines, Z:\ALL\temp\BeeperClient\appinstaller\ gitverse — outside the domain: raw files of https://gitverse.ru/center-c/BeeperClient (pushed by infra/publish-gitverse.ps1; raw URLs lag a push by ~5 min) --> <AppInstaller xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2" xmlns:s4="http://schemas.microsoft.com/appx/appinstaller/2021" Version="2.611.336.0" Uri="https://gitverse.ru/api/repos/center-c/BeeperClient/raw/branch/master/BeeperClient.appinstaller"> <MainPackage Name="com.centerc.beeperclient" Publisher="CN=admin, OU=Services, OU=Users, OU=RADUGA, DC=raduga, DC=int" Version="2.611.336.0" ProcessorArchitecture="x64" Uri="https://gitverse.ru/api/repos/center-c/BeeperClient/raw/branch/master/BeeperClient.msix" /> <UpdateSettings> <OnLaunch HoursBetweenUpdateChecks="0" /> </UpdateSettings> <!-- Own URI first: whether the OS treats UpdateUris as replacing or extending the root Uri, the channel's own source is always polled before the fallback. --> <s4:UpdateUris> <s4:UpdateUri>https://gitverse.ru/api/repos/center-c/BeeperClient/raw/branch/master/BeeperClient.appinstaller</s4:UpdateUri> <s4:UpdateUri>file://///Z:/ALL/temp/BeeperClient/appinstaller/BeeperClient.appinstaller</s4:UpdateUri> </s4:UpdateUris> </AppInstaller>