Ошибка при установки visual studio 2010

  • Remove From My Forums
  • Вопрос

  • Сразу же в начале установки выскакивает окошечко «Программе установки не удалось установить следующий компонент — Сообщения об ошибках в приложениях (Майкрософт)» и на этом все.

    Образ скачан с официальной странички загрузки VS2010 Express, хэш-сумма совпадает. При установке с жесткого диска проблема не исчезает.

    Система Windows7x64, все обновления установлены

    Антивирус, файервол отключены

    Папка Temp была зачищена, кроме того были запущены все возможные службы, кроме самых бесполезных

    Похожая проблема наблюдается (судя по результатам поиска) не только у меня, но все предложения сводятся к отключению каспера и перезакачке образа. Может кто-то знает что это за компонент такой, может как-то его отдельно можно установить?

Ответы

  • Попробуйте отдельно установить компонент Отчеты об ошибках приложений (Майкрософт). Он находится в папке WCUWatson. Установщик Visual Studio запускает его с параметрами:

    dw20shared.msi APPGUID=<произвольный guid>REBOOT=ReallySupress /log «%temp%dd_dw20shared_x86_msi.txt»

    Посмотрите, что будет в логах.

    Более подробную информацию можно посмотреть в статье —
    Развертывание отдельных компонентов Visual Studio


    Для связи [mail]

    • Предложено в качестве ответа

      15 апреля 2011 г. 9:12

    • Помечено в качестве ответа
      Abolmasov Dmitry
      20 апреля 2011 г. 10:57

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

    1. Не устанавливайте студию из образа исо смонтированным в вирт. привод.

    2. Распакуйте из образа в папку все файлы

    3. Сбросьте разрешения на каталог со студей с правами : Все, система, Администраторы — Полный доступ с сбросом прав на все дочерние объекты.

    Все поставилось после этого без единой ошибки.

    Все это пришлось проделать только на windows server 2008 R2 SP1 , на других системах такого ни когда не замечал. (windows7x86_x64)

    • Помечено в качестве ответа
      Abolmasov Dmitry
      25 мая 2012 г. 5:53

The installation processed in a couple of hours then it tells me errors has occurred and needs to rollback.

Here is the error :

Action: Performing Action on Exe at Y:NDP40-KB2468871.exe
Error launching CreateProcess with command line = NDP40-KB2468871.exe /q /norestart /pipe SectionName_1343615874 /log "C:UsersNHATTH~1AppDataLocalTemp"Error performing inpage operation.
CreateProcess returned error = Error performing inpage operation.
Original exit code: Y:NDP40-KB2468871.exe returned non-MSI error code: 0x3e7 - Error performing inpage operation.
Modified exit code: Y:NDP40-KB2468871.exe returned error code: 0x643 - Fatal error during installation.
Exe (Y:NDP40-KB2468871.exe) failed with 0x80070643 - Fatal error during installation. .
PerformOperation on exe returned exit code 1603 (translates to HRESULT = 0x80070643)
Action complete
OnFailureBehavior for this item is to Rollback.

What is NDP40-KB2468871.exe about ?

asked Nov 24, 2011 at 7:02

JatSing's user avatar

1

try reinstall dotNetFx4.0

I had a similar problem.

Nathan's user avatar

Nathan

1,1352 gold badges12 silver badges27 bronze badges

answered Jul 8, 2012 at 2:41

oyg's user avatar

Look for some kind of damage on the disk or dvd. It happens to me before and that what the cost.

Another posibility is that performing inpage operation occours because the file on the provide by the instalation cd is corrupted.

hope my words can help

answered Nov 24, 2011 at 7:50

wandarkaf's user avatar

wandarkafwandarkaf

1,81920 silver badges29 bronze badges

My post is unlrelated but mght help others, I got a 0x80070643 error on instaling visual studio 2010 sp1 on Visual studio express 2010. The error was due to lack of diskspace in C drive.

Such a trivial issue and I overlooked. This could happen to anyone

Sibi

answered Feb 10, 2013 at 13:02

Sibi JV's user avatar

Sibi JVSibi JV

