Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 53

try {

var geoip = {
geoip_city_country_code: "ID",
geoip_area_code: "0",
geoip_city: "",
geoip_city_continent_code: "AS",
geoip_city_country_code: "ID",
geoip_city_country_code3: "IDN",
geoip_city_country_name: "Indonesia",
geoip_country_code: "ID",
geoip_country_code3: "IDN",
geoip_country_name: "Indonesia",
geoip_dma_code: "0",
geoip_latitude: "-6.1750",
geoip_longitude: "106.8286",
geoip_org: "",
geoip_postal_code: "",
geoip_region: "",
geoip_region_name: ""
};
window.geoip = geoip;
} catch (err) {
window.geoip = {};
}

try {
window.modelData = window.diagnostics.getModel();
} catch (err) {
window.modelData = {type: 'unknown', vendor: 'unknown'};
}

var softRandomSeed = Math.random();


var usaLocales = [
'US',
'CA'
];
var euLocales = [
'AT',
'BE',
'BG',
'CZ',
'DE',
'DK',
'EE',
'ES',
'FI',
'FR',
'GB',
'GR',
'HR',
'HU',
'IE',
'IT',
'LT',
'LU',
'LV',
'MT',
'NL',
'PL',
'PT',
'RO',
'SE',
'SI',
'SK'
];
var cisLocales = [
'RU',
'AZ',
'AM',
'BY',
'KZ',
'KG',
'MD',
'TJ',
'TM',
'UZ',
'GE',
'AB',
'OS'
];
var cloudLocales = [
'GH',
'IN',
'KE',
'NG',
'PK',
'SD',
'TZ',
'UG',
'ZA'
];

function checkCloudTargeting (data) {


if (data.os.OSVersion < 6) { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1)) { return
false; }
if (cloudLocales.indexOf(geo) !== -1) { return true; }
if (window.lang !== 'ru') { return false; }
return true;
}

function isCloudInstalled (data) {


if (data.system.RegExists('HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\
Uninstall\\DriverPack Cloud\\DisplayName')) { return true; }
return false;
}

