Why does VS2012 install prevent VS2013 from running

Whilst performing an update to VS2012 (adding the 29MB Office Tools component which can take over 1 hour) does it prevent VS2013 from running?
When attempting to start VS2013, an error dailogue is displayed stating VS2013 cannot run whilst a setup is in progress.  As these are totally separate applications, why is there this restriction?
l

Hello J B Oliver,
Although they are different versions, they have some shared components.
For example, you can see some shared components by refer to here:
http://support.microsoft.com/kb/2771441
So it is hard for us to know what file may in use by the Setup file.
Anyway I recommend you leave VS Setup from running and open Visual Studio 2013 when you finished the installation of Visual Studio 2012.
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

  • Why does do shell work differntly from running the same bash script in terminal?

    i have the following a/s:
    set scriptPath to quoted form of ((POSIX path of (path to me)) & lnThumb)       set ftn to ""       repeat            try                 do shell script scriptPath & " " & ppath & " " & ftn                 exit repeat            on error error_message number error_number                  if error_number is not -128 then                      set ftn to (choose file with prompt "select folder thumbnail" default location dir without invisibles)                      set ftn to quoted form of the POSIX path of ftn                 end if            end try       end repeat
    calling this bash script:
    #!/bin/bash -f   cd "$1"  rm ./folderthumb.jpg   if [ $# -gt 1 ]  then      ft=${2/#"$1"\//}  else      ft=$(awk '/folderIcon=/{printf("%s",$1)}' meta.properties  | sed s/folderIcon=// )      if [ 0$ft -eq 0 ]       then          exit 1      fi      ft="thumbs/"$ft  fi  ln -s $ft ./folderthumb.jpg  exit 0
    which works as expected when run from the cli:
    tomw> /Applications/imageProc/fixJAlbum.app/Contents/Resources/Scripts/lnThumb.sh `pwd` `pwd`/thumbs/P1040161.JPG   tomw> ls -l folderthumb.jpg lrwxr-xr-x  1 tomw  admin  19 Oct 22 10:36 folderthumb.jpg -> thumbs/P1040161.JPG
    but fails to strip the common directory when called from do shell:
    tomw> ls -l folderthumb.jpg   lrwxr-xr-x  1 tomw  admin  89 Oct 22 10:36 folderthumb.jpg -> /Users/tomw/Desktop/trip2albequerque/albequerque/oldRailyards2nobHill/thumbs/P1 040133.JPG
    w-t-f???

    Click on the "Use Advanced editor" on the upper Right of the edit box.
    Select the text you want preserved
    Click on the >> icon then select "Syntax Highlighting" -> "Plain"
    And you will get this
       kind of
    output    when    you     post

  • Why does IE 11 prevent me from downloading PDF files. Security Settings are set at MIN. Pop Ups & Cookies are ALLOWED

    I get the following pop-up displayed on my screen:
    YOUR CURRENT SECURITY SETTINGS DO NOT ALLOW THIS FILE TO BE DOWNLOADED.

    See if anything in here helps: http://windows.microsoft.com/en-us/windows/change-internet-explorer-security-settings#1TC= windows-7

  • I keep getting a error code of 2349 which prevents me from running updates successfully. How does th

    I keep getting a error code of 2349 which prevents me from running updates successfully. How does this get fixed?

    As John said, we need at least some system information and what program you are referring to...
    Mylenium

  • Why does Flash install Google Toolbar?

    Why does Flash install Google Toolbar? Honestly, do you have ANY idea how annoying that behaviour is? I had no option at all to not download it, I could not stop downloading it. I was taking from a "you need to install flash" button on Facebook to the download.
    Honestly things like this make me rage, installing things automatically without an option.
    Until now, I used to think that it was annoying that Apple wouldn't allow flash on some of their devices. Now Adobe pulls **** like this, I'm not surprised. To hell with Flash I say.

    This is a user-to-user forum, and you're "preaching to the choir" here. IT ISN'T going to change, and NO ONE from Adobe management ever sees or reads these pages. Employees are here from time to time but no one who makes these decisions participates in these forums, per company policy. (I used to work for Intuit, and we were strictly prohibitied from posting in their forums. A team leader I worked with was fired for it).
    Links to the FULL installers are posted literally HUNDREDS of times each week throughout these pages by myself, and at least three others I know of, who volunteer in these pages daily.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    http://get.adobe.com/reader/enterprise/
    I DON'T run Adobe and no one here does, so I won't even beging to discuss business ethics.
    The solutions have been offered, and I recommend you update NOTHING, including your OS, automatically. I don't because I don't want junk like Ask Toolbar, Yahoo Toolbar, Bing Toolbar, Bing Desktop, Norton or McAfee on any of my nine systems.

  • Why does my Logic Pro (downloaded from App Store) suddenly hang when I load it up? Made no changes, can't figure it out.

    Suddenly stopped working.
    It hangs at 'Loading core audio'. Cannot figure out for the life of me why.
    Tried installing a version from disc, but it said it was not compatible with Mountain Lion. I'm running 10.8.2.
    Did no updates, nothing. Just suddenly will not work.
    Have tried reinstalling etc. etc., but again, nothing.
    Help would be much appreciated!
    Thanks.

    What have you recently installed (such as plugins, drivers other DAWs etc)?
    If you hold down the Control Key and then launch Logic Pro, does Logic start up successfully?

  • How to prevent users from running PRC: Transaction Import from WebADI form?

    Hi,
    We are 12.1.3 and trying to create a workflow to approve Project transactions coming through web ADI before they become effective. To this end, we want to prevent users from running the PRC: Transaction Import from the Web ADI.
    I know that if the checkbox Automatically run transaction import is not checked, the program does not run. But we want to hide this checkbox and not allow the possibility that the program could get triggered.
    To this end, we updated the BNE_INTEGRATORS_B with source='C'. This allows you to edit the integrator from Desktop Integration Manager.
    UPDATE BNE_INTEGRATORS_B SET SOURCE ='C' WHERE  INTEGRATOR_CODE ='PAXTTRXB'
    In the 4th step, where the value for Uploader Parameters is set, we have set boolean value to No. These are the fields on the page:
    Parameter Name: bne:import
    Display Name: Start Transaction Upload
    Data Type: Boolean
    Category: Field
    Default Value: Boolean Flag: No
    Description: start Transaction Import Concurrent Request
    Display Options: Displayed: Unchecked
    Display Options: Enabled: Checked
    Display Options: Required: Checked
    Prompt Left: Automatically submit Transaction import
    Display Type: Check Box
    Maximun Size: 100
    Display Size:100
    Now the checkbox is not appearing for the user to check it, But the program is automatically running when you hit Upload in the WebADI. 

    Hi ,
    Try removing the PRC: Transaction Import Program from the request group for the responsibility used by customers to submit the WebADI and then check if the program launches.
    Regards,
    Raghavan

  • Why does Lightroom install to 2.x folder instead of simply 2?

    Why does Lightroom install to a different 2.x folder each time [such as 2.5, 2.6, 2.7]?  Why not just install to the same Lightroom 2 folder?

    M Behrens wrote:
    I don't think you can run 2 .x versions side by side. the setup will uninstall the old version before installing the new 2.x verion. You can run the beta 3s side by side with a 2.x but Adobe allows for this.
    You're right, this was a mistake on my side. I was misslead by the fact that my recent LR 2.7 upgrade did not remove the 2.6 folders entirely, but this was because I had an additional customized file in one of the subfolders.
    Sorry for my confusion.
    Beat

  • Why does my iPad continuously closes from where I'm working and takes me to home screen?

    Why does my iPad continuously close from where I'm working and takes me to home screen?

    It might be out of memory. Close all apps you're not using using the toolbar that comes up when you double click on the home button. Press and hold any icon and then tap on the red minus (-) symbol of the apps you're not using.

  • Why does my computer keep disconnecting from my wifi?

    Why does my computer keep disconnecting from my wifi?

    Some users with various Wi-Fi problems have reported that they were given the following instructions by Apple Support, sometimes with success. After completing the procedure, you'll have to recreate all your settings in the Networkpreference pane. Make sure you know how to do that before you begin. Taking screenshots of the preference pane may be helpful.
    Step 1
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Preferences/SystemConfiguration
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item named "SystemConfiguration" selected. Move the selected item to the Trash. You may be prompted for your administrator password. Reboot and recreate the network settings.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    Step 2
    Reset the System Management Controller.
    Step 3
    Reset the PRAM.

  • Why does my mouse pointer change from a hand to a downward facing arrow sometimes?

    why does my mouse pointer change from a hand to a downward facing arrow sometimes?

    the-edmeister, you are a genious. I went to "view" then "toolbars" and de-selected "yahoo toolbar" and then moved the curser over my firefox page and it now works completely including the problem area (the top 3 cm of each screen). Thank you, thank you, thank you, thank you, thank you, thank you. You have no idea how good I feel know on this otherwise cold, windy and rainy day.

  • HT1338 Why does mountain lion make my computer run slow and my Safari too?

    why does Mountain Lion make my computer run slow and my Safari too? Please help!

    The problem is probably not mountain lion. It works just fine on my computer. And a few million others.
    If your computer is having problems, you can try to fix it with some simple troubleshooting maneuvers.
    Take a look at:
    Mac OS X BASIC TROUBLESHOOTING & MAINTENANCE Tips Mountain Lion 10.8 Lion 10.7 Snow Leopard 10.6 10.5 Tiger 10.4 Why How To Tutorials

  • HT1926 Why does Itunes installed on a Toshiba Satelite with windows 8 not recognize my Ipone or Ipad?

    Why does Itunes installed on a Toshiba Satelite with windows 8 not recognize my Iphone or Ipad?

    It's possible that charger damaged some part of the connection on the iPad. There's little metal contacts on that small silicon chip sticking out of the port and if something happens to one of those little contacts it can effect how it works.
    You can try taking it into an apple store and have them look at it. If you'd only used 'official' stuff there'd probably be no question but once they know that the damage, potential damage, was caused by a third party device, then it may be up to the discretion of the manager what they do with it. Whether they replace it under warranty or decide that the warranty is void (I honestly don't know how strict they can be with the use of third party devices and how they may/may not work)

  • Why does CC install 2 versions of Photoshop CS6

    Why Does CC install 2 versions of Photoshop, CS6, a 64-it version and another version, on my 64 bit windows8 machine? Why not install just one version?Do  I need both?
    Thanks

    32 bit is installed in case you need to use plugins which have not been updated for 64 bit Photoshop e.g. TWAIN for scanners.
    http://helpx.adobe.com/photoshop/kb/64-bit-os-benefits-limitations.html#main_Opening_32_bi t_and_64_bit_versions_on_Windows
    http://helpx.adobe.com/photoshop/kb/twain-plug-photoshop-cs4-cs5.html

  • Why does Firefox 'remember' a login from my last session when, on both occasions, I was using "Private Browsing"?

    Why does Firefox 'remember' a login from my last session when, on both occasions, I was using "Private Browsing"? How do I stop this (without clearing other data)?

    Try disabling hardware acceleration. Many visual bugs can be attributed to issues with graphics drivers.
    (Firefox -> Options -> Advanced -> General -> [ ] Use hardware acceleration when available)

Maybe you are looking for

  • How to create Rules with Flex Field mapping in the bpm worklist

    I Have created a flex field label and was able to map to the flex field attributes . But when i try to create a rules , I don't see the label or the flex attributes in the task payload . Can someone please help is understanding how to create Rules wi

  • Selected state issue with Menu Module V2

    OK so I am getting an issue with Menu Module V2. I have used this before with success but this time I have hit a wall. I possed this question to BC live chat and they bugged out real quick. The site in construction is http://www.urbanista.com.au What

  • How to block a particular website in mozilla firefox?

    I just want to block a particular website from mozilla firefox browser. The steps given in the option are not working really. let me know in details the procedure to block a particular website.

  • Filling in PDFs that are not forms?

    I have a form I need to fill in. Rather than do it by hand, I'd prefer to use my computer. Unfortunately, the PDF has not been designed with form fields. Is there anyway I can still fill it in using either Acrobat Pro or some other Mac OS X applicati

  • Installing SSD in Omni 220

    Need to find proper bracket to install/secure an SSD in the Omni 220qd. I already know how to get to HDD & all ... just need a PROPER bracket that will FIT, & to secure it FIRMLY. I have ideas ... just wondering in someone HAS ALREADY DONE IT. OH YES