A setup package is either missing or damaged ошибка 2015

i apologize up front: this is not going to directly answer the OP’s question, but when i searched around for «a setup package is either missing or damaged» while trying to offline-install (from unpacked ISO) VS2105 on my (corporate, internet-starved) build server, there were lots of others with same problem with very little help, and this was the top 1 google hit for that dreaded error message…

here’s the deal: i was setting up TFS build agent on corporate server with all kinds of security lock down (including access to internet) from an MSDN subsription VS2015w/U3 ISO (unpacked). ran installer — got the error. after rifling through not-so-helpful SO/MS Connect/etc postings, i was able to glean that the digital signatures on some of the sub-packages were failing validation.

if you know anything about PKIs, read this paragraph if you want, if not skip. there was mention that certain CRLs and CA chains were pushed out via Windows updates/patches. who knows if this server has been patched… it certainly could not do it through automatic win updates. in a nut shell, i needed some way to get those missing items so that the digital signature verification would pass. i thought to myself «why would it work on my local machine, because it is on the same patching schedule as the server (presumably, i don’t know for sure)». then it occurred to me that one reason MS offers web installers is just this problem… it then occurred to me that they might have a «best effort» kind of strategy for resolving this kind of thing in their offline installer.

(preface: bear in mind that while this worked in a fairly common corporate set up, they’re all different and this might not work for everyone)

what i needed was the ability to run the installer on the server, but somehow get it internet access. so i opened Fiddler, allowed other machines to connect to it, configured the server’s internet connection settings >> LAN settings to use my machine as a proxy. first make sure that HTTPS is enabled in Fiddler, then open it up, turn in on, go back to your server (that you configured to proxy via your machines IP address and the port that Fiddler uses; default is 8888) and run the installer. you can actually watch the PKI activity in the request captured by Fiddler, among other http-based traffic). the key of this proxy approach is that the server can get what it need from the web, while all that traffic appears to be coming from your machine, from the network firewall’s point of view.

anyhow, i hope this saves someone else the 2 days of pain it caused me.

  • Remove From My Forums

 locked

A setup package is either missing or damaged — VS 2015 Community

  • Question

  • I recently upgraded from Win 8.1 Pro to Win 10.

    Then I uninstalled VS2013 Community and attempted to install VS2015 Comunity. I get to a certain point in the installation where it says that a package is missing»

    C:UsersuserAppDataLocalTemp{BB6B8544-7644-4780-89D0-BB6D379532DB}packageskb3022398kb3022398.msp

    I have tried:

    • Running installer as admin.
    • Turning off windows defender.
    • Downloading a new installer.
    • Cleaning %temp% directory.

    With no success.

    • Edited by

      Tuesday, May 31, 2016 2:17 PM
      For user friendly view

Answers

  • ISSUE RESOLVED, THANKS

    Before I just turned off Real-Time on Windows Defender but I had to turn it off from Local Group Policy.

    1. open gpedit.msc

    2. navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Defender

    3. Turn off Windows Defender = Enabled

    • Proposed as answer by
      宝宝徐
      Monday, June 6, 2016 1:20 AM
    • Marked as answer by
      djsrca
      Monday, June 6, 2016 4:53 PM

The «A Setup Package is either missing or damaged» error is a common issue faced by users when attempting to install Visual Studio 2015 on Windows 10. This error message can be caused by a variety of reasons such as corrupted installation files, inadequate permissions, or missing prerequisites. Fortunately, there are several methods to solve this problem and successfully install Visual Studio 2015 on your computer. In this article, we’ll explore a few of these methods in detail.

Method 1: Repair Visual Studio 2015

To fix the «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10, you can use the «Repair Visual Studio 2015» option. Here are the steps to do it:

  1. Open the Control Panel and go to «Programs and Features».
  2. Find «Microsoft Visual Studio 2015» in the list of installed programs and right-click on it.
  3. Select «Change» from the context menu.
  4. In the Visual Studio setup window, select the «Repair» option and click on the «Next» button.
  5. Wait for the repair process to complete.
  6. Restart your computer.

