Visual Studio 2013 (Official Download Links)

Discussion in 'Application Software' started by AlexAlba, Oct 18, 2013.

  1. Capum130

    Capum130 MDL Member

    Jan 25, 2011
    228
    4
    10
    #181 Capum130, Jan 12, 2016
    Last edited: Jan 26, 2016
    Where are the other "cross" editions SVFs? Does anybody have it?
     
  2. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,206
    21,437
    240
    #182 LostED, Dec 15, 2016
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ogckill

    ogckill MDL Junior Member

    Mar 22, 2012
    65
    88
    0
    #183 ogckill, Dec 17, 2016
    Last edited by a moderator: Apr 20, 2017
  4. Raymai97

    Raymai97 MDL Novice

    Dec 1, 2013
    4
    1
    0
    I just disassembled the files and I found the main difference is that October release requires IE10 (mandatory), while November release made that requirement optional.

    Code:
    300xxxx is released in October 2013, installation requires IE10.
    317xxxx is released in November 2013, recommends but not require IE10.
    
    In file: \vs_XXX.exe > LocalizableStrings.xml
    
    [300xxxx]
    Line44: This version of Visual Studio requires Internet Explorer 10 which is currently not installed on your computer. Please install Internet Explorer 10 and then retry installing Visual Studio.
    
    [317xxxx]
    Line44: This version of Visual Studio works best with Internet Explorer 10 which is currently not installed on your computer. If you choose to continue, some features might not work as expected.
    
    In file: \vs_XXX.exe > BootstrapperApplicationData.xml
    
    [300xxxx]
    Line08: <UxBlocker ShortName="IE10Block" Type="Stop" ...
    Line16: <UxBundleInformation Id="BuildNumber" Value="12.0.21005.01" />
    
    [317xxxx]
    Line08: <UxBlocker ShortName="IE10Block" Type="Warn" ...
    Line16: <UxBundleInformation Id="BuildNumber" Value="12.0.21005.13" />
    
    The remaining differences are different GUID, nothing particular interesting.
    
    
     
  5. genieautravail

    genieautravail MDL Junior Member

    Sep 17, 2014
    73
    4
    0
  6. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,206
    21,437
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...