2432 gold badges3 silver badges8 bronze badges

  • Hi Meyersko,

    From your logs:

    [11/11/11,13:35:15] Microsoft Application Error Reporting: ***ERRORLOG EVENT*** : Error: Installation failed for component Microsoft Application Error
    Reporting. MSI returned error code 1601

    MSI (c) (2C:80) [08:30:11:579]: SOFTWARE RESTRICTION POLICY: c:documents and settingsmeyerskodesktopvisual studio express 2010vcsexpressvs_setup.ms_
    has a digital signature

    MSI (c) (2C:80) [08:30:11:970]: SOFTWARE RESTRICTION POLICY: c:documents and settingsmeyerskodesktopvisual studio express 2010vcsexpressvs_setup.ms_
    is permitted to run at the ‘unrestricted’ authorization level.

    MSI (c) (2C:80) [08:30:42:283]: Failed to connect to server. Error: 0x80080005

    For the error code “1601”, it means “The Windows Installer Service could not be accessed. This can occur if the Windows Installer is
    not correctly installed. Contact your support personnel for assistance.”.

    For the error code “0x80080005”, it means “Server execution failed”.

    First, I found you installed Visual C# via a web installer. Please ensure what you launch is ISO installation file.

    Second, it seems like you have some problem in Windows Installer. I recommend you try to upgrade Windows Installer to the lasted version:
    http://www.microsoft.com/download/en/details.aspx?id=8483

    Third,
    make sure your user account is in Administrators group. To do so:
    Right-click the installer ->
    Properties ->Security tab -> add your account with
    Full control.

    Then, you also can try the suggestions here:

    http://social.msdn.microsoft.com/Forums/en/vssetup/thread/b031a657-b111-415f-8451-8b3472892ded

    http://social.msdn.microsoft.com/Forums/en-IE/vssetup/thread/1edc3a5e-f268-4c31-a59c-0cabc6eb5ae7

    If you have any other concerns, please feel free to let me know.

    Best Regards,


    Alexander Sun [MSFT]
    MSDN Community Support | Feedback to us

    • Marked as answer by

      Monday, November 28, 2011 8:24 AM

  • Trying to install VS2010Pro on Windows 7 (64bit) and i also checked all system requirements for the same.

    ERROR:

    enter image description here

    VIEW ERROR LOG:

    [05/15/12,10:48:22] Microsoft Visual Studio 2010 64bit Prerequisites (x64): [2] Error: Installation failed for component Microsoft Visual Studio 2010 64bit Prerequisites (x64). MSI returned error code 1603
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 64bit Prerequisites (x64) is not installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Visual F# 2.0 Runtime was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates TFS Object Model (x64) was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Professional - ENU was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Web Deployment Tool (x64) was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 - Visual Studio 2010 Tools was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Silverlight 3 SDK was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Tools for Office Runtime (x64) was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Office Developer Tools (x64) was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Dotfuscator Software Services - Community Edition was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Crystal Reports templates for Visual Studio 2010 was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 SP2 (x64) ENU was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Visual Studio 2010 Tools for SQL Server Compact 3.5 SP2 ENU was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Sync Framework Runtime v1.0 (x64) ENU was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Sync Services for ADO.NET v2.0 (x64) ENU was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Sync Framework Services v1.0 (x64) ENU was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft Sync Framework SDK v1.0 (x64) ENU was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates VC 10.0 Designtime (x64) was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Publishing Wizard 1.4 was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Server System CLR Types was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Management Objects was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Management Objects (x64) was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 Express Service Pack 1 (x64) was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Data-Tier Application Framework was not attempted to be installed.
    [05/15/12,10:48:22] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Data-Tier Application Project was not attempted to be installed.
    

    REF LINKS
    1. MSDN
    2. BLOG (tried)

    have also asked question in MSDN forum.

    Do i have any better solutions to trouble shoot this problem other than re installing the OS ?

    I’m trying to install Visual Studio 2010 on Windows 7 64-bit and I keep getting following screen:

    Error occurred during setup - Setup could not install the following component: Microsoft Visual Studio 2010 Express Prerequisites x64 etc.

    I tried to install also Visual Studio 2008 with similar result. I’m starting to think it might be caused by some problems with my Windows Installer. Any idea what could it be?

    Gaff's user avatar

    Gaff

    18.5k15 gold badges57 silver badges68 bronze badges

    asked May 18, 2010 at 18:22

    Ondrej Slinták's user avatar

    Ondrej SlintákOndrej Slinták

    1,6235 gold badges14 silver badges17 bronze badges

    7

    We had same problem. And we found the reason. The .iso we downloaded from MS site was downloaded with errors.

    We downloaded it again with different downloading tool. New .iso installed correctly. And these .iso files appeared to have different checksums.

    The info you got from log seems to confirm my thoughts:
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package.

    Try to download the VS2010 .iso image again.

    answered May 25, 2010 at 9:14

    Vasyl Boroviak's user avatar

    2

    Going off your error code of 2329, and googling it with «visual studio 2010», I get the following link:

    • Windows Installer Error Messages

    and looking up that error code:

    2329 Error deleting file: 3.
    GetLastError: 2.

    Another link says to uninstall Windows Installer, reboot, and reinstall it.

    1. Control Panel > Programs > Uninstall windows installer
    2. Reboot
    3. Download and install it:

    Link to Windows Installer 4.5:

    • Windows Installer 4.5 Redistributable

    answered May 18, 2010 at 20:04

    spong's user avatar

    spongspong

    2,0296 gold badges28 silver badges40 bronze badges

    5

    If you are using a home brew disk that you created from an ISO file, then redo it. It took me three times to create an install disk before I could finally install it without errors. Unfortunately, there is no indication that the burned disk had errors or problems other then not installing.

    answered Nov 19, 2010 at 15:09

    Processorman's user avatar

    Понравилась статья? Поделить с друзьями:
  • Ошибка при установки visio 2010
  • Ошибка при установки tom clancy
  • Ошибка при установки the sims 4
  • Ошибка при установки the moves
  • Ошибка при установки sql server 2017