Here is an example code to illustrate the steps:

1. Open Control Panel and go to "Programs and Features".
2. Right-click on "Microsoft Visual Studio 2015" and select "Change".
3. Select "Repair" and click "Next".
4. Wait for the repair process to complete.
5. Restart your computer.

That’s it! By following these steps, you should be able to fix the «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10.

Method 2: Run the Setup as an Administrator

To fix the «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10, you can try running the setup as an administrator. Here are the steps:

  1. Right-click on the Visual Studio 2015 setup file.
  2. Select «Run as administrator».
  3. If prompted by User Account Control, click «Yes».
  4. Follow the setup wizard to complete the installation.

Here is an example code snippet to run the setup as an administrator in C#:

ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "vs_setup.exe";
startInfo.Verb = "runas";
Process.Start(startInfo);

The Verb property is set to «runas» to run the process as an administrator.

In PowerShell, you can use the Start-Process cmdlet with the -Verb RunAs parameter:

Start-Process -FilePath "vs_setup.exe" -Verb RunAs

This will launch the setup file with administrator privileges.

That’s it! Running the setup as an administrator should fix the «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10.

Method 3: Install Prerequisites Manually

To fix the «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10, you can try installing the prerequisites manually. Here are the steps:

  1. Download the Visual Studio 2015 installer from the official website.
  2. Open the command prompt as an administrator.
  3. Navigate to the folder where the installer is located using the cd command.
  4. Run the following command to extract the installer files: vs_community.exe /extract:<path to extract the files>.
  5. Navigate to the extracted folder using the cd command.
  6. Run the following command to install the prerequisites: vcredist_x86.exe /install /quiet /norestart && vcredist_x64.exe /install /quiet /norestart && kb2999226Windows8.1-KB2999226-x86.msu /quiet /norestart && kb2999226Windows8.1-KB2999226-x64.msu /quiet /norestart && kb2919355Windows8.1-KB2919355-x86.msu /quiet /norestart && kb2919355Windows8.1-KB2919355-x64.msu /quiet /norestart && kb2919442Windows8.1-KB2919442-x86.msu /quiet /norestart && kb2919442Windows8.1-KB2919442-x64.msu /quiet /norestart && kb2999226Windows8-RT-KB2999226-x64.msu /quiet /norestart && kb2919355Windows8-RT-KB2919355-x64.msu /quiet /norestart && kb2919442Windows8-RT-KB2919442-x64.msu /quiet /norestart.

The above command will install the necessary prerequisites for Visual Studio 2015 to run without any errors.

Note: The command may take some time to complete, depending on your system specifications.

That’s it! Now you can run the Visual Studio 2015 installer again and it should install without any issues.

Method 4: Clean Boot Windows 10

Here are the steps to fix «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10 using «Clean Boot Windows 10»:

  1. Press «Windows + R» keys on your keyboard to open the Run dialog box.
  2. Type «msconfig» and hit Enter to open the System Configuration window.
  3. Click on the «Services» tab and check the «Hide all Microsoft services» box.
  4. Click on the «Disable all» button to disable all third-party services.
  5. Click on the «Startup» tab and click on «Open Task Manager».
  6. Disable all startup items by selecting them and clicking on the «Disable» button.
  7. Close the Task Manager and click on the «OK» button in the System Configuration window.
  8. Restart your computer to apply the changes.

Now, try to install Visual Studio 2015 again. If the error persists, try the following:

  1. Open the Command Prompt as an administrator.
  2. Type «sfc /scannow» and hit Enter to run the System File Checker tool.
  3. Wait for the tool to scan and repair any corrupted system files.
  4. Restart your computer and try to install Visual Studio 2015 again.

