Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature currently requires accessing the site using the built-in Safari browser.
Google Toolbar for Internet Explorer [20141124]-->MsiExec.exe /I{18455581-E099-4BA8-BC6B-F34B2F06600C}
Google Toolbar for Internet Explorer [2015/12/24 15:37:16]-->"C:\Program Files (x86)\Google\Google Toolbar\Component\GoogleToolbarManager_A6282D74FF5C38C8.exe" /uninstall
Google Update Helper [20141124]-->MsiExec.exe /I{A92DAB39-4E2C-4304-9AB6-BC44E68B55E2}
Google Update Helper [20160202]-->MsiExec.exe /I{60EC980A-BDA2-4CB6-A427-B07A5498B4CA}
Интернет [20160224]-->"C:\Users\Александр Алексеевич\AppData\Local\Amigo\Application\44.4.2403.3\Installer\setup.exe" --uninstall
Служба автоматического обновления программ [2016/04/12 14:51:24]-->C:\Users\Александр Алексеевич\AppData\Local\Mail.Ru\MailRuUpdater.exe uninstall
Nezavisimo 1.5 [20150723]-->C:\Program Files (x86)\Napnut\Nezavisimo\Uninstall.exe
Unity Web Player [2016/02/24 18:46:48]-->C:\Users\Александр Алексеевич\AppData\Local\Unity\WebPlayer\Uninstall.exe /CurrentUser
var
LogPath : string;
ScriptPath : string;
begin
LogPath := GetAVZDirectory + 'log\avz_log.txt';
if FileExists(LogPath) Then DeleteFile(LogPath);
ScriptPath := GetAVZDirectory +'ScanVuln.txt';
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 1) then ExecuteScript(ScriptPath) else begin
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 0) then ExecuteScript(ScriptPath) else begin
ShowMessage('Невозможно загрузить скрипт AVZ для обнаружения наиболее часто используемых уязвимостей!');
exit;
end;
end;
if FileExists(LogPath) Then ExecuteFile('notepad.exe', LogPath, 1, 0, false)
end.