- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Get shareable link
- Email to a Friend
- Report
Ok so I reinstalled simcity and it has been getting 25% then instantly to 100% then asks to install again here is the install log:
01:09:47 Install Location: G:GamesSimCity
01:09:47 Install Locale: en_US
01:09:47 Initialized installation config.
01:09:47 CommandLine: install -locale en_US -installPath «G:GamesSimCity» -autologging -startmenuIcon=1 -desktopIcon=1
01:09:47 EAInstaller version: 3.4.1.0
01:09:47 OS: Microsoft Windows 7 Ultimate Edition
01:09:47 Data reader initialized.
01:09:47 Data reader config: LOCALE = en_US
01:09:47 Data reader config: INSTALL_LOCATION = G:GamesSimCity
01:09:47 Data reader config: INSTALL_LOCATION_DOUBLE_BACKSLASH = G:GamesSimCity
01:09:47 Data reader config: CREATE_DESKTOP_ICON = 1
01:09:47 Data reader config: CREATE_STARTMENU_ICON = 1
01:09:47 Data reader config: 32BIT = 0
01:09:47 Data reader config: 64BIT = 1
01:09:47 Processing EAIN file ‘G:GamesSimCity\__INST

К сожалению многих игроков, любящих пообщаться между собой посредством голосовой связи, во время установки Discord может возникнуть проблема в лице ошибки «installation has failed». Зачастую данная проблема появляется у владельцев операционной системы Windows 10, которые уже устанавливали ранее Discord.
Помимо прочего, даже если некоторым пользователям удается обойти данную ошибку и все-таки установить Discord — проблемы начинаются при использовании программы уже в системе. Как рассказывают сами пользователи, связано это может с ранее установленным обновлением для ОС.
В сегодняшней статье мы попытаемся рассмотреть с вами ошибку «installation has failed» во время установки Discord на Windows 10 немного поближе, а также расскажем, как избавиться от нее. Ну или, по крайне мере, попытаться это сделать.

Ошибка «installation has failed» с Discord: как исправить
Итак, вам потребовалось установить для себя Discord, например, чтобы пообщаться с друзьями или соратниками по игре. Однако, как только вы загрузили и попытались установить программу, у вас на экране появилось сообщение «installation has failed». Неприятно, да, но это не приговор: от этого сообщения можно избавиться и все-таки установить Discord в систему на Windows 10.
Как правило, ошибка «installation has failed» с Discord проявляется из-за поврежденных файлов устанавливаемой программы, т.е. они повредились прямо непосредственно во время процесса установки, вследствие чего та не могла быть закончена корректно. Чтобы исправить ошибку «installation has failed», вам нужно попробовать сделать следующее:
- нажмите правой кнопкой мыши на панель Пуск;
- выберите из контекстного меню пункт «Диспетчер задач»;
- найдите в списке выполняемых задач процесс установки Discord и закройте его;
- нажмите Windows+S;
- впишите в поисковик «Панель управления» и откройте ее;
- перейдите в раздел «Программы и компоненты»;
- удалите из списка программ Discord, если найдете ее в нем;
- нажмите комбинацию Windows+R;
- впишите команду %appdata% и нажмите Enter;
- открыв папку «AppData», удалите папку «Discord» из папок «Local» и «Roaming»;
- выполнив все вышеуказанное, перезагрузите свой компьютер.
Как только вы сделаете все шаги, которые мы рассмотрели выше, попробуйте снова выполнить установку Discord. На этот раз, ошибка «installation has failed» должна будет исчезнуть во время процесса установки.
Давайте теперь рассмотрим что делать в том случае, если Discord начал барахлить в системе Windows 10 после установки обновления. К сожалению, огромное множество игроков в последнее время начали жаловаться, что программа Discord работает некорректно после установки обновлений от Майкрософт. Если вы и сами столкнулись с такой проблемой, то знайте, что единственное решение в данном случае — удаление последнего обновления.
Чтобы выполнить удаление определенного обновления в Windows 10, сделайте следующее:
- нажмите правой кнопкой мыши на Пуск;
- откройте «Параметры» системы;
- перейдите в раздел «Обновление и безопасность»;
- перейдите во вкладку «Центр обновления Windows»;
- нажмите на кнопку «Посмотреть журнал установленных обновлений»;
- нажмите на кнопку «Удалить обновления»;
- удалите последнее обновление для системы, которое вызвало неполадки с Discord.
Печально, конечно, удалять новенькое обновление для системы Windows 10, но если оно несовместимо с Discord, то от него придется избавиться, по крайней мере, на время. Мы надеемся, что смогли помочь вам с ошибкой «installation has failed» при установке Discord, а также подсказали, что делать в случае возникновения проблем с ним после установки обновлений для Windows 10.
I was trying to install visual studio 2015 community edition on my system using the downloaded ISO file. There occurred an error showing the installation failed. The error was like:
team explorer for visual studio 2015
fatal error during installation
I have compared the SHA-1 hash value of my downloaded iso file with one provided at microsoft site. They are correct and matching. I have tried all possibilities including reinstall, repair etc. Still not working.
PS: I have already installed visual studio 2008 on my system and its working properly.