If the error still persists, try the following:

  1. Open the Command Prompt as an administrator.
  2. Type «DISM /Online /Cleanup-Image /RestoreHealth» and hit Enter to run the Deployment Image Servicing and Management tool.
  3. Wait for the tool to scan and repair any corrupted system files.
  4. Restart your computer and try to install Visual Studio 2015 again.

If none of the above methods work, try downloading the Visual Studio 2015 ISO file and installing it from there.


1. Press "Windows + R" keys on your keyboard to open the Run dialog box.
2. Type "msconfig" and hit Enter to open the System Configuration window.
3. Click on the "Services" tab and check the "Hide all Microsoft services" box.
4. Click on the "Disable all" button to disable all third-party services.
5. Click on the "Startup" tab and click on "Open Task Manager".
6. Disable all startup items by selecting them and clicking on the "Disable" button.
7. Close the Task Manager and click on the "OK" button in the System Configuration window.
8. Restart your computer to apply the changes.

Now, try to install Visual Studio 2015 again. If the error persists, try the following:

1. Open the Command Prompt as an administrator.
2. Type "sfc /scannow" and hit Enter to run the System File Checker tool.
3. Wait for the tool to scan and repair any corrupted system files.
4. Restart your computer and try to install Visual Studio 2015 again.

If the error still persists, try the following:

1. Open the Command Prompt as an administrator.
2. Type "DISM /Online /Cleanup-Image /RestoreHealth" and hit Enter to run the Deployment Image Servicing and Management tool.
3. Wait for the tool to scan and repair any corrupted system files.
4. Restart your computer and try to install Visual Studio 2015 again.

If none of the above methods work, try downloading the Visual Studio 2015 ISO file and installing it from there.

Method 5: Reinstall Visual Studio 2015

To fix the «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10, you can try to reinstall Visual Studio 2015. Here are the steps:

  1. Uninstall Visual Studio 2015:

    control panel > programs and features > visual studio 2015 > uninstall
  2. Download Visual Studio 2015 from the official website:

    https://visualstudio.microsoft.com/vs/older-downloads/
  3. Run the downloaded Visual Studio 2015 installer as administrator.

  4. Choose the desired workloads, components, and language packs to install.

  5. Click the «Install» button to start the installation process.

  6. Wait for the installation to complete.

  7. Restart your computer.

  8. Run Visual Studio 2015 as administrator and check if the error is resolved.

Here is an example code for running Visual Studio 2015 as administrator:

Start-Process "C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEdevenv.exe" -Verb RunAs

This code starts Visual Studio 2015 as administrator by using the «RunAs» verb.

That’s it! By following these steps, you should be able to fix the «A Setup Package is either missing or damaged» error while installing Visual Studio 2015 on Windows 10 with «Reinstall Visual Studio 2015».

Problem Description:

During the installation of Visual Studio 2015 Community on Windows 10 the following error occurred for me:

A Setup Package is either missing or damaged.

enter image description here

Since vcredist_x86.exe and vcredist_x64.exe files correspond to Visual C++ Redistributable Packages for Visual Studio 2013, I provided a location to packages after downloading them (third option on the screenshot). After that the installation went smoothly.

So the question:

are Visual C++ Redistributable Packages for Visual Studio 2013 required for installing of Visual Studio 2015, is there any prerequisites for installing of Visual Studio 2015 on Windows 10, may be i’m missing something obvious?

Solution – 1

I was having similar problems and the following solution worked for me:

Run the installer executable with administrator rights (right click on installer exe ‘Run as administrator’) and proceed with the installation as normal.

Solution – 2

I had the same issue with Visual Studio Express 2015, but was able to install after ran all the updates to Visual Studio Express 2012.

Solution – 3

I have solved the issue just installed the missing setup manually. Track out which one is showing missing or damaged then search same one in the setup folder and manually install during that main installation.
Note:- Don’t cancel the main setup after mannual installation please select the Skip option and then continue.

Solution – 4

