Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
1,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. {
  2. "soft_id": "yandex",
  3. "id": "yandex",
  4. "title": "Yandex",
  5. "title_en": "Yandex",
  6. "title_ru": "Яндекс",
  7. "short_description": "Yandex short description.",
  8. "short_description_en": "Yandex short description.",
  9. "short_description_ru": "Краткое описание Яндекса.",
  10. "description": {
  11. "ru": "Описание Яндекса.",
  12. "en": "Yandex description."
  13. },
  14. "icon_url": "http://www.myiconfinder.com/uploads/iconsets/ya.png",
  15. "type": "offerscreen",
  16. "mandatory_checkboxes": true,
  17. "checkboxes": [
  18. {
  19. "id": "1",
  20. "title": "Загрузить и установить Яндекс.Браузер",
  21. "default": true,
  22. "checked_params": "YABROWSER=y",
  23. "unchecked_params": ""
  24. },
  25. {
  26. "id": "2",
  27. "title": "Загрузить и установить настройки быстрого доступа к поиску и сервисам Яндекса",
  28. "default": false,
  29. "checked_params": "YAHOMEPAGE=y YAQSEARCH=y",
  30. "unchecked_params": ""
  31. },
  32. {
  33. "id": "3",
  34. "title": "Загрузить и установить расширения Яндекса для браузеров",
  35. "default": true,
  36. "checked_params": "",
  37. "unchecked_params": "ILIGHT=1"
  38. },
  39. {
  40. "id": "4",
  41. "title": "Загрузить и установить Менеджер браузеров",
  42. "default": false,
  43. "checked_params": "YABM=y",
  44. "unchecked_params": ""
  45. }
  46. ],
  47. "install_info": {
  48. "parameters": "--partner 352342 --distr /quiet /msicl \"{checked_params} VID=1\"",
  49. "forced": false,
  50. "forced_parameters": "",
  51. "installer_url": "http://download.yandex.ru/yandex-pack/downloader/downloader.exe",
  52. "filename": "downloader.exe"
  53. },
  54. "defaults": {
  55. },
  56. "pre_check": {
  57. "reg_path": [
  58. "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Yandex"
  59. ],
  60. "reg_val": [
  61. "HKLM\\SOFTWARE\\Yandex"
  62. ],
  63. "dir": [],
  64. "file": [],
  65. "proc": []
  66. },
  67. "post_check": {
  68. "reg_path": [
  69. "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Yandex"
  70. ],
  71. "reg_val": [
  72. "HKLM\\SOFTWARE\\Yandex"
  73. ],
  74. "dir": [],
  75. "file": [],
  76. "proc": []
  77. }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement