Problem Installing Microsoft Visual Studio Professional 2010 in my laptop ( OS: Windows 8.1 64bit )

hi staff of microsoft or anybody,
                    I have problem installation of VS pro in my laptop windows 8.1 (64bits) using web installer and offline unzipping iso. BTW i have VS 2013 installed in my computer at the moment. Before i
upgrade from windows 8.0 to 8.1 , i used to have VS PRO 2010 but after installing VS 2013 it was uninstall automatically,
I keep getting this popup of error: DDSet_Error: Internal error: 1009 ( while installing Visual Studio 2010 Professional ) . Could somebody tell me what is the solution because i need VS 2010 for my project.  thanks in advance for anybody who could
provide me the solution , thanks a lot

Hello SuperWeb,
I have checked you logs and find something which may related to this issue:
1.  WIN64DUALFOLDERS: Substitution in 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Microsoft.VisualStudio.vspGridControl.dll' folder had been blocked by the 1 mask argument (the folder pair's iSwapAttrib member = 0).
2. Assembly Install: Failing with hr=80070005 at RemoveDirectoryAndChildren, line 396
The folder substitution is blocked and the RemoveDirectoryAndChildren meet access denied in your setup. May I ask a few questions:
1. Do you have admin privilege and have you run your setup with admin
2. Do you have any ant-virus software installed on your OS which may blocked Visual Studio from installing?
I will recommend u refer to this blog:
http://blogs.msdn.com/b/astebner/archive/2006/09/04/solving-setup-errors-by-using-the-subinacl-tool-to-repair-file-and-registry-permissions.aspx
You can then run a script to give all your folders and registries admin permissions. Let's see if you can install your setup after that.
By the way, the checksum can be checked by using this tool from Microsoft:
http://support.microsoft.com/kb/841290
However since I cannot download ISO from DreamSpark as I'm not a student, I cannot help you verify it. Please contact your vendor to know the exact ISO hash number. A good ISO is required before you start the install process.
Best regards,
Barry
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Please wait while windows configures microsoft visual studio professional 2013

    After installing visual community 2013 and rebooting visual studio works fine but all other microsoft office programs display "please wait while windows configures microsoft visual studio professional 2013" and continues the installation for
    about 1 minute before the program starts. I tried deleting mso.dll and reinstalling but it is still the same. Any help would be appreciated?

    Hi iwallhead,
    Then can your VS work fine? Anyway, please upload the installation log.
    Use a tool named collect.exe to collect the log file. Download
    collect.exeand
    run it directly. The utility creates a compressed cabinet of all the VS and .NET logs to
    %TEMP%\vslogs.cab. Please upload the
    vslogs.cab file on onedrive.
    I will help check if any install error exists.
    Best regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting an Error while installing Microsoft Visual Studio 2013

    Hi team
    I am getting an error while installing Microsoft Visual Studio 2013
    PFB error : this version of visual studio requires a computer with a never version of windows
    P.S. I am having Windows  7 64 bit processor , van you please advise  ASAP

    Hi Kanchan Gandhi,
    A similar issue is addressed here, hope it’s helpful.
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/127869c4-7e00-450d-b7fc-1b3cd11ebf07/this-version-of-visual-studio-requires-a-computer-with-a-newer-version-of-windows?forum=vssetup
    This is system requirement of Visual Studio 2013:
    http://www.visualstudio.com/products/visual-studio-2013-compatibility-vs
    If there is anything I can do for you regarding this issue, feel free to post back.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Microsoft Visual Studio Professional

    Dear Sir/madam,
    We have purchased a software 'Microsoft Visual Studio Professional'  from a Vendor (Mumbai based).
    we understood that this software do not have a feature or tool like Visual dBase or Visual Foxpro.
    Now after enquiry with vendor we came to know that Microsoft has stopped this
    Visual dBase or Visual Foxpro in Microsoft visual studio. We want to confirm this from you . Also is there any tool similar to visual dBase or Visual foxpro in
    Microsoft Visual Studio Professional? if so pl let us know. Otherwise, we want to revert this purchase order. Pl let us know the procedure for the reversal of purchase order.

    Hello Rui M_
    Applications are different depending on the processor. For example, common windows desktop apps like WinForm and WPF are not supported on the above "arm processor". But store apps are supported on some kinds of tablets.For example, you may know
    that Surface have Surface RT and Surface Pro. They are based on different processor, normal Windows Desktop applications does not support on Surface RT.
    Best regards, 
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Microsoft Visual Studio Professional 2012 keeps crashing at random times

    This has been occuring very frequently that the Visual Studio 2012 (4.5..51209) keep crashing during build or Publish.  I also looked at the check box for Enable extended Transact-SQL verification as unchecked. This is happening more frequently.
    Does anyone has any clue why this keep crashing?
    Thanks

    Hi Mubeen, please verify you have updated to the latest SQL Server database tooling bits
    from the download page and see if this still occurs for you.
    If this issues is reproduceable on the latest SSDT bits, I'd suggest capturing the event log for what is going wrong and then opening a connect
    bug for this issue at https://connect.microsoft.com/SQLServer/feedback/CreateFeedback.aspx and
    use the category "Developer Tools(SSDT, BIDS, etc.)". We're trying to track all bugs through connect so that you can tell when we have fixed the issue and we can request
    more information. Please include the event log (instructions on this below) plus any other useful information you can provide, such as an example of exact steps to reproduce the problem.
    Gathering an Event Log for SSDT
    For diagnostic purposes we would like you to gather an event log for the issue that you are experiencing in SSDT. In order to gather a log and send it to a member of
    the team, please follow the steps below.
    Open a new command prompt as Administrator.
    Run the following command
    logman create trace -n DacFxDebug -p "Microsoft-SQLServerDataTools" 0x800 -o "%LOCALAPPDATA%\DacFxDebug.etl" -ets
    logman create trace -n SSDTDebug -p "Microsoft-SQLServerDataToolsVS" 0x800 -o "%LOCALAPPDATA%\SSDTDebug.etl" -ets
    Run whatever the target/issue scenario is in SSDT.
    Go back to the command prompt and run the following commands
    logman stop DacFxDebug -ets
    logman stop SSDTDebug -ets
    The resulting ETL files will be located at %LOCALAPPDATA%\SSDTDebug.etl & %LOCALAPPDATA%\DacFxDebug.etl and can be navigated to using Windows Explorer.
    Please attach this file when creating the connect bug
    NOTE - These logs will only be used by Microsoft product team members in order to better diagnose the problem you are experiencing
    with SSDT and will not be shared elsewhere. If you want to make sure that there is no private information in your ETL file, the SSDTDebug.etl file can be opened and analyzed using the Windows Event Viewer.
    To do this, open the Windows Event Viewer application. In the right-hand panel, select Open Saved Log. Navigate to the location where you saved the log, open, and review
    the contents of the trace.
    Thanks,
    Kevin

  • Launching VB6 Editor after installing Visual Studio 2013 results in "Please wait while Windows configures Microsoft Visual Studio..."

    I have had various versions of Visual Studio installed beside Visual Basic 6.0 Enterprise for some time with no problems, most recently Visual Studio 2012 Premium.
    I recently installed Visual Studio 2013 Premium, and now every time I open VB6 I get a dialog that says "Please wait while Windows configures Microsoft Visual Studio Professional 2013" that shows a progress bar. After it finishes (30 seconds or
    so), it launches again and again and finally VB6 will open. This happens with each instance of VB6, regardless if I've already done it once and never run VS2013 in between.
    If I cancel the dialog, I get this error message in a dialog: "Error 1712. One or more of the files required to restore your computer to its previous state could not be found. Restoration will not be possible." Several more "Please wait"...
    dialogs will appear and if I continue to cancel, eventually I'll get the VB6 editor. It appear to work fine despite the error messages.
    It seems to me that the VS2013 installer flagged some dll's or other files to be rolled back whenever starting VB6. It doesn't appear to be necessary, and I'd like to avoid playing the "Please wait" wack-a-cancel-button game before launching each
    instance of VB6 (or waiting several minutes for no reason). So how do I fix this?
    Note: I've seen something similar happen in Outlook on a different PC when upgrading from 2010 to 2013. The same sort of "Please wait"... dialog would appear each time I opened Outlook. Judging by the "similar" questions that popped up when
    entering this forum post, I'd say this is a general problem with upgrading older versions or installing newer versions of major Microsoft software side-by-side.
    /* Don Reynolds */

    I found the answer!
    I was having the exact same issue, and I was search for a solution and I happened across the following thread: http://social.msdn.microsoft.com/Forums/en-US/f4b0fd38-f4f9-41ea-bd8d-834203a175d2/building-visual-studio-2010-project-triggers-please-wait-while-windows-configures-visual-studio?forum=vssetup&prof=required
    Scroll a small bit down, and there is a post by Barry Wang explaining that you need to use event viewer to find out what is missing. Anyway, I opened event viewer, then open VS 6, then hit refresh in the event viewer (under Windows Logs -> Application)
    and saw a warning message from MsiInstaller. It gave me the following message:
    Detection of product '{9C593464-7F2F-37B3-89F8-7E894E3B09EA}', feature 'Visual_Studio_Professional_x86_enu', component '{E3FF99AA-78B9-4A06-8A74-869E9F65E1FE}' failed.  The resource 'C:\WINDOWS\Microsoft.NET\Framework\URTInstallPath_GAC\' does
    not exist.
    I opened an elevated command prompt, I navigated to the C:\WINDOWS\Microsoft.NET\Framework folder and verified that 'URTInstallPath_GAC' didn't exist, and then I did "md URTInstallPath_GAC".
    Closed and reopened VS 6, and it instantly opened - no "Please wait" message.
    Now this may or may not be the same problem you are having (problem is - I have had it happen on two separate computers now with VS 6 and VS 2013 installed), but it should point you in the right direction. In fact, you should be able to use the Event Viewer
    for anytime the "Please wait" message shows up for any application, and then once there find out what is really missing.

  • Microsoft Visual Studio 2010 Tools for Office Runtime installation Error

    Hi Team,
    Am facing error while installing Microsoft Visual Studio 2010 Tools for Office Runtime installation. Request you to please check and let me know.
    Component Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) has failed to install with the following error message:
    "User cancelled installation. "
    The following components failed to install:
    - Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)
    See the setup log file located at 'C:\Users\ALAKKOJU\AppData\Local\Temp\VSDF353.tmp\install.log' for more information.
    The following properties have been set:
    Property: [AdminUser] = true {boolean}
    Property: [InstallMode] = HomeSite {string}
    Property: [ProcessorArchitecture] = AMD64 {string}
    Property: [VersionNT] = 6.1.1 {version}
    Running checks for package 'Windows Installer 3.1', phase BuildList
    The following properties have been set for package 'Windows Installer 3.1':
    Running checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe'
    Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.1': true
    Result of checks for command 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass'
    'Windows Installer 3.1' RunCheck result: No Install Needed
    Running checks for package 'Microsoft .NET Framework 4 (x86 and x64)', phase BuildList
    Reading value 'Version' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full'
    Read string value '4.0.30319'
    Setting value '4.0.30319 {string}' for property 'DotNet40Full_TargetVersion'
    The following properties have been set for package 'Microsoft .NET Framework 4 (x86 and x64)':
    Property: [DotNet40Full_TargetVersion] = 4.0.30319 {string}
    Running checks for command 'DotNetFX40\dotNetFx40_Full_x86_x64.exe'
    Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true
    Result of checks for command 'DotNetFX40\dotNetFx40_Full_x86_x64.exe' is 'Bypass'
    Running checks for command 'DotNetFX40\dotNetFx40_Full_setup.exe'
    Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false
    Result of running operator 'VersionGreaterThanOrEqualTo' on property 'DotNet40Full_TargetVersion' and value '4.0.30129': true
    Result of checks for command 'DotNetFX40\dotNetFx40_Full_setup.exe' is 'Bypass'
    'Microsoft .NET Framework 4 (x86 and x64)' RunCheck result: No Install Needed
    Running checks for package 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)', phase BuildList
    Reading value 'Version' of registry key 'HKLM\SOFTWARE\Microsoft\VSTO Runtime Setup\v4R'
    Unable to read registry value
    Not setting value for property 'VSTORuntimeVersionInstalled'
    The following properties have been set for package 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)':
    Running checks for command 'VSTOR40\vstor40_x86.exe'
    Skipping ByPassIf because Property 'VSTORuntimeVersionInstalled' was not defined
    Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'Intel': true
    Result of checks for command 'VSTOR40\vstor40_x86.exe' is 'Bypass'
    Running checks for command 'VSTOR40\vstor40_x64.exe'
    Skipping ByPassIf because Property 'VSTORuntimeVersionInstalled' was not defined
    Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'AMD64': false
    Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
    Result of checks for command 'VSTOR40\vstor40_x64.exe' is 'Install'
    'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)' RunCheck result: Install Needed
    EULA for components 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)' was accepted.
    Copying files to temporary directory "C:\Users\ALAKKOJU\AppData\Local\Temp\VSDF353.tmp\"
    Downloading files to "C:\Users\ALAKKOJU\AppData\Local\Temp\VSDF353.tmp\"
    (1/7/2015 12:47:44 PM) Downloading 'VSTOR40\vstor40_x64.exe' from 'http://go.microsoft.com/fwlink/?LinkId=158918' to 'C:\Users\ALAKKOJU\AppData\Local\Temp\VSDF353.tmp\'
    Download completed at 1/7/2015 12:48:26 PM
    Verifying file integrity of C:\Users\ALAKKOJU\AppData\Local\Temp\VSDF353.tmp\VSTOR40\vstor40_x64.exe
    WinVerifyTrust returned 0
    File trusted
    Running checks for package 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)', phase BeforePackage
    Reading value 'Version' of registry key 'HKLM\SOFTWARE\Microsoft\VSTO Runtime Setup\v4R'
    Unable to read registry value
    Not setting value for property 'VSTORuntimeVersionInstalled'
    The following properties have been set for package 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)':
    Running checks for command 'VSTOR40\vstor40_x64.exe'
    Skipping ByPassIf because Property 'VSTORuntimeVersionInstalled' was not defined
    Result of running operator 'ValueNotEqualTo' on property 'ProcessorArchitecture' and value 'AMD64': false
    Result of running operator 'ValueEqualTo' on property 'AdminUser' and value 'false': false
    Result of checks for command 'VSTOR40\vstor40_x64.exe' is 'Install'
    'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)' RunCheck result: Install Needed
    Verifying file integrity of C:\Users\ALAKKOJU\AppData\Local\Temp\VSDF353.tmp\VSTOR40\vstor40_x64.exe
    WinVerifyTrust returned 0
    File trusted
    Installing using command 'C:\Users\ALAKKOJU\AppData\Local\Temp\VSDF353.tmp\VSTOR40\vstor40_x64.exe' and parameters ' /q:a /c:"install /q /l"'
    Process exited with code 1602
    Status of package 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)' after install is 'InstallFailed'
    Thanks,
    Anil

    Hi Anil,
    According to the error message "User cancelled installation" and the log "Process exited with code 1602", it seems that it is you cancelled the installation that cause the install fail. Is that true? If yes, please reinstall
    it without cancelling it. You can take the following steps:
    Download "Visual Studio 2010 Tools for Office Runtime" from
    http://www.microsoft.com/en-us/download/details.aspx?id=42513 .
    Run the downloaded vstor_redist.exe with admin.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • XL Reporter - microsoft Visual Studio 2005 Premier Partner Edition

    Hi,
    When I right client a Report Definition and click Edit or Generate Report, I receive a pops up message (title Microsoft Visual Studio 2005 Premier Partner Edition) that "The feature you are trying to use is on a CD Rom or other removable disk that is not available'
    I did no installed Microsoft Visual Studio 2005 Premier Partner Edition.  So, I have no idea where that comes from, unless, it is supposed to be included in XL Reporter installation in order to run with Patch 36.
    I am using SAP 2005A SP1 Patch 36, XL Reporter Patch 29.  Anyone encounter that?

    Additional info, here is prerequisites before installation of XL :
    1. Your workstation has a minimum of 256 MB RAM (512 MB is recommended).
    2. The processor of your workstation is a Pentium III or higher.
    3. You have installed Microsoft Excel on your workstation. The following versions are supported:
    • Microsoft® Excel 2000 (SP 1 or higher is required.)
    • Microsoft® Excel 2002 (SP 1 or higher is required.)
    • Microsoft® Excel 2003 (SP 2 or higher is recommended.)
    4. You have installed Microsoft® .NET Framework 1.1 and Microsoft® MDAC 2.7 or higher.
    You can download both Microsoft .NET Framework 1.1 and Microsoft MDAC 2.7 or higher from www.microsoft.com. For more information on how to check for version information, see SAP Note 903032.
    Disclaimer: SAP is not responsible for the content of external websites.
    Is there any relation ship between .net framework with VS 2005 ? I think when installing SQL 2005, it is included VS and .net framework.
    Rgds,

  • MICROSOFT VISUAL STUDIO UPDATE 4

    I wanted to know that will i have to install Microsoft Visual Studio Update 3 before installing Update 4 in order to get the functionality of Update 3 ???

    Hi Jack,  
    Thanks for your post.
    As far as I know we can install the VS 2013 Update 4 directly.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • "Microsoft Visual Studio 2013 Professional Stopped Working" When I'm Trying To Install

    So for a college class we were given a link to a visual studio exe file.  Visual Studio 2013 Professional Update 2.
    When I try to run the exe file it just gives a black rectangle for a few seconds with the visual studio logo on it then stops and gives the message I showed in the thread title. and it also says "A problem caused the program to stop working correctly.
    Windows will close the program and notify you if a solution is available.
    I have the 4.5.2 update.
    Can't figure out why I can't install it.
    Heres a link to the vslog:
    https://onedrive.live.com/redir?resid=E43E7310F1682778%21113
    Hopefully someone can solve this.

    Hi,
    I see your logs and find the main errors:
    Error 0x80070642: Failed to install MSI package.
    Error 0x80070642: Failed to execute MSI package.
    Error 0x80070642: Failed to configure per-machine MSI package.
    Failed to resolve source for file: C:\Users\Paul\Downloads\packages\professionallp\cab8.cab, error: 0x80070642.
    Error 0x80070642: UX aborted on download progress.
    Error 0x80070642: Failed to send progress from BITS job.
    Error 0x80070642: Failure while sending progress during BITS job modification.
    Error 0x80070642: Failed attempt to download URL: 'bits://go.microsoft.com/fwlink/?LinkId=318664&clcid=0x409' to: 'C:\Users\Paul\AppData\Local\Temp\{02a877fe-5dac-4ac0-b869-4b9da00f651c}\cab46316ED5168B23181115750DAC599E81'
    Error 0x80070103: Failed to find product code for given upgrade code.
    According these errors, It seems the issue was due to you are using a web installer and your installation source may be corrupted.
    You can download the latest Visual Studio Professional 2013 package now:
    http://www.microsoft.com/en-us/download/details.aspx?id=44916
    I recommend you can install the VS by ISO installer.
    •Choose this download link, and then choose the Save button.
    •After downloading the ISO file, you should use the
    File Checksum Integrity Verifier tool to calculate and verify that the SHA-1 value for this file matches the value listed on the
    Visual Studio 2013 ISO Files SHA-1 Values page.
    And after down load you should follow up these
    Installation Tips in the link to install your VS.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • HT1925 I have a problem, whenever I try to install the iTunes This brings me to this problem  "microsoft visual studio c + + runtime library" Can I have a solution for this?  Thanks

    I have a problem, whenever I try to install the iTunes This brings me to this problem
    "microsoft visual studio c + + runtime library" Can I have a solution for this?
    Thanks

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Sap business one studio 9.0 for microsoft visual studio 2010

    Hi Experts,
    After added a new project, Sap business one 9.0 Add-on Project, that project can't be loaded in Visual Studio 2010.
    When try to re-load the project in the Solution Explorer, the project stays as (unavailable), and the next line says, The project file was unloaded.
    I'm using :
    - Windows 7 professionnel 64 bits. (With no virtual machine)
    - Sap business one studio for Microsoft studio 32 bits. (Visual Studio  2010)
    - Sap business one studio 32 bits. (PL12)
    I've already tried to :
    -  Reload the project in the contextual menu.
    -  Run Visual Studio as Administrator.
    So VisualStudio, B1, DI-API and SBO Studio are all on the same version. (32 bits)
    [I've installed before B1 64 bits, but it did't work with visual studio 2010, because visual studio 2010 is available just in 32 bit version. so i uninstalled everything]
    NB  : I'm still in evaluation period of SAP Businness one 9.0.
    Can u please help me to solve this problem.
    Thank you a lot.
    Regards,
    Amine

    Hi, everyone
    I'm also having issue with SAP B1 for Microsoft visual studio. I've tried creating a project sap b1 add-on using b1s file still indicating unavailable.
    please help...

  • I can't install MS Visual Studio 2010 ultimate

    Hi everyone
    I'm trying to install MS Visual Studio 2010 in my laptop, but it get stuck on this point shown in snap shot. I've installed this several times before but now i can't, even I installed my windows again but the problem is same. I'm using windows 7 ultimate.
    Please help me if someone knows about it. 

    Hi,
    Could you please clarify some information like from where you are installing the Visual Studio 2010 ultimate. Are you trying to use web installer or you downloaded the ISO from Microsoft web site.
    If it web installer, It may cause by connection issue during the installation. Please try download the content online or copy the content from your DVD to some folders from your disk, then try the installation again. And try to use the tool in below link
    to check your ISO checksum.
    http://support.microsoft.com/kb/841290
    Then you can follow up the steps  in the link to install your VS:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/60f71a54-506e-4c70-be98-e993ce6d1ddf/visual-studio-installation-tips?forum=vssetup
    If the error also occurs, please use http://aka.ms/vscollect  to gather the installation logs. You will find vslogs.cab from %temp% folder. Please upload the file to 
    https://onedrive.live.com/   and share the link here.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Can't install Visual Studio Professional 2013

    Just got a new PC with a fresh install of Windows 8.1. I went to Dreamspark to download VS for my uni work, I got for Visual Studio Professional 2013 Update 4 web installer.
    Only problem is every time I try to install I get an error message:
    Set Up Failed!
    Visual Studio prerequisites Fatal error during installation
    KB2829760LP User Cancelled installation
    I've tried to install on the Administrator account, re-downloaded the installer, got the ISO... I also tried to uninstall DirectX SDK and the distro's that came with it as I remember having problems installing it together with VS last time, but that didn't
    work here. Thought I should mention the SDK here as it was the only thing I had installed before Visual Studio.
    Thanks in advance for any help, I have saved an installing log if anyone needs to see it. 

    Hi,
    I see your log file and found main error in it:
    Error 0x800b0003: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\kb2829760v2_enu
    Error 0x800b0003: Failed to verify signature of payload: kb2829760v2_enu
    Failed to verify payload: kb2829760v2_enu at path: C:\ProgramData\Package Cache\.unverified\kb2829760v2_enu, error: 0x800b0003. Deleting file.
    Error 0x800b0003: Failed to cache payload: kb2829760v2_enu
    ailed to cache payload: kb2829760v2_enu from working path: C:\Users\Ricky\AppData\Local\Temp\{c96467b4-e480-4218-8fde-db83bf9d47d1}\kb2829760v2_enu, error: 0x800b0003.
    Application requested retry of payload: kb2829760v2_enu, encountered error: 0x800b0003. Retrying...
    Error 0x80070643: Failed to install MSI package.
    Error 0x80070643: Failed to execute MSI package.
    Error 0x80070643: Failed to configure per-machine MSI package.
    Error 0x80070642: UX aborted on download progress.
    Error 0x80070642: Failed to send progress from BITS job.
    Error 0x80070642: Failure while sending progress during BITS job modification.
    Error 0x80070642: Failed attempt to download URL: 'bits://go.microsoft.com/fwlink/?LinkId=428537&clcid=0x409' to: 'C:\Users\Ricky\AppData\Local\Temp\{c96467b4-e480-4218-8fde-db83bf9d47d1}\kb2829760v2_enu'
    Error 0x80070642: Failed to acquire payload from: 'bits://go.microsoft.com/fwlink/?LinkId=428537&clcid=0x409' to working path: 'C:\Users\Ricky\AppData\Local\Temp\{c96467b4-e480-4218-8fde-db83bf9d47d1}\kb2829760v2_enu'
     For error code 0x800b0003:
    The same error was always checked in Windows Updates so please read this page:
    http://support.microsoft.com/kb/822798?wa=wsignin1.0
    The error 0x800b0003 is also listed on that page so could you please try that Fix it to fix first?
    Also do you have all latest Windows Udpates installed?  You may try this thread:
    http://answers.microsoft.com/en-us/protect/forum/mse-protect_start/error-code-0x800b0003/10eb40e5-99d2-443d-8e56-697a33ab86ed
    If you cannot also solve the problem please pay attention to the Error 0x80070642 code:
    According to these errors, It seems the issue was due to you are using a web installer and your installation source may be corrupted.
    You can download the latest Visual Studio Professional 2013 package now:
    http://www.microsoft.com/en-us/download/details.aspx?id=44916
    I recommend you can install the VS by ISO installer.
    •Choose this download link, and then choose the Save button.
    •After downloading the ISO file, you should use the
    File Checksum Integrity Verifier tool to calculate and verify that the SHA-1 value for this file matches the value listed on the
    Visual Studio 2013 ISO Files SHA-1 Values page.
    And after down load you should follow up these
    Installation Tips in the link to install your VS.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Itunes crashes when microsoft visual studio 2012 is installed

    Hello everyone!
    Hope you all are ok ^^
    As you see, I'm having a serious problem with iTunes and Microsoft Visual Studio 2012 .
    Since I've installed MVS2012 , iTunes crashes when I open it.
    I installed the latest version of both of them but no success.
    I tried to change its Compatibility Mode but didn't work.
    Tried to troubleshooting, no success either.
    I was thinking that It was probably a windows 8 error, so I installed both in a windows 7
    laptop and I have the same message and the same problem.
    The message it shows is "iTunes has stopped working... " and it only shows a Close Program button
    I thought it made this problem when both were opened, so I closed MVS2012 and run
    iTunes alone, but didn't work either.
    I also tried to reinstall iTunes from an earlier version to the newest version. Don't work.
    But iTunes does work when it is opened once it's installed (first use), and when it's closed and re opened
    it crashes.
    Could someone help me with this problem? I really appreciate it ^^
    Ask me if you need more information. Thank you ^^

    Resolved.
    Found the answer in other apple.forum
    Copy QTMovieWin.dll from:  C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    to: C:\Program Files (x86)\iTunes