I had the same problem with installing VS 2015 Community. In my case the solution was to download the offline installer (ISO image, ~3,7 GB), mount the image and run vs_community.exe with administrative rights.

Solution – 5

This was a problem with Visual Studio’s web installer between mid-afternoon PST of Sep 4th through 11:30am on Sep 8th (also PST) which has now been fixed on our end.

Specifically, we were running a clean-up script on past pre-release web-installers for Visual Studio, but the script got too aggressive and deleted vcredist_x86.exe even though the RTM product still needed that particular package. Once we realized the error, we re-published and re-mapped that package so that web installs should now work correctly.

The other workarounds (download the ISO + install vcredist_x86.exe manually) should still be fine answers, but anybody else reading this now shouldn’t need to worry about those workarounds.

And last, we’re examining our internal policies and procedures to try and avoid this kind of broad mistake in the future.

EricKn, Visual Studio Engineering Manager

Solution – 6

I also had this problem. But I noticed that the problem occured only when I opened a new user ( not admin ). I made the user admin and it worked fine. You should try it, I think that is the sollution to your problem.

Solution – 7

I have window 7, downloaded Visual Studio Enterprise 2015 With Update 2 exe installer. It had the same issue as this post at beginning when running the installer as Administrator – “Run as administrator”. It was installed fine second time by just double clicking on the installer – run as a user, and the installer prompted the user to enter administrator’s credential, enter the credential, then installed successfully.

Solution – 8

Just to say, it’s now August 2016, and this problem is still alive and kicking (it wasn’t just a problem with one specific build of VS2015).

For me, I ended up having to install VS2015 on a train, and using up my entire mobile phone’s 2Gb monthly data allowance, as although it claimed only one package was corrupted, it ended up re-acquiring everything.

Oh, and then it got stuck whilst trying to install the packages. Giving up on the install, and rebooting my laptop actually got it started again.

So, short answer: the VS2015 installer still isn’t particularly stable.

Solution – 9

i apologize up front: this is not going to directly answer the OP’s question, but when i searched around for “a setup package is either missing or damaged” while trying to offline-install (from unpacked ISO) VS2105 on my (corporate, internet-starved) build server, there were lots of others with same problem with very little help, and this was the top 1 google hit for that dreaded error message…

here’s the deal: i was setting up TFS build agent on corporate server with all kinds of security lock down (including access to internet) from an MSDN subsription VS2015w/U3 ISO (unpacked). ran installer – got the error. after rifling through not-so-helpful SO/MS Connect/etc postings, i was able to glean that the digital signatures on some of the sub-packages were failing validation.

if you know anything about PKIs, read this paragraph if you want, if not skip. there was mention that certain CRLs and CA chains were pushed out via Windows updates/patches. who knows if this server has been patched… it certainly could not do it through automatic win updates. in a nut shell, i needed some way to get those missing items so that the digital signature verification would pass. i thought to myself “why would it work on my local machine, because it is on the same patching schedule as the server (presumably, i don’t know for sure)”. then it occurred to me that one reason MS offers web installers is just this problem… it then occurred to me that they might have a “best effort” kind of strategy for resolving this kind of thing in their offline installer.

(preface: bear in mind that while this worked in a fairly common corporate set up, they’re all different and this might not work for everyone)

what i needed was the ability to run the installer on the server, but somehow get it internet access. so i opened Fiddler, allowed other machines to connect to it, configured the server’s internet connection settings >> LAN settings to use my machine as a proxy. first make sure that HTTPS is enabled in Fiddler, then open it up, turn in on, go back to your server (that you configured to proxy via your machines IP address and the port that Fiddler uses; default is 8888) and run the installer. you can actually watch the PKI activity in the request captured by Fiddler, among other http-based traffic). the key of this proxy approach is that the server can get what it need from the web, while all that traffic appears to be coming from your machine, from the network firewall’s point of view.

anyhow, i hope this saves someone else the 2 days of pain it caused me.

Solution – 10

