reactos/base/applications/rapps
Hermès Bélusca-Maïto 774b3a6e1d
[RAPPS] Correctly update the Install/Uninstall/... buttons (#7351)
The Install/Uninstall/Modify/... buttons stay disabled by default, unless:

- For installed apps: when an app item is selected, Uninstall (and
  Registry-remove) are enabled, and Modify is enabled under certain
  conditions.

- For available apps:
  * Modify, Uninstall and Registry-remove are always disabled.
  * When an app item is selected, Install is enabled.
  * Install is also enabled if there is at least one application
    selected for installation (box checked), in which case the button
    stays enabled even while changing across apps categories.
2025-04-04 18:18:49 +02:00
..
include [RAPPS] Correctly update the Install/Uninstall/... buttons (#7351) 2025-04-04 18:18:49 +02:00
lang [RAPPS] Added option to display small application icons (#7723) 2025-02-23 19:27:02 +01:00
res [RAPPS] update broken-img icon 2020-09-06 17:09:20 +02:00
appdb.cpp [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
appinfo.cpp [RAPPS] Refresh item info after installer completes (#7697) 2025-02-07 21:33:19 +01:00
appview.cpp [RAPPS] Correctly update the Install/Uninstall/... buttons (#7351) 2025-04-04 18:18:49 +02:00
asyncinet.cpp [RAPPS] Style-addendum, no functional change (#5091) 2023-02-28 01:00:29 +01:00
cabinet.cpp [RAPPS] Fix CAB codepage handling (#7165) 2024-07-22 16:20:31 +02:00
CMakeLists.txt [RAPPS] Automatically generate installer/uninstaller for downloaded zip/cab files (#6652) 2024-05-08 23:58:54 +02:00
configparser.cpp [RAPPS] Automatically generate installer/uninstaller for downloaded zip/cab files (#6652) 2024-05-08 23:58:54 +02:00
CreateCabFile.bat [CREATECABFILE] Update rapps example scripts for new usage 2020-09-20 17:30:26 +02:00
CreateCabFile.sh [CREATECABFILE] Update rapps example scripts for new usage 2020-09-20 17:30:26 +02:00
geninst.cpp [RAPPS] Don't delete downloaded ZIP/CAB even if configured to (#7791) 2025-03-20 14:32:07 +01:00
gui.cpp [RAPPS] Refresh item info after installer completes (#7697) 2025-02-07 21:33:19 +01:00
integrity.cpp [RAPPS] Rework application handling 2023-02-20 19:30:02 +01:00
loaddlg.cpp [RAPPS] Don't delete downloaded ZIP/CAB even if configured to (#7791) 2025-03-20 14:32:07 +01:00
misc.cpp [RAPPS] Don't delete downloaded ZIP/CAB even if configured to (#7791) 2025-03-20 14:32:07 +01:00
rapps.rc [TRANSLATION] Add Hong Kong Chinese (zh-HK) translation - Part 1 (#3941) 2021-12-30 00:40:57 +03:00
rappsmsg.mc [RAPPS][MC] Add Romanian (ro-RO) translation to message table (#5428) 2023-07-13 19:46:23 +03:00
README.ENG [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
README.RUS [RAPPS] Update outdated README regarding size CORE-18018 2022-01-23 22:03:08 +01:00
settings.cpp [RAPPS] Added option to display small application icons (#7723) 2025-02-23 19:27:02 +01:00
settingsdlg.cpp [RAPPS] Must apply settings changes when a new download folder is created (#7792) 2025-03-19 12:24:52 +01:00
unattended.cpp [RAPPS] Refresh item info after installer completes (#7697) 2025-02-07 21:33:19 +01:00
winmain.cpp [RAPPS] Don't delete downloaded ZIP/CAB even if configured to (#7791) 2025-03-20 14:32:07 +01:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

For more information for RAPPS, see: https://reactos.org/wiki/RAPPS

ДОБАВЛЕНИЕ ЗАГРУЖАЕМЫХ ПРОГРАММ

Для каждой программы создается отдельный текстовый файл с ini-подобным синтаксисом.
Каждое поле для любого языка может быть индивидуально. Например, для русского языка
ссылка на дистрибутив программы может быть одна, для английского - вторая, а для
китайского - третья. Можно добавлять программы только для какого-либо одного языка.
Например, 1C может быть интересна только русским, и добавлять ее для каждого языка не
имеет смысла.

Общий вид файла программы:

[Section] ; Секция для английского языка
Name = Имя программы ; Текстовое поле
RegName = Имя в реестре ; Имя, которое отображается в списке программ после установки
Version = 1.1.1 ; Текстовое поле с версией
License = Название лицензии ; Текстовое поле
Description = Описание программы ; Тектсовое поле
SizeBytes = 1594881
Category = 5 ; Цифровое поле с категорией
URLSite = http://www.site.com/ ; Текстовое поле. Ссылка на сайт программы
URLDownload = http://ftp.site.com/pub/installer.exe ; Текстовое поле. Ссылка для скачивания

[Section.0419] ; Секция для русского языка
Description = Описание на русском языке


Обязательными полями являются: Name, Category, URLDownload
Остальные поля заполнять не обязательно.

Список доступных категорий:
1 - Audio
2 - Video
3 - Graphics
4 - Games
5 - Internet
6 - Office
7 - Development
8 - Edutainment
9 - Engineering
10 - Finance
11 - Science
12 - Tools
13 - Drivers
14 - Libraries
15 - Themes
16 - Other

Список программ хранится на сервере и скачивается при первом включении автоматически!
Для генерации файла списка программ (обычного CAB-архива), хранящегося на сервере можно
воспользоваться скриптом CreateCabFile.bat. После скачивания (при первом включении) этот
файл останется в одной папке с программой, но будет распакован и в дальнейшем будет
использоваться распакованный вариант. Если распакованный вариант по каким-либо причинам
будет удален - распаковка будет повторена. Если будет удален CAB-файл, то он будет скачан
снова.