3 Answers 3
Answer from another question asked on stackoverflow, source:
I spent a whole week trying to solve this issue. What finally did it for me was disabling my anti-virus programs. Before I stumbled upon my solution, I went through a lot of other solutions. I thought, I’d post some of the solutions that might prove to be useful for those who are still having trouble with installing Visual Studios 2015 Community Edition.
Solution 1: Minimal Installation
Try installing with minimal extra features. Run the Visual Studios 2015 installation, then click «Custom» and on the following screen, uncheck everything and proceed with the installation.
Solution 2: Delete installation cache
Perhaps the installation failed due to corrupt files in the cache. When installation fails, remove all Visual Studio cache related items and do a full re-installation. To do this, run command prompt (Run as Administrator) and type: «cd /programdata/package cache/» then press enter. Then type «del /f /s *.msi /f /s *.cab» then press enter. Now run the Visual Studios 2015 installation again.
Solution 3: Delete temporary file data stored on your computer
Open up File Explorer and go to «C:Users[Your User Account Name]AppDataLocalMicrosoft«. Then delete the following folders: VSCommon, VisualStudio, Blend, VsGraphics, ApplicationInsights, vshub, Team Foundation, Web Platform Installer and MsBuild. After this, run the Visual Studios 2015 Installer again.
Solution 4: Enable all four evaluations of Symbolic links
First, check to see if all four evaluations are enabled. Open up command prompt (Run as Administrator) and type «fsutil behavior query SymlinkEvaluation«. All 4 evaluations should be enabled. If they aren’t then type «fsutil behavior set SymlinkEvaluation L2L:1 R2R:1 L2R:1 R2L:1«. Once those 4 evaluations are set, clear up temporary files and clear installation cache (see Solution 2 and Solution 3) then run the Visual Studios 2015 installation again.
Solution 5: Repair the Redistributables
Perhaps, the problem is that your VC-redistributables are faulty and are in need of repair. To do so, run «Add/Remove programs» and look for all the x86 and x64 versions of Microsoft Visual C++ [Year] Redistributable (Version). Then press Change for each of them and when the uninstallation screen pops up, press Repair. I did it for all the versions I had previously installed: 2012, 2013 and 2015. Therefore, I repaired 6 of them: 2012: x86 and x64, 2013: x86 and x64, 2015: x86 and x64.
Solution 6: Check to see if x86 and x64 sizes are the same
Solution 7: Temporarily disable all Anti-Virus Protection and Firewalls
For me, it turned out that the problem stemmed from having ByteFence Anti-Malware and Norton Security with Backup protection. I disabled real-time protection from ByteFence Anti-Malware and I disabled Auto-Protect and Smart Firewall from Norton Security with Backup. Before I ran the installation again, I repeated Solution 2 and Solution 3 (scroll up). And Voila, installation was successful. But how did I find out that the Anti-Virus Program was the culprit? Read Solution 8.
Solution 8: Carefully monitor Visual Studios Installation Process for Intrusions
I resorted to this solution in order to find out the problem. After reading Ezh’s article, I decided to download Process Monitor v3.2 and Process Explorer v16.1. I was carefully monitoring 3 programs side-by-side: Process Monitor, Process Explorer and the Visual Studios 2015 Installer, and I watched very closely all the processes that the installer was invoking. Then I noticed that when VSIXInstaller.exe process came on and attempted to install something from a remote server, it kept failing over and over again because my Anti-Virus Program would suddenly appear on screen (as a process) and decide to hog/block some important DLL files that VSIX installation needed. Temporarily disabling the anti-virus program solved my issue!
Solution 9: Complete Windows format and re-installation
If all else fails, and you are really desperate to get Visual Studios 2015 working, I suggest a complete Windows re-installation. At this point, the problem is most likely some type of interference/intrusion with a program which you do not know of.