Run as administrator and just keep clicking download from internet. I had to click it 50 times or so and EVENTUALLY it completes.
(5-7 clicks per package)

Solution – 11

I was facing the same problem. First I tried the online installation and faced above problem, then I tried to install VS2015 from ISO but it was also giving an error saying “Product version which is higher than what you are trying to install is already installed in the device”. I read many post on this but none of them had solved my issue. Finally I went to control panel and uninstalled a Visual studio Updater program. Then offline installation worked for me.

Solution – 12

I may have found the correct walkthrough to get this working.

This is from the page HERE and is not what I came up with myself. Though I did add the VC_redist x86/x64 downloads to the list.

Let me add that I started the update .exe file in run as administrator so you may want to as well.

I got it to work – when it asks you to locate “preparation.exe” or
“kb2703187.msp”:

1.Open Chrome NOT Internet Explorer – for some @#$*! reason IE doesn’t work (at least for me). Though it worked for me in IE11 – Stealthrt

2.Download the file from one (or all) of the links below –> to a “known folder”:

preparation.exe –>
HERE

kb2703187.msp –>
HERE

VC_redist.x64.exe –>
HERE

VC_redist.x86.exe –>
HERE

Now, go back to the installer and browse to the “known folder” to locate the file you just downloaded

Downloading these files and selecting it in the Please provide a location.. box worked fine for me. I had to reference all 4 files above in order to get it to install.

But I did end up missing some updates:
enter image description here

Solution – 13

I tried most of the items listed with VS 2013, VS 2015 and VS 2017 Community Edition, and all of them failed somewhere during the installation, or failed while installing Data Tools, or the Data Tools did not work correctly (SSIS VSTA Script Editor Not Displaying in VS2015). When I tried with VS 2017 Professional, the installation was seamless for Studio and for Data Tools, with Data Tools functioning correctly at the end.

Solution – 14

I solved the specific issue of missing or corrupted redistributables by doing the following:

  • go to Microsoft Certificates
  • start certmgr.msc
  • open Trusted Root Certification Authorities
  • check installed ms certificates with the ones in Microsoft Certificates
  • download and import missing ones

This got me past the missing or corrupted packages message.

Solution – 15

Perhaps a very stupid thing for me to do, but I had deleted the mounted drive after installing VS2015. Hence the installer was trying to access a non existing path when doing the modification. Just remounting the iso image made sure that the path got created again and I was able to proceed after that.

Solution – 16

Download the proper VS2015 iso file from here (in my case it was «Visual Studio Enterprise 2015 with Update 3»). Right-click on the downloaded iso file and select «Mount». Then on the VS2015 installer, when it asks you for the path of the package, refer to the mounted folder. Hopefully, that will solve your problem.

Во время установки Visual Studio 2015 Community on Windows 10 для меня произошла следующая ошибка:

Пакет установки отсутствует или поврежден.

введите описание изображения здесь

Так как файлы vcredist_x86.exe и vcredist_x64.exe соответствуют Распространяемым пакетам Visual С++ для Visual Studio 2013, я предоставил местоположение пакетам после их загрузки (третий вариант скриншот). После этого установка прошла гладко.

Итак, вопрос:

являются Visual C++ Redistributable Packages for Visual Studio 2013, необходимыми для установки Visual Studio 2015, существуют ли какие-либо предпосылки для установки Visual Studio 2015 в Windows 10, может быть, я пропустил что-то очевидное?

4b9b3361

Ответ 1

Это была проблема с веб-установщиком Visual Studio между полуденным PST с 4 по 11 июня 8 сентября (также PST), который теперь исправлен с нашей стороны.

В частности, мы запускали очистку script на предыдущих веб-установках перед выпуском для Visual Studio, но script получил слишком агрессивный и удаленный файл vcredist_x86.exe, хотя RTM-продукт по-прежнему нуждался в этом конкретном пакете, Как только мы поняли ошибку, мы повторно опубликовали и повторно отобразили этот пакет, чтобы веб-установки теперь работали правильно.