Maybe you are looking for

  • Importing clips from iMovie HD to FCE4

    Hi. Have read with interest a couple of questions on this same issue, with the advice from Tom Wolsky seemingly being to not mix the two applications and just get stuck in with FCE. However, i'm finding FCE difficult to like/get to grips with. But mo

  • Why can I not install Acrobat XI Pro on a Windows 8.1/64 machine?

    Acrobat X Pro is running, but when I try to install Acrobat XI Pro through Adobe Creative Cloud on a Windows 8.1/64 machine it fails near the end of the installation.  It indicates that it failed with 7 errors, but nowhere are the errors accessible. 

  • Remote Desktop connection - Set URL by group policy

    on our 2008 R2 DC we do not have a "RemoteApp and Desktop Connections" entry and so i cant set the Default URL of the RDS web , how i can have an admx for this policy or any work around in order to set the URL by group policy, by the way i have an rd

  • Landscape setting won't work for Photos only

    When I turn my iPhone 4 to switch from portrait view to landscape, it works fine for any app--including messaging, twitter, etc--but I cannot view any pictures in my photo album this way. Does anyone know why this is?

  • Bluetooth connection to my Macbook

    I'm hoping someone can help me. I would like to link my iPhone to my macbook so that I can use it as a kind of hands free headset. I am using skype on the macbook and would like to be able to talk via skype away from my computer. we don't don't have