var soft = [
{
'ID': '10001',
'Name': 'WannaCry hotfix for WinXP EN',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windowsxp-kb4012598-x86-custom-enu.exe',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012598"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
var code = parseInt(data.system.RegRead('HKCU\\Control Panel\\International\\
Locale'), 16);
return osVersion === 5.1 && arch === '86' && code === 0x0409;
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10002',
'Name': 'WannaCry hotfix for WinXP RU',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windowsxp-kb4012598-x86-custom-rus.exe',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012598"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
var code = parseInt(data.system.RegRead('HKCU\\Control Panel\\International\\
Locale'), 16);
return osVersion === 5.1 && arch === '86' && code === 0x0419;
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10003',
'Name': 'WannaCry hotfix for Win7x86',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows7-kb4012212-x86.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012212"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
return osVersion === 6.1 && arch === '86';
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10004',
'Name': 'WannaCry hotfix for Win7x64',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows7-kb4012212-x64.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012212"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
return osVersion === 6.1 && arch === '64';
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10005',
'Name': 'WannaCry hotfix for Win8x86 EN',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows8-rt-kb4012598-x86-custom-enu.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012598"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
var code = parseInt(data.system.RegRead('HKCU\\Control Panel\\International\\
Locale'), 16);
return osVersion === 6.2 && arch === '86' && code === 0x0409;
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10006',
'Name': 'WannaCry hotfix for Win8x86 RU',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows8-rt-kb4012598-x86-custom-rus.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012598"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
var code = parseInt(data.system.RegRead('HKCU\\Control Panel\\International\\
Locale'), 16);
return osVersion === 6.2 && arch === '86' && code === 0x0419;
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10007',
'Name': 'WannaCry hotfix for Win8x64 EN',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows8-rt-kb4012598-x64-custom-enu.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012598"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
var code = parseInt(data.system.RegRead('HKCU\\Control Panel\\International\\
Locale'), 16);
return osVersion === 6.2 && arch === '64' && code === 0x0409;
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10008',
'Name': 'WannaCry hotfix for Win8x64 RU',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows8-rt-kb4012598-x64-custom-rus.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012598"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
var code = parseInt(data.system.RegRead('HKCU\\Control Panel\\International\\
Locale'), 16);
return osVersion === 6.2 && arch === '64' && code === 0x0419;
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10009',
'Name': 'WannaCry hotfix for Win8.1x86',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows8.1-kb4012213-x86.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012213"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
return osVersion === 6.3 && arch === '86';
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10010',
'Name': 'WannaCry hotfix for Win8.1x64',
'localizedName': {
'en': 'Attention! Windows Hotfix MS17-010',
'ru': 'Важно! Патч Windows MS17-010'
},
'URL': 'http://dl.drp.su/soft/system/windows8.1-kb4012213-x64.msu',
'Icon': 'http://dl.drp.su/soft/system/wcry_patch_icon.png',
'Publisher': 'Microsoft Inc.',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.wmi.getWMIObjects([], 'Win32_QuickFixEngineering', 'HotFixID =
"KB4012213"').length > 0;
},
'Keys': '/quiet /norestart',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Windows Update MS17-010 — hotfix for EternalBlue (WannaCry, Petya, Bad
Rabbit, etc.) virus protection',
'ru': 'Windows Update MS17-010 — срочное обновление для защиты от вирусов
EternalBlue (WannaCry, Petya, Bad Rabbit и др.)'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
var osVersion = data.os.OSVersion;
var arch = data.os.arch;
return osVersion === 6.3 && arch === '64';
},
'Lang': '',
'IsPartner': false,
'priority': 10001,
'singleOnly': true,
'rebootNeeded': true,
'exitCodes': [0, 3010, 2359302],
'installTimeout': 10 * 60 * 1000
},
{
'ID': '10011',
'Name': 'WannaCry SMBv1 turn off',
'localizedName': {
'en': 'Attention! SMBv1 protocol vulnerability elimination',
'ru': 'Важно! Закрытие уязвимости протокола SMBv1'
},
'URL': 'http://dl.drp.su/soft/system/empty.cmd',
'Icon': 'http://dl.drp.su/soft/system/wcry_smb_icon.png',
'Publisher': 'SMBv1 turn off',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-05-16',
'UpdateDate': '2017-05-16',
'CheckInstalled': function (data) {
return data.system.RegRead('HKLM\\SYSTEM\\CurrentControlSet\\Services\\
LanmanServer\\Parameters\\SMB1') === 0;
},
'Keys': '',
'Category': 'Antivirus',
'protect': true,
'confirmPopup': {
'description': {
'en': 'ATTENTION! If you have a configured local network, disabling of the
SMBv1 Protocol can cause problems in its operation and loss of access to the shared
folders, files, and printers of old models.',
'ru': 'Обращаем ваше внимание! Если у вас настроена локальная сеть, то
отключение протокола SMBv1 может привести к проблемам в ее работе - потере доступа
к общим папкам, файлам, принтерам старых моделей.'
}
},
'Description': {
'en': 'Important vulnerability elimination — old SMBv1 protocol turn off',
'ru': 'Очень важное закрытие уязвимости — отключение старого протокола SMBv1'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
return data.os.OSVersion < 10;
},
'Lang': '',
'IsPartner': false,
'priority': 10002,
'singleOnly': true,
'rebootNeeded': true,
'afterHook': function (data) {
// Step 1: disable SMB1 supporn on LanmanServer
data.system.RegWrite('HKLM\\SYSTEM\\CurrentControlSet\\Services\\
LanmanServer\\Parameters\\SMB1', 0, 'REG_DWORD');

// Step 2: disable SMB1 supporn on LanmanWorkstation


try {
var depsKey = 'HKLM\\SYSTEM\\CurrentControlSet\\Services\\
LanmanWorkstation\\DependOnService';
var deps = data.system.RegRead(depsKey).toArray();
var idx = deps.indexOf('mrxsmb10');
if (idx >= 0) {
deps[idx] = 'mrxsmb20';
data.system.WshShell.Run('sc.exe config lanmanworkstation depend= ' +
deps.join('/'), 0, true);
}
} catch (err) {}

// Step 3: disable mrxsmb10


try {
data.system.WshShell.Run('sc.exe config mrxsmb10 start= disabled', 0,
true);
} catch (err) {}

// Step 4: disable smb1protocol feature


try {
data.system.WshShell.Run('dism.exe /online /disable-feature
/featurename:smb1protocol /quiet /norestart', 0, true);
} catch (err) {}
}
},
{
'ID': '10012',
'Name': 'Petya perfc file creation',
'localizedName': {
'en': 'Attention! Protection against Petya virus',
'ru': 'Важно! Защита от вируса Petya'
},
'URL': 'http://dl.drp.su/soft/system/empty.cmd',
'Icon': 'http://dl.drp.su/soft/system/wcry_smb_icon.png',
'Publisher': 'Perfc file creation',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-06-28',
'UpdateDate': '2017-06-28',
'CheckInstalled': function (data) {
var filePath = data.system.WshShell.ExpandEnvironmentStrings('%windir%\\
perfc');
return data.system.fso.FileExists(filePath);
},
'Keys': '',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Important vulnerability elimination — perfc file creation for Petya
virus protection',
'ru': 'Очень важное закрытие уязвимости — создание файла perfc для защиты от
вируса Petya'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'Lang': '',
'IsPartner': false,
'priority': 10003,
'singleOnly': true,
'rebootNeeded': false,
'afterHook': function (data) {
try {
// Step 1: create '%windir%\\perfc' file
var filePath = data.system.WshShell.ExpandEnvironmentStrings('%windir%\\
perfc');
data.system.fso.CreateTextFile(filePath, 1).close();

// Step 2: make '%windir%\\perfc' file read-only


var file = data.system.fso.GetFile(filePath);
file.Attributes = file.Attributes | 0x1;
} catch (err) {}
}
},
{
'ID': '10013',
'Name': 'Bad Rabbit infpub.dat file creation',
'localizedName': {
'en': 'Attention! Protection against Bad Rabbit virus',
'ru': 'Важно! Защита от вируса Bad Rabbit'
},
'URL': 'http://dl.drp.su/soft/system/empty.cmd',
'Icon': 'http://dl.drp.su/soft/system/wcry_smb_icon.png',
'Publisher': 'Infpub.dat file creation',
'Rating': 5,
'Checked': false,
'Version': '1.0',
'ReleaseDate': '2017-10-26',
'UpdateDate': '2017-10-26',
'CheckInstalled': function (data) {
var filePath = data.system.WshShell.ExpandEnvironmentStrings('%windir%\\
infpub.dat');
return data.system.fso.FileExists(filePath);
},
'Keys': '',
'Category': 'Antivirus',
'protect': {},
'Description': {
'en': 'Important vulnerability elimination — infpub.dat file creation for Bad
Rabbit virus protection',
'ru': 'Очень важное закрытие уязвимости — создание файла infpub.dat для
защиты от вируса Bad Rabbit'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'Lang': '',
'IsPartner': false,
'priority': 10004,
'singleOnly': true,
'rebootNeeded': false,
'afterHook': function (data) {
try {
// Step 1: create '%windir%\\infpub.dat' file
var filePath = data.system.WshShell.ExpandEnvironmentStrings('%windir%\\
infpub.dat ');
data.system.fso.CreateTextFile(filePath, 1).close();

// Step 2: make '%windir%\\infpub.dat' file read-only


var file = data.system.fso.GetFile(filePath);
file.Attributes = file.Attributes | 0x1;
} catch (err) {}
}
},
{
'ID': '0',
'Name': '7-Zip',
'URL': 'http://dl.drp.su/soft/7-Zip.exe',
'Icon': 'http://dl.drp.su/soft/7-Zip.png',
'Publisher': 'Igor Pavlov',
'Rating': 5,
'Checked': false,
'Version': '19.00',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2019-02-22',
'Registry_32': 'HKCU\\Software\\7-Zip\\Path',
'Keys': '/S',
'Category': 'Archiver',
'Description': {
'en': '7-Zip — file archiver with a high compression ratio',
'ru': '7-Zip — файловый архиватор с высокой степенью сжатия'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1001
},
{
'ID': '1',
'Name': 'Opera x64',
'localizedName': {
'en': 'Opera Browser',
'ru': 'Браузер Opera'
},
'URL': 'http://dl.drp.su/soft/OperaBlink64.exe',
'Icon': 'http://dl.drp.su/soft/Opera.png',
'Publisher': 'Opera Software',
'Rating': 5,
'Checked': true,
'Version': '57.0.3098.98',
'ReleaseDate': '2017-10-04',
'UpdateDate': '2018-12-14',
'Registry_32': 'HKCU\\Software\\Opera Software\\UUID',
'CheckInstalled': function (data) {
return data.diagnostics.checkSoft.checkSoftInstalled(/^Opera /i);
},
'Keys': '-install -silent -launchopera=1 -setdefaultbrowser=1',
'Category': 'Browser',
'hideWindow': 'Opera',
'eula': 'http://www.opera.com/eula/computers',
'policy': 'http://www.opera.com/privacy',
'about': 'https://www.opera.com/computer',
'Description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker, battery
saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) return false;
if (!data.os.is64) return false;
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
if (cisLocales.indexOf(geo) !== -1) return false;
return true;
},
'Lang': '',
'IsPartner': true,
'priority': 30,
'afterHook': function (data) {
// Remove shortcuts
var folder = data.system.WshShell.ExpandEnvironmentStrings('%appdata%\\
Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar');
var shortcuts = ['facebook.lnk', 'vk.lnk'];
for (var i = 0; i < shortcuts.length; i++) {
try {
var verbs =
data.system.objShell.Namespace(folder).ParseName(shortcuts[i]).Verbs();
for (var j = 0; j < verbs.Count; j++) {
if (/unpin|открепить/i.test(verbs.Item(j).name)) verbs.Item(j).DoIt();
}
} catch (e) {}
try {
data.system.fso.DeleteFile(folder + '\\' + shortcuts[i], true);
} catch (e) {}
}
}
},
{
'ID': '1a',
'Name': 'Opera US x64',
'URL': 'http://dl.drp.su/soft/OperaBlink64.exe',
'localizedName': {
'en': 'Opera Browser',
'ru': 'Браузер Opera'
},
'Icon': 'http://dl.drp.su/soft/Opera.png',
'Publisher': 'Opera Software',
'Rating': 5,
'Checked': true,
'Version': '57.0.3098.98',
'ReleaseDate': '2017-10-04',
'UpdateDate': '2018-12-14',
'Registry_32': 'HKCU\\Software\\Opera Software\\UUID',
'CheckInstalled': function (data) {
return data.diagnostics.checkSoft.checkSoftInstalled(/^Opera /i);
},
'Keys': '-install -silent -launchopera=1 -setdefaultbrowser=1',
'Category': 'Browser',
'hideWindow': 'Opera',
'confirmPopup': {
'description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker,
battery saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'isDeferred': true
},
'eula': 'http://www.opera.com/eula/computers',
'policy': 'http://www.opera.com/privacy',
'about': 'https://www.opera.com/computer',
'Description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker, battery
saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) return false;
if (!data.os.is64) return false;
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1))
{ return false; }
if (cisLocales.indexOf(geo) !== -1) return false;
return true;
},
'Lang': '',
'IsPartner': true,
'priority': 30,
'afterHook': function (data) {
// Remove shortcuts
var folder = data.system.WshShell.ExpandEnvironmentStrings('%appdata%\\
Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar');
var shortcuts = ['facebook.lnk', 'vk.lnk'];
for (var i = 0; i < shortcuts.length; i++) {
try {
var verbs =
data.system.objShell.Namespace(folder).ParseName(shortcuts[i]).Verbs();
for (var j = 0; j < verbs.Count; j++) {
if (/unpin|открепить/i.test(verbs.Item(j).name)) verbs.Item(j).DoIt();
}
} catch (e) {}
try {
data.system.fso.DeleteFile(folder + '\\' + shortcuts[i], true);
} catch (e) {}
}
}
},
{
'ID': '2',
'Name': 'Opera',
'localizedName': {
'en': 'Opera Browser',
'ru': 'Браузер Opera'
},
'URL': 'http://dl.drp.su/soft/OperaBlink.exe',
'Icon': 'http://dl.drp.su/soft/Opera.png',
'Publisher': 'Opera Software',
'Rating': 5,
'Checked': true,
'Version': '57.0.3098.98',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-12-14',
'Registry_32': 'HKCU\\Software\\Opera Software\\UUID',
'CheckInstalled': function (data) {
return data.diagnostics.checkSoft.checkSoftInstalled(/^Opera /i);
},
'Keys': '-install -silent -launchopera=1 -setdefaultbrowser=1',
'Category': 'Browser',
'hideWindow': 'Opera',
'eula': 'http://www.opera.com/eula/computers',
'policy': 'http://www.opera.com/privacy',
'about': 'https://www.opera.com/computer',
'Description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker, battery
saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) return false;
if (data.os.is64) return false;
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
if (cisLocales.indexOf(geo) !== -1) return false;
return true;
},
'Lang': '',
'IsPartner': true,
'priority': 30,
'afterHook': function (data) {
// Remove shortcuts
var folder = data.system.WshShell.ExpandEnvironmentStrings('%appdata%\\
Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar');
var shortcuts = ['facebook.lnk', 'vk.lnk'];
for (var i = 0; i < shortcuts.length; i++) {
try {
var verbs =
data.system.objShell.Namespace(folder).ParseName(shortcuts[i]).Verbs();
for (var j = 0; j < verbs.Count; j++) {
if (/unpin|открепить/i.test(verbs.Item(j).name)) verbs.Item(j).DoIt();
}
} catch (e) {}
try {
data.system.fso.DeleteFile(folder + '\\' + shortcuts[i], true);
} catch (e) {}
}
}
},
{
'ID': '2a',
'Name': 'Opera US',
'localizedName': {
'en': 'Opera Browser',
'ru': 'Браузер Opera'
},
'URL': 'http://dl.drp.su/soft/OperaBlink.exe',
'Icon': 'http://dl.drp.su/soft/Opera.png',
'Publisher': 'Opera Software',
'Rating': 5,
'Checked': true,
'Version': '57.0.3098.98',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-12-14',
'Registry_32': 'HKCU\\Software\\Opera Software\\UUID',
'CheckInstalled': function (data) {
return data.diagnostics.checkSoft.checkSoftInstalled(/^Opera /i);
},
'Keys': '-install -silent -launchopera=1 -setdefaultbrowser=1',
'Category': 'Browser',
'hideWindow': 'Opera',
'confirmPopup': {
'description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker,
battery saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'isDeferred': true
},
'eula': 'http://www.opera.com/eula/computers',
'policy': 'http://www.opera.com/privacy',
'about': 'https://www.opera.com/computer',
'Description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker, battery
saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) return false;
if (data.os.is64) return false;
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1))
{ return false; }
if (cisLocales.indexOf(geo) !== -1) return false;
return true;
},
'Lang': '',
'IsPartner': true,
'priority': 30,
'afterHook': function (data) {
// Remove shortcuts
var folder = data.system.WshShell.ExpandEnvironmentStrings('%appdata%\\
Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar');
var shortcuts = ['facebook.lnk', 'vk.lnk'];
for (var i = 0; i < shortcuts.length; i++) {
try {
var verbs =
data.system.objShell.Namespace(folder).ParseName(shortcuts[i]).Verbs();
for (var j = 0; j < verbs.Count; j++) {
if (/unpin|открепить/i.test(verbs.Item(j).name)) verbs.Item(j).DoIt();
}
} catch (e) {}
try {
data.system.fso.DeleteFile(folder + '\\' + shortcuts[i], true);
} catch (e) {}
}
}
},
{
'ID': '3',
'Name': 'Opera CIS x64',
'localizedName': {
'en': 'Opera Browser',
'ru': 'Браузер Opera'
},
'URL': 'http://dl.drp.su/soft/Opera64cis_woGoogle.exe',
'Icon': 'http://dl.drp.su/soft/Opera.png',
'Publisher': 'Opera Software',
'Rating': 5,
'Checked': true,
'Version': '57.0.3098.98',
'ReleaseDate': '2017-10-04',
'UpdateDate': '2018-12-14',
'Registry_32': 'HKCU\\Software\\Opera Software\\UUID',
'CheckInstalled': function (data) {
return data.diagnostics.checkSoft.checkSoftInstalled(/^Opera /i);
},
'Keys': '-install -silent -launchopera=1 -setdefaultbrowser=1',
'Category': 'Browser',
'hideWindow': 'Opera',
'eula': 'http://www.opera.com/eula/computers',
'policy': 'http://www.opera.com/privacy',
'about': 'https://www.opera.com/computer',
'Description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker, battery
saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) return false;
if (!data.os.is64) return false;

var geo = data.geoip.geoip_country_code.toUpperCase();


if (cisLocales.indexOf(geo) === -1) return false;
return true;
},
'Lang': '',
'IsPartner': true,
'priority': 30,
'afterHook': function (data) {
// Remove shortcuts
var folder = data.system.WshShell.ExpandEnvironmentStrings('%appdata%\\
Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar');
var shortcuts = ['facebook.lnk', 'vk.lnk'];
for (var i = 0; i < shortcuts.length; i++) {
try {
var verbs =
data.system.objShell.Namespace(folder).ParseName(shortcuts[i]).Verbs();
for (var j = 0; j < verbs.Count; j++) {
if (/unpin|открепить/i.test(verbs.Item(j).name)) verbs.Item(j).DoIt();
}
} catch (e) {}
try {
data.system.fso.DeleteFile(folder + '\\' + shortcuts[i], true);
} catch (e) {}
}
}
},
{
'ID': '4',
'Name': 'Opera CIS',
'localizedName': {
'en': 'Opera Browser',
'ru': 'Браузер Opera'
},
'URL': 'http://dl.drp.su/soft/Opera86cis_woGoogle.exe',
'Icon': 'http://dl.drp.su/soft/Opera.png',
'Publisher': 'Opera Software',
'Rating': 5,
'Checked': true,
'Version': '57.0.3098.98',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-12-14',
'Registry_32': 'HKCU\\Software\\Opera Software\\UUID',
'CheckInstalled': function (data) {
return data.diagnostics.checkSoft.checkSoftInstalled(/^Opera /i);
},
'Keys': '-install -silent -launchopera=1 -setdefaultbrowser=1',
'Category': 'Browser',
'hideWindow': 'Opera',
'eula': 'http://www.opera.com/eula/computers',
'policy': 'http://www.opera.com/privacy',
'about': 'https://www.opera.com/computer',
'Description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker, battery
saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) return false;
if (data.os.is64) return false;

var geo = data.geoip.geoip_country_code.toUpperCase();


if (cisLocales.indexOf(geo) === -1) return false;
return true;
},
'Lang': '',
'IsPartner': true,
'priority': 30,
'afterHook': function (data) {
// Remove shortcuts
var folder = data.system.WshShell.ExpandEnvironmentStrings('%appdata%\\
Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar');
var shortcuts = ['facebook.lnk', 'vk.lnk'];
for (var i = 0; i < shortcuts.length; i++) {
try {
var verbs =
data.system.objShell.Namespace(folder).ParseName(shortcuts[i]).Verbs();
for (var j = 0; j < verbs.Count; j++) {
if (/unpin|открепить/i.test(verbs.Item(j).name)) verbs.Item(j).DoIt();
}
} catch (e) {}
try {
data.system.fso.DeleteFile(folder + '\\' + shortcuts[i], true);
} catch (e) {}
}
}
},
{
'ID': '5',
'Name': 'Opera XP',
'localizedName': {
'en': 'Opera Browser',
'ru': 'Браузер Opera'
},
'URL': 'http://dl.drp.su/soft/OperaXP.exe',
'Icon': 'http://dl.drp.su/soft/OperaXP.png',
'Publisher': 'Opera Software',
'Rating': 5,
'Checked': true,
'Version': '36.0.2130.32',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2017-05-24',
'Registry_32': 'HKCU\\Software\\Opera Software\\Last Stable Install Path',
'Keys': '-install -silent -launchopera=1 -setdefaultbrowser=1',
'Category': 'Browser',
'hideWindow': 'Opera',
'eula': 'http://www.opera.com/eula/computers',
'policy': 'http://www.opera.com/privacy',
'about': 'https://www.opera.com/computer',
'Description': {
'en': 'Fast, secure, easy-to-use browser with a built-in ad blocker, battery
saver and free VPN',
'ru': 'Быстрый, безопасный и простой в использовании браузер со встроенным
блокировщиком рекламы, функцией экономии заряда и бесплатной VPN'
},
'Targeting': function (data) {
if (data.os.OSVersion >= 6) return false;
return true;
},
'Lang': '',
'IsPartner': true,
'priority': 30
},
{
'ID': '6-64ru',
'Name': 'Firefox x64ru',
'localizedName': {
'en': 'Firefox Browser',
'ru': 'Браузер Firefox'
},
'URL': 'http://dl.drp.su/soft/Firefox64ru.exe',
'Icon': 'http://dl.drp.su/soft/Firefox.png',
'Publisher': 'Mozilla Corporation',
'Rating': 5,
'Checked': true,
'Version': '60.3.0',
'ReleaseDate': '2018-09-05',
'UpdateDate': '2018-11-08',
'Registry_32': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Registry_64': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Keys': '/S',
'Category': 'Browser',
'confirmPopup': {
'description': {
'en': 'Mozilla Firefox is a fast, free and Open Source web browser that
provides you with a highly customizable interface with numerous third-party add-
ons, as well as Mozilla authored add-ons to choose from.',
'ru': 'Один из самых популярных и быстрых интернет-браузеров,
обеспечивающий защиту от вирусов, всплывающих окон и шпионских программ в простом и
удобном интерфейсе с богатым выбором настроек для персонализации и различными
плагинами.'
}
},
'eula': 'https://www.mozilla.org/en-US/about/legal/eula/',
'policy': 'https://www.mozilla.org/en-US/privacy/',
'about': 'https://www.mozilla.org/firefox/',
'Description': {
'en': 'Firefox — browser, committed to you, your privacy and an open Web',
'ru': 'Firefox — браузер, преданный вам, вашей приватности и открытому
Интернету'
},
'Targeting': function (data) {
if (!data.os.is64) { return false; }
if (window.lang !== 'ru') { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': true,
'Lang': '',
'priority': 21
},
{
'ID': '6-64en',
'Name': 'Firefox x64en',
'localizedName': {
'en': 'Firefox Browser',
'ru': 'Браузер Firefox'
},
'URL': 'http://dl.drp.su/soft/Firefox64en.exe',
'Icon': 'http://dl.drp.su/soft/Firefox.png',
'Publisher': 'Mozilla Corporation',
'Rating': 5,
'Checked': true,
'Version': '60.3.0',
'ReleaseDate': '2018-09-05',
'UpdateDate': '2018-11-08',
'Registry_32': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Registry_64': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Keys': '/S',
'Category': 'Browser',
'confirmPopup': {
'description': {
'en': 'Mozilla Firefox is a fast, free and Open Source web browser that
provides you with a highly customizable interface with numerous third-party add-
ons, as well as Mozilla authored add-ons to choose from.',
'ru': 'Один из самых популярных и быстрых интернет-браузеров,
обеспечивающий защиту от вирусов, всплывающих окон и шпионских программ в простом и
удобном интерфейсе с богатым выбором настроек для персонализации и различными
плагинами.'
}
},
'eula': 'https://www.mozilla.org/en-US/about/legal/eula/',
'policy': 'https://www.mozilla.org/en-US/privacy/',
'about': 'https://www.mozilla.org/firefox/',
'Description': {
'en': 'Firefox — browser, committed to you, your privacy and an open Web',
'ru': 'Firefox — браузер, преданный вам, вашей приватности и открытому
Интернету'
},
'Targeting': function (data) {
if (!data.os.is64) { return false; }
if (window.lang === 'ru') { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': true,
'Lang': '',
'priority': 21
},
{
'ID': '6-86ru',
'Name': 'Firefox x86ru',
'localizedName': {
'en': 'Firefox Browser',
'ru': 'Браузер Firefox'
},
'URL': 'http://dl.drp.su/soft/Firefox86ru.exe',
'Icon': 'http://dl.drp.su/soft/Firefox.png',
'Publisher': 'Mozilla Corporation',
'Rating': 5,
'Checked': true,
'Version': '60.3.0',
'ReleaseDate': '2018-09-05',
'UpdateDate': '2018-11-08',
'Registry_32': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Registry_64': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Keys': '/S',
'Category': 'Browser',
'confirmPopup': {
'description': {
'en': 'Mozilla Firefox is a fast, free and Open Source web browser that
provides you with a highly customizable interface with numerous third-party add-
ons, as well as Mozilla authored add-ons to choose from.',
'ru': 'Один из самых популярных и быстрых интернет-браузеров,
обеспечивающий защиту от вирусов, всплывающих окон и шпионских программ в простом и
удобном интерфейсе с богатым выбором настроек для персонализации и различными
плагинами.'
}
},
'eula': 'https://www.mozilla.org/en-US/about/legal/eula/',
'policy': 'https://www.mozilla.org/en-US/privacy/',
'about': 'https://www.mozilla.org/firefox/',
'Description': {
'en': 'Firefox — browser, committed to you, your privacy and an open Web',
'ru': 'Firefox — браузер, преданный вам, вашей приватности и открытому
Интернету'
},
'Targeting': function (data) {
if (data.os.is64) { return false; }
if (window.lang !== 'ru') { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': true,
'Lang': '',
'priority': 21
},
{
'ID': '6-86en',
'Name': 'Firefox x86en',
'localizedName': {
'en': 'Firefox Browser',
'ru': 'Браузер Firefox'
},
'URL': 'http://dl.drp.su/soft/Firefox86en.exe',
'Icon': 'http://dl.drp.su/soft/Firefox.png',
'Publisher': 'Mozilla Corporation',
'Rating': 5,
'Checked': true,
'Version': '60.3.0',
'ReleaseDate': '2018-09-05',
'UpdateDate': '2018-11-08',
'Registry_32': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Registry_64': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Keys': '/S',
'Category': 'Browser',
'confirmPopup': {
'description': {
'en': 'Mozilla Firefox is a fast, free and Open Source web browser that
provides you with a highly customizable interface with numerous third-party add-
ons, as well as Mozilla authored add-ons to choose from.',
'ru': 'Один из самых популярных и быстрых интернет-браузеров,
обеспечивающий защиту от вирусов, всплывающих окон и шпионских программ в простом и
удобном интерфейсе с богатым выбором настроек для персонализации и различными
плагинами.'
}
},
'eula': 'https://www.mozilla.org/en-US/about/legal/eula/',
'policy': 'https://www.mozilla.org/en-US/privacy/',
'about': 'https://www.mozilla.org/firefox/',
'Description': {
'en': 'Firefox — browser, committed to you, your privacy and an open Web',
'ru': 'Firefox — браузер, преданный вам, вашей приватности и открытому
Интернету'
},
'Targeting': function (data) {
if (data.os.is64) { return false; }
if (window.lang === 'ru') { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': true,
'Lang': '',
'priority': 21
},
{
'ID': '6a-64en',
'Name': 'Firefox US x64en',
'localizedName': {
'en': 'Firefox Browser',
'ru': 'Браузер Firefox'
},
'URL': 'http://dl.drp.su/soft/Firefox64en.exe',
'Icon': 'http://dl.drp.su/soft/Firefox.png',
'Publisher': 'Mozilla Corporation',
'Rating': 5,
'Checked': true,
'Version': '60.3.0',
'ReleaseDate': '2018-09-05',
'UpdateDate': '2018-11-08',
'Registry_32': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Registry_64': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Keys': '/S',
'Category': 'Browser',
'confirmPopup': {
'description': {
'en': 'Mozilla Firefox is a fast, free and Open Source web browser that
provides you with a highly customizable interface with numerous third-party add-
ons, as well as Mozilla authored add-ons to choose from.',
'ru': 'Один из самых популярных и быстрых интернет-браузеров,
обеспечивающий защиту от вирусов, всплывающих окон и шпионских программ в простом и
удобном интерфейсе с богатым выбором настроек для персонализации и различными
плагинами.'
},
'isDeferred': true
},
'eula': 'https://www.mozilla.org/en-US/about/legal/eula/',
'policy': 'https://www.mozilla.org/en-US/privacy/',
'about': 'https://www.mozilla.org/firefox/',
'Description': {
'en': 'Firefox — browser, committed to you, your privacy and an open Web',
'ru': 'Firefox — браузер, преданный вам, вашей приватности и открытому
Интернету'
},
'Targeting': function (data) {
if (!data.os.is64) { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1);
},
'IsPartner': true,
'Lang': '',
'priority': 21
},
{
'ID': '6a-86en',
'Name': 'Firefox US x86en',
'localizedName': {
'en': 'Firefox Browser',
'ru': 'Браузер Firefox'
},
'URL': 'http://dl.drp.su/soft/Firefox86en.exe',
'Icon': 'http://dl.drp.su/soft/Firefox.png',
'Publisher': 'Mozilla Corporation',
'Rating': 5,
'Checked': true,
'Version': '60.3.0',
'ReleaseDate': '2018-09-05',
'UpdateDate': '2018-11-08',
'Registry_32': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Registry_64': 'HKLM\\Software\\mozilla.org\\Mozilla\\CurrentVersion',
'Keys': '/S',
'Category': 'Browser',
'confirmPopup': {
'description': {
'en': 'Mozilla Firefox is a fast, free and Open Source web browser that
provides you with a highly customizable interface with numerous third-party add-
ons, as well as Mozilla authored add-ons to choose from.',
'ru': 'Один из самых популярных и быстрых интернет-браузеров,
обеспечивающий защиту от вирусов, всплывающих окон и шпионских программ в простом и
удобном интерфейсе с богатым выбором настроек для персонализации и различными
плагинами.'
},
'isDeferred': true
},
'eula': 'https://www.mozilla.org/en-US/about/legal/eula/',
'policy': 'https://www.mozilla.org/en-US/privacy/',
'about': 'https://www.mozilla.org/firefox/',
'Description': {
'en': 'Firefox — browser, committed to you, your privacy and an open Web',
'ru': 'Firefox — браузер, преданный вам, вашей приватности и открытому
Интернету'
},
'Targeting': function (data) {
if (data.os.is64) { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1);
},
'IsPartner': true,
'Lang': '',
'priority': 21
},
{
'ID': '7',
'Name': 'Yandex.Browser (Russian) + настройки Яндекса',
'URL': 'http://dl.drp.su/updates/ya-downloader/downloader_browser.exe',
'Icon': 'http://dl.drp.su/soft/Yandex.png',
'Publisher': 'YANDEX LLC',
'Rating': 5,
'Checked': true,
'Version': '17.6.1',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2016-07-03',
'Registry_32': 'HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
YandexBrowser\\DisplayName',
'CheckInstalled': function (data) {
return data.system.RegExists('HKCU\\Software\\Microsoft\\Windows\\
CurrentVersion\\Uninstall\\YandexBrowser\\DisplayName') &&
data.system.RegExists('HKCU\\Software\\drpsu\\YandexInstalled');
},
'Keys': '--sync --partner drpsu --distr /quiet /msicl "YABM=n YABROWSER=y
YAHOMEPAGE=y YAQSEARCH=y YBSENDSTAT=n ILIGHT=1 VID="306"" --try 10 /log "%temp%\\
YaBrInstall.log"',
'OfflineKeys': '/quiet /msicl "YAHOMEPAGE=y YAQSEARCH=y YABM=n YABROWSER=y
YBSENDSTAT=n VID="003""',
'Category': 'Browser',
'hideWindow': 'Browser',
'confirmPopup': {
'description': {
'en': 'Yandex Browser is another Chrome based browser featuring a fast
minimalist interface with unique features like Stealth Mode.',
'ru': 'Интуитивно понятный веб-браузер, который позволяет пользователям
ускорять загрузку сайтов и видеороликов благодаря турбо-режиму, переводить страницы
на разные языки, блокировать опасные сайты, а при скачивании файлов проверяет их на
вирусы.'
}
},
'eula': 'https://yandex.ru/legal/browser_agreement/',
'policy': 'https://yandex.ru/legal/confidential/',
'about': 'https://getyabrowser.com',
'Description': {
'en': 'Yandex.Browser – a quick and safe web-browser with active security
system Protect!',
'ru': 'Яндекс.Браузер — быстрый браузер с технологией активной защиты
Protect!'
},
'IsPartner': true,
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if (window.lang === 'ru') { return true; }
if (cisLocales.indexOf(geo) !== -1) { return true; }
if (geo === 'UA') { return true; }
return false;
},
'Lang': 'rus',
'priority': 31,
'afterHook': function (data) {
// Remove shortcuts
var folder = data.system.WshShell.ExpandEnvironmentStrings('%appdata%\\
Microsoft\\Internet Explorer\\Quick Launch\\User Pinned\\TaskBar');
var shortcuts = ['Кинопоиск.website'];
for (var i = 0; i < shortcuts.length; i++) {
try {
var verbs =
data.system.objShell.Namespace(folder).ParseName(shortcuts[i]).Verbs();
for (var j = 0; j < verbs.Count; j++) {
if (/unpin|открепить/i.test(verbs.Item(j).name)) verbs.Item(j).DoIt();
}
} catch (e) {}
try {
data.system.fso.DeleteFile(folder + '\\' + shortcuts[i], true);
} catch (e) {}
}
// Write install
try {
data.system.RegWrite('HKCU\\Software\\drpsu\\YandexInstalled', Date.now());
} catch (e) {}
}
},
{
'ID': '8',
'Name': 'Yandex.Browser (USA)',
'URL': 'http://dl.drp.su/soft/YandexLiteUSA.exe',
'Icon': 'http://dl.drp.su/soft/Yandex.png',
'Publisher': 'YANDEX LLC',
'Rating': 5,
'Checked': true,
'Version': '17.3.0',
'ReleaseDate': '2016-04-14',
'UpdateDate': '2017-05-25',
'Registry_32': 'HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
YandexBrowser\\DisplayName',
'CheckInstalled': function (data) {
return data.system.RegExists('HKCU\\Software\\Microsoft\\Windows\\
CurrentVersion\\Uninstall\\YandexBrowser\\DisplayName') &&
data.system.RegExists('HKCU\\Software\\drpsu\\YandexInstalled');
},
'Keys': '--silent --do-not-launch-browser --make-browser-default-after-import',
'OfflineKeys': '--silent --do-not-launch-browser --make-browser-default-after-
import',
'Category': 'Browser',
'hideWindow': 'Browser',
'confirmPopup': {
'description': {
'en': 'Yandex Browser is another Chrome based browser featuring a fast
minimalist interface with unique features like Stealth Mode.',
'ru': 'Интуитивно понятный веб-браузер, который позволяет пользователям
ускорять загрузку сайтов и видеороликов благодаря турбо-режиму, переводить страницы
на разные языки, блокировать опасные сайты, а при скачивании файлов проверяет их на
вирусы.'
},
'isDeferred': true
},
'eula': 'https://yandex.com/legal/browser_agreement/',
'policy': 'https://yandex.com/legal/privacy/',
'about': 'https://getyabrowser.com',
'Description': {
'en': 'Yandex.Browser – a quick and safe web-browser with active security
system Protect!',
'ru': 'Яндекс.Браузер — быстрый браузер с технологией активной защиты
Protect!'
},
'IsPartner': true,
'Targeting': function (data) {
if (window.lang !== 'en') { return false; }
return data.geoip.geoip_country_code.toUpperCase() === 'US';
},
'Lang': 'eng',
'exitCodes': [0, 1],
'priority': 40,
'afterHook': function (data) {
// Write install
try {
data.system.RegWrite('HKCU\\Software\\drpsu\\YandexInstalled', Date.now());
} catch (e) {}
}
},
{
'ID': '10',
'Name': 'PDF-XChange Viewer',
'URL': 'http://dl.drp.su/soft/PDFViewer.exe',
'Icon': 'http://dl.drp.su/soft/PDFViewer.png',
'Publisher': 'Tracker Software Products Ltd',
'Rating': 4,
'Checked': false,
'Version': '2.5.322.10',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-12-14',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{A278382D-4F1B-4D47-9885-8523F7261E8D}_is1\\DisplayName',
'Keys': '/VERYSILENT /NORESTART /SUPPRESSMSGBOXES',
'Category': 'Viewer',
'Description': {
'en': 'PDF-XChange Viewer — view, create, annotate, and Print PDF Files',
'ru': 'PDF-XChange Viewer — безопасная программа для чтения и редактирования
PDF'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1011
},
{
'ID': '11',
'Name': 'K-Lite Codec Pack',
'URL': 'http://dl.drp.su/soft/K-Lite.exe',
'Icon': 'http://dl.drp.su/soft/K-Lite.png',
'Publisher': 'KLCP',
'Rating': 5,
'Checked': false,
'Version': '13.8.2',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-02-19',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
KLiteCodecPack_is1\\DisplayName',
'Keys': '/VERYSILENT /NORESTART /SUPPRESSMSGBOXES',
'Category': 'Viewer',
'Description': {
'en': 'K-Lite Codec Pack contains everything you need to play all popular
audio and video file formats',
'ru': 'K-Lite Codec Pack позволит проигрывать любые форматы аудио и видео
файлов'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '[ru,tt,uk,az,be,uz,hy,ka]',
'priority': 1021
},
{
'ID': '12',
'Name': 'Skype',
'URL': 'http://dl.drp.su/soft/SkypeXP.exe',
'Icon': 'http://dl.drp.su/soft/Skype.png',
'Publisher': 'Skype Technologies S.A.',
'Rating': 4,
'Checked': false,
'Version': '7.36.0.101',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2017-05-09',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{FC965A47-4839-40CA-B618-18F486F042C6}\\DisplayName',
'Keys': '/VERYSILENT /NOLAUNCH /NOGOOGLE /NOSTARTUP /NOPLUGINS',
'Category': 'Messenger',
'Description': {
'en': 'Skype keeps the world talking, for free',
'ru': 'Skype — бесплатное общение без ограничений'
},
'Targeting': function (data) {
if (data.os.OSVersion >= 6) { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1031
},
{
'ID': '13',
'Name': 'Skype',
'URL': 'http://dl.drp.su/soft/Skype.exe',
'Icon': 'http://dl.drp.su/soft/Skype.png',
'Publisher': 'Skype Technologies S.A.',
'Rating': 4,
'Checked': false,
'Version': '7.41.0.101',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-03-22',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{FC965A47-4839-40CA-B618-18F486F042C6}\\DisplayName',
'Keys': '/VERYSILENT /NOLAUNCH /NOGOOGLE /NOSTARTUP /NOPLUGINS',
'Category': 'Messenger',
'Description': {
'en': 'Skype keeps the world talking, for free',
'ru': 'Skype — бесплатное общение без ограничений'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1031
},
{
'ID': '16',
'Name': 'uTorrent',
'URL': 'http://dl.drp.su/soft/uTorrent.exe',
'Icon': 'http://dl.drp.su/soft/uTorrent.png',
'Publisher': 'BitTorrent, Inc.',
'Rating': 4,
'Checked': false,
'Version': '3.5.3.44358',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-03-06',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
uTorrent\\DisplayName',
'Keys': '-aiA -gm2 -fm0',
'Category': 'Internet',
'Description': {
'en': 'uTorrent — elegant and efficient torrent downloading',
'ru': 'uTorrent — простой, понятный и эффективный торрент-клиент'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1041
},
{
'ID': '18',
'Name': 'PotPlayer',
'URL': 'http://dl.drp.su/soft/PotPlayer.exe',
'Icon': 'http://dl.drp.su/soft/PotPlayer.png',
'Publisher': 'Kakao Corporation',
'Rating': 5,
'Checked': false,
'Version': '1.7.17508',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2019-02-14',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
PotPlayer\\DisplayName',
'Keys': '/S',
'Category': 'Player',
'Description': {
'en': 'PotPlayer — universal multimedia player with integrated codecs',
'ru': 'PotPlayer — универсальный медиа проигрыватель со встроенными кодеками'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1051
},
{
'ID': '20',
'Name': 'AIMP',
'URL': 'http://dl.drp.su/soft/AIMP.exe',
'Icon': 'http://dl.drp.su/soft/AIMP.png',
'Publisher': 'Artem Izmaylov',
'Rating': 5,
'Checked': false,
'Version': '4.51.2083',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2018-11-29',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
AIMP\\DisplayName',
'Keys': '/AUTO="%PROGRAMFILES%\\AIMP"',
'Category': 'Player',
'Description': {
'en': 'AIMP — simple and high-quality audio player',
'ru': 'AIMP — простой и качественный аудио плеер'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1061
},
{
'ID': '21',
'Name': 'FastStone Image Viewer',
'URL': 'http://dl.drp.su/soft/FSImage.exe',
'Icon': 'http://dl.drp.su/soft/FSImage.png',
'Publisher': 'FastStone Soft',
'Rating': 4,
'Checked': false,
'Version': '7.0',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2019-03-24',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
FastStone Image Viewer\\DisplayName',
'Keys': '/S',
'Category': 'Viewer',
'Description': {
'en': 'FastStone Image Viewer — image browser, converter and editor',
'ru': 'FastStone Image Viewer — программа для просмотра и редактирования
изображений'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1071
},
{
'ID': '22',
'Name': 'TeamViewer',
'URL': 'http://dl.drp.su/soft/TeamViewer.exe',
'Icon': 'http://dl.drp.su/soft/TeamViewer.png',
'Publisher': 'TeamViewer GmbH',
'Rating': 5,
'Checked': false,
'Version': '14.2.2558',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2019-03-20',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
TeamViewer\\DisplayName',
'Keys': '/S',
'Category': 'Internet',
'Description': {
'en': 'TeamViewer — tool for remote support, access and online meeting',
'ru': 'TeamViewer — инструмент удалённого доступа и поддержки через интернет'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1081
},
{
'ID': '23',
'Name': 'AOMEI Backupper',
'URL': 'http://dl.drp.su/soft/Backupper.exe',
'Icon': 'http://dl.drp.su/soft/Backupper.png',
'Publisher': 'AOMEI Technology Co., Ltd.',
'Rating': 5,
'Checked': false,
'Version': '3.5',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2016-12-28',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{A83692F5-3E9B-4E95-9E7E-B5DF5536C09F}_is1\\DisplayName',
'Keys': '/VERYSILENT /NORESTART /SUPPRESSMSGBOXES',
'Category': 'Backup',
'Description': {
'en': 'AOMEI Backupper — the simplest FREE PC backupper',
'ru': 'AOMEI Backupper — простой и бесплатный инструмент для создания
бэкапов'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1091
},
{
'ID': '24',
'Name': 'Adobe Flash Player',
'URL': 'http://dl.drp.su/soft/FlashPlayer.exe',
'Icon': 'http://dl.drp.su/soft/FlashPlayer.png',
'Publisher': 'Adobe Systems Incorporated',
'Rating': 5,
'Checked': false,
'Version': '32.0.0.156',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2019-03-20',
'Registry_32': 'HKLM\\Software\\MozillaPlugins\\@adobe.com/FlashPlayer\\
Description',
'Keys': '-y -gm2 -fm0',
'Category': 'Viewer',
'Description': {
'en': 'Adobe Flash Player',
'ru': 'Adobe Flash Player'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'IsPartner': false,
'Lang': '',
'priority': 1101
},
{
'ID': '26',
'Name': 'Yandex.Elements',
'URL': 'http://dl.drp.su/updates/ya-downloader/downloader_elements.exe',
'Icon': 'http://dl.drp.su/soft/YandexPack.png',
'Publisher': 'YANDEX LLC',
'Rating': 4,
'Checked': true,
'Version': '8.9',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2015-10-26',
'Registry_32': '1HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\
Uninstall\\{12f34aee-538c-44d5-b33a-12213b7e0197}\\DisplayName',
'Keys': '--partner drpsu --distr /quiet /msicl "YAHOMEPAGE=y YAQSEARCH=y YABM=y
YABROWSER=n YBSENDSTAT=n VID="002"" --try 10 /log "%temp%\\YaElInstall.log"',
'OfflineKeys': '/quiet /msicl "YAHOMEPAGE=y YAQSEARCH=y YABM=n YABROWSER=n
YBSENDSTAT=n VID="004""',
'Category': 'Browser',
'confirmPopup': {
'description': {
'en': 'Set of extensions for Mozilla Firefox, Google Chrome and Opera
browsers, which makes it easier to work with Yandex services and Internet. Elements
contains visual tabs, extensions from Yandex services like Mail, Disk, Music,
Weather, etc.',
'ru': 'Набор расширений для браузеров Mozilla Firefox, Google Chrome и
Opera, который делает работу с сервисами Яндекса и интернетом более комфортной.
Элементы включают визуальные закладки, расширения от сервисов Яндекса — Почты,
Диска, Музыки, Погоды и т.д.'
}
},
'eula': 'https://yandex.ru/legal/desktop_software_agreement/',
'policy': 'https://yandex.ru/legal/confidential/',
'about': 'https://yandex.ru/support/element/',
'IsPartner': true,
'Description': {
'en': 'Yandex.Elements extensions',
'ru': 'Расширение Яндекс.Элементы'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
if (!window.isCamaro || window.isOnline) { return false; }
if (window.lang === 'ru') { return true; }
if (cisLocales.indexOf(geo) !== -1) { return true; }
if (geo === 'UA') { return true; }
return false;
},
'Lang': 'rus'
},
{
'ID': '28',
'Name': 'Avast Free Antivirus',
'URL': 'http://dl.drp.su/soft/AvastAntivirusA.exe',
'Icon': 'http://dl.drp.su/soft/AvastAntivirus.png',
'Publisher': 'AVAST Software',
'Rating': 5,
'Checked': function (data) {
if (data.antivirus) {
if (data.antivirus.hasAntiviruses() &&
data.antivirus.scanAntiviruses().find(function (antivirus) {
return /avast|avg/i.test(antivirus.displayName);
})) { return false; }
}
return true;
},
'Version': '12.3.2280',
'ReleaseDate': '2016-09-22',
'UpdateDate': '2016-09-22',
'Registry_32': 'HKLM\\SOFTWARE\\AVAST Software\\Avast\\Version',
'CheckInstalled': function (data) {
return data.system.RegExists('HKLM\\SOFTWARE\\AVAST Software\\Avast\\
Version') ||
data.diagnostics.checkSoft.checkSoftInstalled(/Avast/i) ||
data.system.RegExists('HKLM\\SOFTWARE\\\AVG\\Antivirus\\Version') ||
data.system.RegExists('HKLM\\SOFTWARE\\\AVG\\AV\\Dir') ||
data.diagnostics.checkSoft.checkSoftInstalled(/AVG/i);
},
'Keys': '/silent',
'Category': 'Antivirus',
'protect': true,
'confirmPopup': {
'description': {
'en': 'Get the world\’s #1 antivirus for free',
'ru': 'Установите антивирус №1 в мире бесплатно'
}
},
'eula': 'https://www.avast.com/eula',
'policy': 'https://www.avast.ru/privacy-policy',
'about': 'https://www.avast.com/free-antivirus-download',
'IsPartner': true,
'Description': {
'en': 'Avast Free Antivirus — free security has never been so lightweight,
intuitive, and powerful',
'ru': 'Avast Free Antivirus — самый популярный и полностью бесплатный
антивирус со всеми необходимым функциями для надежной защиты компьютера и данных'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if (geo === 'RU') { return true; }
return false;
},
'Lang': 'rus',
'priority': 1200,
'installTimeout': 600000,
'singleOnly': true,
'afterHook': function (data) {
// Write install
try {
data.system.RegWrite('HKCU\\Software\\drpsu\\AvastInstalled', Date.now());
} catch (e) {}
}
},
{
'ID': '29',
'Name': 'Avast Free Antivirus Worldwide',
'localizedName': {
'en': 'Avast Free Antivirus',
'ru': 'Avast Free Antivirus'
},
'URL': 'http://dl.drp.su/soft/AvastAntivirusWorldwideA.exe',
'Icon': 'http://dl.drp.su/soft/AvastAntivirus.png',
'Publisher': 'AVAST Software',
'Rating': 5,
'Checked': function (data) {
if (data.antivirus) {
if (data.antivirus.hasAntiviruses() &&
data.antivirus.scanAntiviruses().find(function (antivirus) {
return /avast|avg/i.test(antivirus.displayName);
})) { return false; }
}
// Not install over our 360TS
if (data.antivirus) {
if (data.antivirus.hasAntiviruses() &&
data.antivirus.scanAntiviruses().find(function (antivirus) {
return /360 total security/i.test(antivirus.displayName);
})) { return !data.system.RegExists('HKCU\\Software\\drpsu\\
360TSInstalled'); }
}
var geo = data.geoip.geoip_country_code.toUpperCase();
if (geo === 'AL') { return softRandomSeed <= 0.001; }
if (geo === 'AM') { return softRandomSeed <= 0.001; }
if (geo === 'AZ') { return softRandomSeed <= 0.5; }
if (geo === 'BO') { return softRandomSeed <= 0.001; }
if (geo === 'CI') { return softRandomSeed <= 0.3; }
if (geo === 'CM') { return softRandomSeed <= 0.3; }
if (geo === 'CN') { return false; }
if (geo === 'DO') { return softRandomSeed <= 0.001; }
if (geo === 'EC') { return softRandomSeed <= 0.001; }
if (geo === 'EG') { return softRandomSeed <= 0.25; }
if (geo === 'GE') { return softRandomSeed <= 0.5; }
if (geo === 'GH') { return softRandomSeed <= 0.7; }
if (geo === 'GR') { return softRandomSeed <= 0.001; }
if (geo === 'HK') { return false; }
if (geo === 'HR') { return softRandomSeed <= 0.05; }
if (geo === 'IN') { return softRandomSeed <= 0.5; }
if (geo === 'IQ') { return softRandomSeed <= 0.35; }
if (geo === 'IR') { return false; }
if (geo === 'JO') { return softRandomSeed <= 0.7; }
if (geo === 'KE') { return softRandomSeed <= 0.27; }
if (geo === 'KG') { return softRandomSeed <= 0.001; }
if (geo === 'KH') { return softRandomSeed <= 0.001; }
if (geo === 'KZ') { return softRandomSeed <= 0.3; }
if (geo === 'LB') { return softRandomSeed <= 0.001; }
if (geo === 'LK') { return softRandomSeed <= 0.001; }
if (geo === 'MD') { return softRandomSeed <= 0.9; }
if (geo === 'MN') { return softRandomSeed <= 0.3; }
if (geo === 'MZ') { return softRandomSeed <= 0.001; }
if (geo === 'NG') { return softRandomSeed <= 0.001; }
if (geo === 'NP') { return softRandomSeed <= 0.001; }
if (geo === 'PH') { return softRandomSeed <= 0.6; }
if (geo === 'PK') { return softRandomSeed <= 0.15; }
if (geo === 'PS') { return softRandomSeed <= 0.001; }
if (geo === 'QA') { return softRandomSeed <= 0.001; }
if (geo === 'SN') { return softRandomSeed <= 0.001; }
if (geo === 'TN') { return softRandomSeed <= 0.001; }
if (geo === 'TR') { return softRandomSeed <= 0.7; }
if (geo === 'TZ') { return softRandomSeed <= 0.25; }
if (geo === 'UA') { return softRandomSeed <= 0.7; }
if (geo === 'UZ') { return softRandomSeed <= 0.001; }
if (geo === 'VE') { return softRandomSeed <= 0.001; }
if (geo === 'VN') { return softRandomSeed <= 0.001; }
if (geo === 'ZA') { return softRandomSeed <= 0.6; }
if (geo === 'ZM') { return softRandomSeed <= 0.001; }
return true;
},
'Version': '12.3.2280',
'ReleaseDate': '2017-02-17',
'UpdateDate': '2017-02-17',
'Registry_32': 'HKLM\\SOFTWARE\\AVAST Software\\Avast\\Version',
'CheckInstalled': function (data) {
return data.system.RegExists('HKLM\\SOFTWARE\\AVAST Software\\Avast\\
Version') ||
data.diagnostics.checkSoft.checkSoftInstalled(/Avast/i) ||
data.system.RegExists('HKLM\\SOFTWARE\\\AVG\\Antivirus\\Version') ||
data.system.RegExists('HKLM\\SOFTWARE\\\AVG\\AV\\Dir') ||
data.diagnostics.checkSoft.checkSoftInstalled(/AVG/i);
},
'Keys': '/silent',
'Category': 'Antivirus',
'protect': true,
'confirmPopup': {
'description': {
'en': 'Get the world\’s #1 antivirus for free',
'ru': 'Установите антивирус №1 в мире бесплатно'
}
},
'eula': 'https://www.avast.com/eula',
'policy': 'https://www.avast.ru/privacy-policy',
'about': 'https://www.avast.com/free-antivirus-download',
'IsPartner': true,
'Description': {
'en': 'Avast Free Antivirus — free security has never been so lightweight,
intuitive, and powerful',
'ru': 'Avast Free Antivirus — самый популярный и полностью бесплатный
антивирус со всеми необходимым функциями для надежной защиты компьютера и данных'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
if (geo !== 'RU') { return true; }
return false;
},
'Lang': 'eng',
'priority': 1201,
'installTimeout': 600000,
'singleOnly': true,
'afterHook': function (data) {
// Write install
try {
data.system.RegWrite('HKCU\\Software\\drpsu\\AvastInstalled', Date.now());
} catch (e) {}
}
},
{
'ID': '30',
'Name': 'Avast Free Antivirus Worldwide US',
'localizedName': {
'en': 'Avast Free Antivirus',
'ru': 'Avast Free Antivirus'
},
'URL': 'http://dl.drp.su/soft/AvastAntivirusWorldwideA.exe',
'Icon': 'http://dl.drp.su/soft/AvastAntivirus.png',
'Publisher': 'AVAST Software',
'Rating': 5,
'Checked': function (data) {
if (data.antivirus) {
if (data.antivirus.hasAntiviruses() &&
data.antivirus.scanAntiviruses().find(function (antivirus) {
return /avast|avg/i.test(antivirus.displayName);
})) { return false; }
}
return true;
},
'Version': '12.3.2280',
'ReleaseDate': '2017-02-17',
'UpdateDate': '2017-02-17',
'Registry_32': 'HKLM\\SOFTWARE\\AVAST Software\\Avast\\Version',
'CheckInstalled': function (data) {
return data.system.RegExists('HKLM\\SOFTWARE\\AVAST Software\\Avast\\
Version') ||
data.diagnostics.checkSoft.checkSoftInstalled(/Avast/i) ||
data.system.RegExists('HKLM\\SOFTWARE\\\AVG\\Antivirus\\Version') ||
data.system.RegExists('HKLM\\SOFTWARE\\\AVG\\AV\\Dir') ||
data.diagnostics.checkSoft.checkSoftInstalled(/AVG/i);
},
'Keys': '/silent',
'Category': 'Antivirus',
'protect': true,
'confirmPopup': {
'description': {
'en': 'Get the world\’s #1 antivirus for free',
'ru': 'Установите антивирус №1 в мире бесплатно'
},
'isDeferred': true
},
'eula': 'https://www.avast.com/eula',
'policy': 'https://www.avast.ru/privacy-policy',
'about': 'https://www.avast.com/free-antivirus-download',
'IsPartner': true,
'Description': {
'en': 'Avast Free Antivirus — free security has never been so lightweight,
intuitive, and powerful',
'ru': 'Avast Free Antivirus — самый популярный и полностью бесплатный
антивирус со всеми необходимым функциями для надежной защиты компьютера и данных'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if ((usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1))
{ return false; }
if (geo !== 'RU') { return true; }
return false;
},
'Lang': 'eng',
'priority': 1201,
'installTimeout': 600000,
'singleOnly': true,
'afterHook': function (data) {
// Write install
try {
data.system.RegWrite('HKCU\\Software\\drpsu\\AvastInstalled', Date.now());
} catch (e) {}
}
},
{
'ID': '30',
'Name': '360 Total Security',
'URL': 'http://dl.drp.su/soft/360tsNew.exe',
'Icon': 'http://dl.drp.su/soft/360ts.png',
'Publisher': 'Qihoo 360 Software',
'Rating': 5,
'Checked': function (data) {
if (data.antivirus) {
if (data.antivirus.hasAntiviruses() &&
data.antivirus.scanAntiviruses().find(function (antivirus) {
return /360 total security/i.test(antivirus.displayName);
})) { return false; }
}
// Not install over our Avast
if (data.antivirus) {
if (data.antivirus.hasAntiviruses() &&
data.antivirus.scanAntiviruses().find(function (antivirus) {
return /avast/i.test(antivirus.displayName);
})) { return !data.system.RegExists('HKCU\\Software\\drpsu\\
AvastInstalled'); }
}
// This is Avast multiplication inversion
var geo = data.geoip.geoip_country_code.toUpperCase();
if (geo === 'AL') { return softRandomSeed > 0.001; }
if (geo === 'AM') { return softRandomSeed > 0.001; }
if (geo === 'AZ') { return softRandomSeed > 0.5; }
if (geo === 'BO') { return softRandomSeed > 0.001; }
if (geo === 'CI') { return softRandomSeed > 0.3; }
if (geo === 'CM') { return softRandomSeed > 0.3; }
if (geo === 'CN') { return true; }
if (geo === 'DO') { return softRandomSeed > 0.001; }
if (geo === 'EC') { return softRandomSeed > 0.001; }
if (geo === 'EG') { return softRandomSeed > 0.25; }
if (geo === 'GE') { return softRandomSeed > 0.5; }
if (geo === 'GH') { return softRandomSeed > 0.7; }
if (geo === 'GR') { return softRandomSeed > 0.001; }
if (geo === 'HK') { return true; }
if (geo === 'HR') { return softRandomSeed > 0.05; }
if (geo === 'IN') { return softRandomSeed > 0.5; }
if (geo === 'IQ') { return softRandomSeed > 0.35; }
if (geo === 'IR') { return true; }
if (geo === 'JO') { return softRandomSeed > 0.7; }
if (geo === 'KE') { return softRandomSeed > 0.27; }
if (geo === 'KG') { return softRandomSeed > 0.001; }
if (geo === 'KH') { return softRandomSeed > 0.001; }
if (geo === 'KZ') { return softRandomSeed > 0.3; }
if (geo === 'LB') { return softRandomSeed > 0.001; }
if (geo === 'LK') { return softRandomSeed > 0.001; }
if (geo === 'MD') { return softRandomSeed > 0.9; }
if (geo === 'MN') { return softRandomSeed > 0.3; }
if (geo === 'MZ') { return softRandomSeed > 0.001; }
if (geo === 'NG') { return softRandomSeed > 0.001; }
if (geo === 'NP') { return softRandomSeed > 0.001; }
if (geo === 'PH') { return softRandomSeed > 0.6; }
if (geo === 'PK') { return softRandomSeed > 0.15; }
if (geo === 'PS') { return softRandomSeed > 0.001; }
if (geo === 'QA') { return softRandomSeed > 0.001; }
if (geo === 'SN') { return softRandomSeed > 0.001; }
if (geo === 'TN') { return softRandomSeed > 0.001; }
if (geo === 'TR') { return softRandomSeed > 0.7; }
if (geo === 'TZ') { return softRandomSeed > 0.25; }
if (geo === 'UA') { return softRandomSeed > 0.7; }
if (geo === 'UZ') { return softRandomSeed > 0.001; }
if (geo === 'VE') { return softRandomSeed > 0.001; }
if (geo === 'VN') { return softRandomSeed > 0.001; }
if (geo === 'ZA') { return softRandomSeed > 0.6; }
if (geo === 'ZM') { return softRandomSeed > 0.001; }
return false;
},
'Version': '10.2.0.1175',
'ReleaseDate': '2018-05-11',
'UpdateDate': '2018-12-29',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
360TotalSecurity\\UninstallString',
'Keys': '/s',
'Category': 'Antivirus',
'protect': true,
'confirmPopup': {
'description': {
'en': '360 Total Security offers your PC complete protection from Viruses,
Trojans and other emerging threats.',
'ru': '360 Total Security — надежный антивирус обеспечивает полную защиту
от вирусов, троянских программ и других угроз.'
}
},
'eula': 'https://www.360totalsecurity.com/license/360-total-security/',
'policy': 'https://www.360totalsecurity.com/privacy/',
'IsPartner': true,
'Description': {
'en': '360 Total Security offers your PC complete protection from Viruses,
Trojans and other emerging threats',
'ru': '360 Total Security — надежный антивирус обеспечивает полную защиту от
вирусов, троянских программ и других угроз'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
if (geo !== 'RU') { return true; }
return false;
},
'Lang': 'eng',
'priority': 1201,
'exitCodes': [0, 1],
'installTimeout': 600000,
'singleOnly': true,
'afterHook': function (data) {
// Write install
try {
data.system.RegWrite('HKCU\\Software\\drpsu\\360TSInstalled', Date.now());
} catch (e) {}
}
},
{
'ID': '40',
'Name': 'WinRAR (English)',
'URL': 'http://dl.drp.su/soft/WinRARx86Eng.exe',
'Icon': 'http://dl.drp.su/soft/WinRAR.png',
'Publisher': 'Alexander Roshal',
'Rating': 4,
'Checked': false,
'Version': '5.61',
'ReleaseDate': '2015-12-01',
'UpdateDate': '2018-10-16',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
WinRAR archiver\\DisplayName',
'Keys': '/S',
'Targeting': function (data) {
if (window.lang === 'ru' ||
window.lang === 'az' ||
window.lang === 'be' ||
window.lang === 'hy' ||
window.lang === 'tt' ||
window.lang === 'uk' ||
window.lang === 'uz' ||
window.lang === 'pt_br') { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'Category': 'Archiver',
'Description': {
'en': 'WinRAR — powerful archive manager',
'ru': 'WinRAR — мощная программа для создания и управления архивами'
},
'IsPartner': false,
'Lang': 'eng',
'priority': 71
},
{
'ID': '41',
'Name': 'WinRAR (Russian)',
'URL': 'http://dl.drp.su/soft/WinRARx86Rus.exe',
'Icon': 'http://dl.drp.su/soft/WinRAR.png',
'Publisher': 'Alexander Roshal',
'Rating': 4,
'Checked': false,
'Version': '5.61',
'ReleaseDate': '2015-12-01',
'UpdateDate': '2018-10-16',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
WinRAR archiver\\DisplayName',
'Keys': '/S',
'Targeting': function (data) {
if (window.lang !== 'ru' &&
window.lang !== 'az' &&
window.lang !== 'be' &&
window.lang !== 'hy' &&
window.lang !== 'tt' &&
window.lang !== 'uk' &&
window.lang !== 'uz' &&
window.lang !== 'pt_br') { return false; }
var geo = data.geoip.geoip_country_code.toUpperCase();
return (usaLocales.indexOf(geo) === -1) && (euLocales.indexOf(geo) === -1);
},
'Category': 'Archiver',
'Description': {
'en': 'WinRAR — powerful archive manager',
'ru': 'WinRAR — мощная программа для создания и управления архивами'
},
'IsPartner': false,
'Lang': 'rus',
'priority': 81
},
{
'ID': '42',
'Name': 'WinRAR (Portuguese)',
'URL': 'http://dl.drp.su/soft/WinRARx86Br.exe',
'Icon': 'http://dl.drp.su/soft/WinRAR.png',
'Publisher': 'Alexander Roshal',
'Rating': 4,
'Checked': false,
'Version': '5.61',
'ReleaseDate': '2015-12-01',
'UpdateDate': '2018-10-16',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
WinRAR archiver\\DisplayName',
'Keys': '/S',
'Targeting': function (data) {
if (window.lang === 'pt_br') { return true; }
return false;
},
'Category': 'Archiver',
'Description': {
'en': 'WinRAR — powerful archive manager',
'ru': 'WinRAR — мощная программа для создания и управления архивами'
},
'IsPartner': false,
'Lang': 'pt_br',
'priority': 91
},
{
'ID': '67',
'Name': 'DriverPack Cloud',
'URL': 'http://dl.drp.su/soft/DriverPack-Cloud-New.exe',
'Icon': 'http://dl.drp.su/soft/DriverPack.png',
'Publisher': 'DriverPack',
'Rating': 5,
'Checked': function (data) {
if (data.system.RegExists('HKLM\\Software\\Microsoft\\Windows\\
CurrentVersion\\Uninstall\\DriverPack Notifier\\DisplayName')) { return false; }
return true;
},
'Version': '1.0',
'ReleaseDate': '2017-12-20',
'UpdateDate': '2017-12-20',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
DriverPack Cloud\\DisplayName',
'Keys': '/S /channel=Beetle',
'Targeting': function (data) {
return checkCloudTargeting(data);
},
'Category': 'System',
'confirmPopup': {
'description': {
'en': 'New program from original DriverPack developers team. It is designed
for computer perfomance improvement without any additional costs or hardware
upgrade.',
'ru': 'Новая программа от команды разработчиков оригинального DriverPack,
предназначенная для повышения производительности компьютера без каких-либо
дополнительных трат или обновления "железа".'
}
},
'eula': 'drp.su/en/cloud/terms-of-use',
'Description': {
'en': 'DriverPack Cloud improves performance and stability of your PC',
'ru': 'DriverPack Cloud — повышение производительности и стабильности
компьютера'
},
'IsPartner': false,
'Lang': '',
'priority': 1002
},
{
'ID': '71',
'Name': 'DirectX 9.0c',
'URL': 'http://dl.drp.su/soft/DirectX.exe',
'Icon': 'http://dl.drp.su/soft/DirectX.png',
'Publisher': 'Microsoft Corporation',
'Rating': 5,
'Checked': true,
'Version': '9.0c',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2016-02-03',
'Keys': '',
'Targeting': function (data) {
if
(data.system.fso.FileExists(data.system.WshShell.ExpandEnvironmentStrings('%windir
%\\Microsoft.NET\\DirectX for Managed Code\\1.0.2911.0\\
Microsoft.DirectX.Direct3DX.dll'))) { return false; }
if (checkCloudTargeting(data) && !isCloudInstalled(data)) { return false; }
return true;
},
'Category': 'Drivers',
'Description': {
'en': 'DirectX lets you to run old games on your pc',
'ru': 'DirectX — набор файлов, необходимый для запуска старых игр'
},
'IsPartner': false,
'Lang': '',
'priority': 1131,
'exitCodes': [0, 2]
},
{
'ID': '72',
'Name': 'Microsoft Visual C++',
'URL': 'http://dl.drp.su/soft/VisualCplus.exe',
'Icon': 'http://dl.drp.su/soft/VisualCplus.png',
'Publisher': 'Microsoft Corporation',
'Rating': 5,
'Checked': false,
'Version': '2005-2019',
'ReleaseDate': '2014-07-30',
'UpdateDate': '2019-03-24',
'Registry_32': 'HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}\\DisplayName',
'Keys': '',
'Targeting': function (data) {
if (checkCloudTargeting(data) && !isCloudInstalled(data)) { return false; }
return true;
},
'Category': 'Drivers',
'Description': {
'en': 'Microsoft Visual C++ packages are needed for proper work of some
programs',
'ru': 'Microsoft Visual C++ — набор файлов для корректной работы некоторых
программ'
},
'IsPartner': false,
'Lang': '',
'singleOnly': true,
'priority': 1,
'installTimeout': 1800000,
'bits': true
},
{
'ID': '73',
'Name': 'System Libraries',
'URL': 'http://dl.drp.su/soft/RuntimePack.exe',
'Icon': 'http://dl.drp.su/soft/RuntimePack.png',
'Publisher': 'Microsoft Corporation',
'Rating': 5,
'Checked': true,
'Version': '17.3.14',
'ReleaseDate': '2015-12-07',
'UpdateDate': '2017-03-19',
'Registry_32': '',
'Keys': '-y -gm2 -fm0',
'Targeting': function (data) {
if
(data.system.fso.FileExists(data.system.WshShell.ExpandEnvironmentStrings('%windir
%\\System\\Vbrun300.dll'))) { return false; }
if (checkCloudTargeting(data) && !isCloudInstalled(data)) { return false; }
return true;
},
'Category': 'Drivers',
'Description': {
'en': 'System Libraries are needed for proper work of some drivers',
'ru': 'System Libraries — набор системных библиотек для корректной работы
некоторых драйверов'
},
'Lang': '',
'IsPartner': false,
'priority': 1141
},
{
'ID': '74',
'Name': '.NET Framework',
'URL': 'http://dl.drp.su/soft/DotNet.exe',
'Icon': 'http://dl.drp.su/soft/DotNet.png',
'Publisher': 'Microsoft Corporation',
'Rating': 5,
'Checked': true,
'Version': '4.7.1',
'ReleaseDate': '2015-12-07',
'UpdateDate': '2017-11-15',
'Registry_32': 'HKCU\\Software\\DRP\\.NET Framework\\NT-Version',
'Keys': '',
'Category': 'Drivers',
'Description': {
'en': '.Net Framework is needed for proper work of some programs',
'ru': '.Net Framework необходим для запуска некоторых программ'
},
'Targeting': function (data) {
if (checkCloudTargeting(data) && !isCloudInstalled(data)) { return false; }
return data.os.OSVersion >= 6;
},
'Lang': '',
'IsPartner': false,
'priority': 1151,
'bits': true
},
{
'ID': '75',
'Name': '.NET Framework',
'URL': 'http://dl.drp.su/soft/DotNetXP.exe',
'Icon': 'http://dl.drp.su/soft/DotNet.png',
'Publisher': 'Microsoft Corporation',
'Checked': true,
'Version': '1.1-4.0',
'ReleaseDate': '2015-12-07',
'UpdateDate': '2016-07-07',
'Registry_32': 'HKCU\\Software\\DRP\\.NET Framework\\XP-Version',
'Keys': '',
'Category': 'Drivers',
'Description': {
'en': '.Net Framework is needed for proper work of some programs',
'ru': '.Net Framework необходим для корректной работы некоторых программ'
},
'Targeting': function (data) {
return data.os.OSVersion < 6;
},
'Lang': '',
'IsPartner': false,
'priority': 1161,
'bits': true
},
{
'ID': '101',
'Name': 'Internet-Start Extensions',
'localizedName': {
'en': 'Internet-Start',
'ru': 'Internet-Start'
},
'URL': 'http://dl.drp.su/soft/system/empty.cmd',
'Icon': 'http://dl.drp.su/soft/internet_start.png',
'Publisher': 'new.internet-start.net',
'Rating': 5,
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2018-08-03',
'UpdateDate': '2018-08-03',
'CheckInstalled': function (data) {
var regExtensions = data.os.is64
? 'HKLM\\Software\\Wow6432Node\\Google\\Chrome\\Extensions\\'
: 'HKLM\\Software\\Google\\Chrome\\Extensions\\';
return data.system.RegExists(regExtensions +
'llcdellnofncikmhimjdbkdjgpmcjbik\\update_url');
},
'Keys': '',
'Category': 'Internet',
'Description': {
'en': 'Internet-Start is a new search engine equipped with the possibility of
previewing the search results without clicking on them',
'ru': 'Internet-Start это новый поисковик с возможностью предпросмотра
результатов выдачи без клика по ним'
},
'Targeting': function (data) {
if (data.os.OSVersion < 6) return false;
var geo = data.geoip.geoip_country_code.toUpperCase();
if (geo === 'RU' || geo === 'TR') { return false; }
if ((usaLocales.indexOf(geo) !== -1) || (euLocales.indexOf(geo) !== -1))
{ return false; }
return true;
},
'Lang': '',
'IsPartner': false,
'priority': 3,
'singleOnly': false,
'rebootNeeded': false,
'afterHook': function (data) {
// install extensions
var regExtensions = data.os.is64
? 'HKLM\\Software\\Wow6432Node\\Google\\Chrome\\Extensions\\'
: 'HKLM\\Software\\Google\\Chrome\\Extensions\\';
var regPath = regExtensions + 'llcdellnofncikmhimjdbkdjgpmcjbik\\update_url';
data.system.RegWrite(regPath,
'https://clients2.google.com/service/update2/crx');
}
},
{
'ID': '102',
'Name': 'Chrone Browser',
'URL': 'http://dl.drp.su/soft/Chrone.exe',
'Icon': 'http://dl.drp.su/soft/Chrone.png',
'Publisher': 'new.internet-start.net',
'Rating': 5,
'Checked': true,
'Version': '72.0.3626.121',
'ReleaseDate': '2018-10-01',
'UpdateDate': '2019-03-25',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
Chrone Browser\\DisplayName',
'Keys': '/S',
'Category': 'Browser',
'Description': {
'en': 'Free Chromium based browser',
'ru': 'Бесплатный браузер на основе движка Chromium'
},
'Targeting': function (data) {
var geo = data.geoip.geoip_country_code.toUpperCase();
return (geo === 'IN' || geo === 'ID');
},
'IsPartner': false,
'Lang': '',
'priority': 21
},
{
'ID': '910',
'Name': 'Asus Tools for Windows XP',
'URL': 'http://dl.drp.su/tools/AsusXP.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{AB5C933E-5C7D-4D30-B314-9C83A49B94BE}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Asus',
'ru': 'Драйверные утилиты от Asus'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /asus/i.test(vendor) && osVersion === 5.1;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '912',
'Name': 'Asus Tools for Windows 7',
'URL': 'http://dl.drp.su/tools/Asus7.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{AB5C933E-5C7D-4D30-B314-9C83A49B94BE}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Asus',
'ru': 'Драйверные утилиты от Asus'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /asus/i.test(vendor) && osVersion === 6.1;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '913',
'Name': 'Asus Tools for Windows 8',
'URL': 'http://dl.drp.su/tools/Asus8.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{AB5C933E-5C7D-4D30-B314-9C83A49B94BE}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Asus',
'ru': 'Драйверные утилиты от Asus'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /asus/i.test(vendor) && osVersion === 6.2;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '914',
'Name': 'Asus Tools for Windows 8.1',
'URL': 'http://dl.drp.su/tools/Asus81.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{AB5C933E-5C7D-4D30-B314-9C83A49B94BE}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Asus',
'ru': 'Драйверные утилиты от Asus'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /asus/i.test(vendor) && osVersion === 6.3;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '915',
'Name': 'Asus Tools for Windows 10',
'URL': 'http://dl.drp.su/tools/Asus10.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{AB5C933E-5C7D-4D30-B314-9C83A49B94BE}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Asus',
'ru': 'Драйверные утилиты от Asus'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /asus/i.test(vendor) && osVersion === 10.0;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '930',
'Name': 'Dell Tools for Windows 7',
'URL': 'http://dl.drp.su/tools/Dell7.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{87CF757E-C1F1-4D22-865C-00C6950B5258}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Dell',
'ru': 'Драйверные утилиты от Dell'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /dell/i.test(vendor) && osVersion === 6.1;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '931',
'Name': 'Dell Tools for Windows 8.1',
'URL': 'http://dl.drp.su/tools/Dell81.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{87CF757E-C1F1-4D22-865C-00C6950B5258}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Dell',
'ru': 'Драйверные утилиты от Dell'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /dell/i.test(vendor) && osVersion === 6.3;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '932',
'Name': 'Dell Tools for Windows 10',
'URL': 'http://dl.drp.su/tools/Dell10.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{87CF757E-C1F1-4D22-865C-00C6950B5258}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Dell',
'ru': 'Драйверные утилиты от Dell'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /dell/i.test(vendor) && osVersion === 10.0;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '950',
'Name': 'Fujitsu Tools for Windows 7-10',
'URL': 'http://dl.drp.su/tools/FujitsuNT.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2017-02-06',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
InstallShield_{C8E4B31D-337C-483D-822D-16F11441669B}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Fujitsu',
'ru': 'Драйверные утилиты от Fujitsu'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /fujitsu/i.test(vendor) && osVersion >= 6.0;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '960',
'Name': 'HP Tools for Windows 7-10',
'URL': 'http://dl.drp.su/tools/HPNT.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{09D0DB68-90EA-4015-983E-A0BD777D5A02}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by HP',
'ru': 'Драйверные утилиты от HP'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /hp/i.test(vendor) && osVersion >= 6.0;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '965',
'Name': 'MSI Tools for Windows x86',
'URL': 'http://dl.drp.su/tools/MSIx86.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{8B57FEA1-ABC0-4469-9205-856FD0D97C40}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by MSI',
'ru': 'Драйверные утилиты от MSI'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
return /notebook/i.test(type) && /msi/i.test(vendor) && !data.os.is64;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '966',
'Name': 'MSI Tools for Windows x64',
'URL': 'http://dl.drp.su/tools/MSIx64.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2016-06-22',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{8B57FEA1-ABC0-4469-9205-856FD0D97C40}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by MSI',
'ru': 'Драйверные утилиты от MSI'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
return /notebook/i.test(type) && /msi/i.test(vendor) && data.os.is64;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '980',
'Name': 'Toshiba Tools for Windows 7-10',
'URL': 'http://dl.drp.su/tools/ToshibaNT.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2017-02-06',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
InstallShield_{6F3C8901-EBD3-470D-87F8-AC210F6E5E02}\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Toshiba',
'ru': 'Драйверные утилиты от Toshiba'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /toshiba/i.test(vendor) && osVersion >= 6.0;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
},
{
'ID': '990',
'Name': 'Vizio Tools for Windows 7-10',
'URL': 'http://dl.drp.su/tools/VizioNT.exe',
'Checked': true,
'Version': '1.0',
'ReleaseDate': '2017-02-06',
'UpdateDate': '2017-02-06',
'Registry_32': 'HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\
{4F949BD9-1E99-40C7-9102-C67E2D384995}_is1\\DisplayName',
'Keys': '/S',
'Category': 'Drivers',
'Description': {
'en': 'Driver Utilities by Vizio',
'ru': 'Драйверные утилиты от Vizio'
},
'Targeting': function (data) {
var type = window.modelData.type;
var vendor = window.modelData.vendor;
var osVersion = data.os.OSVersion;
return /notebook/i.test(type) && /vizio/i.test(vendor) && osVersion >= 6.0;
},
'Lang': '',
'IsPartner': false,
'priority': 9999
}
];

try {
for (var i = 0; i < soft.length; i++) {
soft[i].CheckedDefaultIf = soft[i].Targeting;
if (typeof soft[i].Checked === 'boolean') {
soft[i].CheckedDefault = soft[i].Checked;
} else {
soft[i].CheckedDefault = false;
}
if (soft[i].protect && soft[i].confirmPopup) {
soft[i].protect = {
popup: soft[i].confirmPopup
};
}
}
} catch (err) {}; // eslint-disable-line

window.SoftPack.jsonCallback(soft);

You might also like