Другие обходные пути (загрузите ISO + install vcredist_x86.exe вручную) все равно должны быть точными ответами, но никто, кто читает это сейчас, не должен беспокоиться об этих обходных методах.

И, наконец, мы изучаем наши внутренние политики и процедуры, чтобы попытаться избежать такой широкой ошибки в будущем.

EricKn, Visual Studio Engineering Manager

Ответ 2

Просто сказать, что это сейчас август 2016 года, и эта проблема все еще жива и пинается (это была не просто проблема с одной конкретной сборкой VS2015).

Для меня мне пришлось установить VS2015 в поезде и использовать весь мой ежемесячный объем данных для мобильного телефона 2Gb, так как, хотя он утверждал, что только один пакет был поврежден, он в конечном итоге снова приобрел все.

О, а затем он застрял, пытаясь установить пакеты. Отказавшись от установки, и перезагрузка моего ноутбука действительно запустила его снова.

Итак, короткий ответ: установщик VS2015 по-прежнему не особенно стабилен.

Ответ 3

У меня была такая же проблема с установкой сообщества VS 2015. В моем случае решением было загрузить автономный установщик (образ ISO, ~ 3,7 ГБ), смонтировать образ и запустить vs_community.exe с помощью административные права.

Ответ 4

У меня были подобные проблемы, и для меня работало следующее решение:

Запустите исполняемый файл установщика с правами администратора (щелкните правой кнопкой мыши на installer exe «Запуск от имени администратора» ) и приступайте к установке как обычно.

Ответ 5

Запуск от имени администратора и просто нажмите кнопку загрузки из Интернета. Я должен был щелкнуть его 50 раз или около того, и EVENTUALLY завершает работу.
(5-7 кликов на упаковку)

Ответ 6

Возможно, я нашел правильное пошаговое руководство, чтобы заставить это работать.

Это со страницы ЗДЕСЬ и не, что я придумал сам. Хотя я добавил в список загрузки VC_redist x86/x64.

Добавлю, что я запустил файл .exe для обновления в запустим как администратор, чтобы вы могли захотеть.

Я получил его для работы — когда он попросит вас найти «prepare.exe» или «Kb2703187.msp»:

1.Открыть Chrome НЕ Internet Explorer — для некоторых @# $*! Причина IE не работает (по крайней мере для меня). Хотя это сработало для меня в IE11 — Stealthrt

2. Загрузите файл из одной (или всех) ссылок ниже → в «известную папку»:

prepare.exe → ЗДЕСЬ

kb2703187.msp → ЗДЕСЬ

VC_redist.x64.exe → ЗДЕСЬ

VC_redist.x86.exe → ЗДЕСЬ

Теперь вернитесь к установщику и перейдите к «известной папке», чтобы найти файл, который вы только что загрузили.

Загрузка этих файлов и выбор их в поле Пожалуйста, укажите местоположение.. Мне пришлось ссылаться на все 4 файла выше, чтобы установить его.

Но мне не хватало некоторых обновлений:
введите описание изображения здесь

Ответ 7

У меня также была эта проблема. Но я заметил, что проблема возникла только тогда, когда я открыл нового пользователя (а не администратора). Я сделал администратор пользователя, и он работал нормально. Вы должны попробовать, я думаю, это решение вашей проблемы.

Ответ 8

Я извиняюсь перед этим: это не будет напрямую отвечать на вопрос OP, но когда я искал вокруг «пакет установки либо отсутствует, либо поврежден» при попытке автономной установки (из распакованного ISO) VS2105 на моем ( корпоративный, интернет-голодный сервер), было очень много других с одинаковой проблемой с очень небольшой помощью, и это был первый хит google для этого ужасного сообщения об ошибке…

здесь сделка: я настраивал агент сборки TFS на корпоративном сервере со всеми видами блокировки безопасности (включая доступ к Интернету) из подсистемы MSDN VS2015w/U3 ISO (распакован). запущен установщик — получил ошибку. после нарезки через не очень полезные сообщения SO/MS Connect/etc, я смог узнать, что цифровые подписи на некоторых подпакетах не прошли проверку.

Если вы знаете что-нибудь о PKI, прочитайте этот абзац, если хотите, если не пропустите. что некоторые CRL и CA-цепочки были вытеснены через обновления/исправления Windows. кто знает, был ли этот сервер исправлен… он, конечно, не смог сделать это с помощью автоматических обновлений выигрышей. в ореховой скорлупе мне нужен был какой-то способ получить эти недостающие предметы, чтобы пройти проверку цифровой подписи. я подумал: «Почему он будет работать на моей локальной машине, потому что он находится на том же графике обновлений, что и сервер (предположительно, я точно не знаю)». то мне пришло в голову, что одна причина, по которой MS предлагает веб-установщикам, — вот эта проблема… тогда мне пришло в голову, что у них может быть стратегия «лучшего усилия» для решения такого рода вещей в их автономном установщике.

(предисловие: помните, что, хотя это работало в довольно распространенной корпоративной настройке, все они разные, и это может не сработать для всех)

мне нужна была возможность запускать установщик на сервере, но каким-то образом получить доступ к Интернету. поэтому я открыл Fiddler, разрешил другим компьютерам подключаться к нему, настроил настройки интернет-подключения к серверу → Настройки локальной сети, чтобы использовать мою машину в качестве прокси. сначала убедитесь, что HTTPS включен в Fiddler, затем откройте его, включите его, вернитесь на свой сервер (который вы настроили на прокси через IP-адрес вашей машины и порт, который использует Fiddler, по умолчанию — 8888) и запустите программу установки, вы можете наблюдать активность PKI в запросе, полученном Fiddler, среди других трафик на основе http). ключ этого прокси-подхода заключается в том, что сервер может получить то, что нужно от Интернета, а весь этот трафик, похоже, поступает с вашего компьютера, с точки зрения сетевого брандмауэра.

во всяком случае, я надеюсь, что это спасет кого-то еще 2 дня боли, которые это вызвало у меня.

Ответ 9

У меня была такая же проблема с Visual Studio Express 2015, но она смогла установить после запуска всех обновлений для Visual Studio Express 2012.

Ответ 10

Я решил проблему, просто установив отсутствующую настройку вручную. Отследите, какой из них отображается пропавшим или поврежденным, затем найдите тот же самый в папке установки и вручную установите во время этой основной установки.
Примечание. — Не отменяйте основную настройку после mannual установки, пожалуйста, выберите опцию Пропустить, а затем продолжите.

Ответ 11

У меня есть окно 7, загрузилось Visual Studio Enterprise 2015 с Update 2 exe installer. У него была такая же проблема, как и этот пост при запуске установщика в качестве администратора — «Запуск от имени администратора». Он был установлен прекрасным вторым раз, просто дважды щелкнув по установщику — запустился как пользователь, и установщик попросил пользователя ввести учетные данные администратора, ввести учетные данные и затем успешно установить.

Ответ 12

У меня была та же проблема. Сначала я попробовал установку в Интернете и столкнулся с проблемой, а затем попытался установить VS2015 из ISO, но также дал ошибку: «Версия продукта, которая выше, чем вы пытаетесь установить, уже установлена ​​в устройстве». Я прочитал много сообщений об этом, но никто из них не разрешил мою проблему. Наконец я пошел на панель управления и удалил программу Visual Studio Updater. Тогда для меня работала автономная установка.

Возможно, вам также будет интересно:

  • A14net не заводится ошибок нет
  • A13 danfoss vlt ошибка
  • A12 815 buderus ошибка
  • A0c1 ошибка bmw e90
  • A0c1 ошибка bmw e71

  • Понравилась статья? Поделить с друзьями:
    0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии