vicker313 tech blog

November 26, 2008

How to offline install Visual Studio Express without download the whole image file

Filed under: .Net — Tags: — vicker313 @ 1:46 am

Visual Studio Express (VSE) is the free version of Visual Studio, released together with Visual Studio 2005 and 2008. User can get VSE from MSDN website without any genuine checking. There are two ways in getting VSE.

The first method is web install, which the user needs download a bootstrap of a selected VSE product, run it and the bootstrap will automatically download setup files from internet and install the product into the computer. The next time user wants to install the software in another computer, the bootstrap will download the whole things again from the internet in order to perform the installation.

The other method is of course offline install, which user needs to download the whole image file from the internet, and either burn it or virtual it in order to perform the installation. However the image file consists of everything (Visual Studio Web Developer, C#, Visual Basic, SQL Server, framework and other stuffs), and making it more than 700MB (which a normal CD cannot hold).

In my scenario, I want to download Visual Studio Web Developer Express only, and will install the software in another computer without any internet connection. I don’t want to download the whole image file that I might just be using 10% of the files. There isn’t any official way to download a single product of VSE, so we need to play around with the bootstrap in order to download a workable offline installation file.

First, download your selected product bootstrap. And then we need to extract the bootstrap into a directory using some compression tool like WinRAR.

Second, we search for a file called baseline.dat inside the directory and open it with notepad or other editor. Then we search for a section called [vs_setup.dll] (it is square bracket). Under that section, you can find a URL parameter with the value of fwlink…

Third, open a browser and type in go.microsoft.com/ followed by the URL value that found in baseline.dat at the address bar (as a result your address will look like go.microsoft.com/fwlink…). It will automatically download the installation file of that product. It is usually about 50MB.

Forth, after we download the installation file, we extract the file into another directory. There will be a file called vs_setup.msi. Then we need to run a command prompt, go to that directory, and use the command below to execute the installation file.

msiexec /i vs_setup.msi vsextui=1 addlocal=all reboot=reallysuppress

If we run the file vs_setup.msi directly, there will be an error to request you to run the setup.exe file. So at the command, vsextui=1 make the installation think it is executed through a setup.exe file.

However when I try out the trick for VSE 2005 product, there is a little difference in the forth step. Instead of extract the installation file into another directory, I extract it to the same directory as I extract the bootstrap. Then I can install the product by using the setup.exe from the bootstrap.

And that’s about it in how to offline install VSE without download the image file. I have used this trick to install VSE Web Developer 2005, Web Developer 2008 and C# 2008.

To install SQL Server Express 2008, you might refer here.

102 Comments »

  1. This worked for me with VC++ Express 2008.
    Saved me a day downloading the DVD.
    Thanks for your help!

    Comment by [d3m0n] — July 23, 2008 @ 12:43 pm

    • i downloaded web installer & i searched for “vs_setup”.dll and after that i downloaded “winsdk_web.exe” then wats the next step because i could’nt extract the downloaded file, i leave that and i search for command promt in windows search then i typed “msiexec /i vs_setup.msi vsextui=1 addlocal=all reboot=reallysuppress” then it says to contact your software vender, pleaes help me its Ms VS 2010 and i’am using Win7 ultimate

      Thanks in Advance : Rishab Raj, India, email : rishabthedragon@yahoo.com.

      Comment by Rishab Raj — July 8, 2012 @ 8:24 pm

      • I have the same problem, did you find out what to do since you have posted?

        Comment by Huaba Sepp — September 16, 2013 @ 9:29 pm

  2. I need Visual Studio 2005 Express Edition in offline. I can get 2008 express edition in offline. But i can get only separate express edition in offline. Please help me to downloan visual studio 2005 express edition in offline..

    Comment by Mohamed Safi Samsudeen — December 21, 2008 @ 8:24 am

    • i’m wondering whether you want to download the whole visual studio or part of it like vb only. since you said you can download separately, so i guest you’re able to do the later. to download the whole visual studio, just download the whole dvd iso well do…

      Comment by vicker313 — December 22, 2008 @ 12:27 am

  3. thanks a lot!!!
    it worked for me , i got visual c++ 2008 express installed
    thank you!!

    Comment by conqrr — February 17, 2009 @ 8:38 am

  4. hey but there is a catch, for some reasont the visual compiler says rc.exe missing, apparently , the installation was unsuccesful.. is it possible to some how link th 50 mb file to the bootstrap so it will use the 50mb file locally and complete the installation????

    Comment by conqrr — February 20, 2009 @ 10:19 am

  5. @conqrr- the ms website says you don’t get a res compiler with the express edition.

    isn’t rc.exe the res compiler?

    @vicker313- this is really nice. 50MB instead of 96MB instead of 300+ or whatever a full VS runs at nowadays. all i want is the command line tools. i don’t need an IDE

    web installers and msi installer SUCK!

    you rock vicker313

    Comment by qmake — March 3, 2009 @ 2:17 am

  6. i dont think i am getting the error now! had to install the following:
    Visual C++ Minimal Redistributable
    Windows SDK Express Tools for the .NET Framework
    Windows SDK Express Tools for Win32
    Windows SDK Express Headers and Libraries

    you can get them following here:
    http://blogs.msdn.com/astebner/archive/2008/03/14/8214926.aspx

    and install them :
    http://blogs.msdn.com/astebner/archive/2008/03/24/8334544.aspx

    thanks to both the blogs of Aaron Stebner and vicker313.

    Comment by conqrr — March 8, 2009 @ 9:08 am

  7. winrar extract created 4 vs_setup.ms_ files which do not execute when I run msiexec.
    Any ideas where I went wrong?
    thanks,
    John

    Comment by john d — June 7, 2009 @ 12:06 am

    • hi, john. i double check the installation files i download (long time ago), and found that only visual studio express 2005 has vs_setup.ms_ files. is it the version you download?

      if yes, look whether got setup.exe file. try execute file directly.

      Comment by vicker313 — June 7, 2009 @ 5:55 pm

  8. Hi, and thanks for looking into this. I downloaded visual studio 2008 express. I was in trainning all week using the professional version and was told that I could do what I need with vs 2008. Because I can only burn cds and not dvd I am stuggling with the iso more than the work I need to do. Anyway, I don’t have a setup.exe or I would have been done along time ago. Winrar appears to have extracted the files without any conversions.

    I am thinking that I can burn the 766 meg iso file onto an 800 meg cd with infraRecorder. What do you think, worth giving it a go? Sure cheaper than buying a dvd burner just to install free software. Did Microsoft plan it this way?
    thanks,
    John D

    Comment by john d — June 7, 2009 @ 10:46 pm

    • haha, i have noticed what is wrong. have you downloaded the offline visual studio express 2008 iso? actually you don’t need to download the dvd iso, just the web installer will do. then please refer to my post in what to do next.

      Comment by vicker313 — June 8, 2009 @ 7:57 am

  9. This works on 2k3 server. I needed to extract the downloaded file into the folder, then only use this command: msiexec /i vs_setup.msi vsextui=1 addlocal=all

    Comment by steve s — June 15, 2009 @ 11:20 pm

  10. Nice… had been struggling with this the whole day, but this worked great… now I can finally go ahead and play with my c4 engine 😀 😀
    Thnx

    Comment by Daniel E — July 11, 2009 @ 2:55 am

  11. And how did you figure all this out? (For curiosity’s sake)

    Comment by Aaron Nelson — September 12, 2009 @ 9:00 am

  12. It isn’t working for Visual Basic 2008.

    Comment by Aaron Nelson — September 12, 2009 @ 9:05 am

    • maybe you can post more details, see whether can sort it out or not…

      Comment by vicker313 — September 12, 2009 @ 11:55 am

    • hi again, i double check my files, it seems i have downloaded vb 2008 and able installed successfully.

      Comment by vicker313 — September 14, 2009 @ 9:54 am

  13. I tried the method to install visual c++ 2008 express
    edition but it didn ‘ t work for me . It asks for the CppCodeProvider.dll and displays error 2350 and ends the setup .

    Please help!

    Comment by naman — September 12, 2009 @ 6:15 pm

    • i purposely download vc 2008 to test out the situation, and seems ok at my side.

      Comment by vicker313 — September 14, 2009 @ 10:07 am

    • Just found the solution, you have to have the .net 3.5 framework installed first to avoid this error

      Comment by Chalz — August 5, 2010 @ 2:07 am

  14. Greetings,

    Nice article. It helps a lot to understand the behind the scenes process of installing VS. Any way, I cannot seem to find the http://go.microsoft.com/ site anymore. When I type http://go.microsoft.com/fwlink/?LinkId=119376 on my browser, it takes me to search.microsoft.com.

    Does anyone have the exact URL for retrieving the msi file.

    Comment by Efrain — September 21, 2009 @ 12:25 am

    • I take that back. I the url was not correct. I am downloading the file as I type.

      Thanks again. Nice article.

      Comment by Efrain — September 21, 2009 @ 12:31 am

  15. This is a very great article!! It saved me time and only took about 10 minutes to complete rather than the whole setup itself.

    I’m going to do a repack of the setup with this information. 😀

    Comment by Yandols — September 29, 2009 @ 9:38 pm

  16. Excelente articulo, de maravilla. Tenia exactamente ese problema, y con la solucion k das todo funciono de maravilla. Gracias, excelente aporte.

    Comment by hawk black — October 24, 2009 @ 11:49 pm

  17. Well, the article is in reality the best topic on the best registry cleaner in 2009. I fit in with your conclusions and will thirstily look forward to your next updates. Just saying thanks will not just be enough, for the phenomenal lucidity in your writing. I will immediately grab your rss feed to stay abreast of any updates.

    Comment by blue screen problem solution — January 4, 2010 @ 3:46 pm

  18. This article was a great help for me.
    If there is someone looking how to install the x64 bit version. You can get it here:
    http://go.microsoft.com/fwlink/?LinkID=146799

    Comment by _Raxit_ — January 7, 2010 @ 1:48 am

  19. I can’t use above trick to install Microsoft VC# Express 2010 beta 2 😦
    The setup file is exe and msiexec can’t detect it.
    Help me 😦

    Comment by Imjooseo — January 24, 2010 @ 7:21 pm

    • it seems different since you can’t find baseline.dat inside the setup file. try this: run the setup file and leave it. then go to your temp folder (check it at my computer settings, like mine it is at c:\users\user\appdata\local\temp). check around the new created folder and you can find baseline.dat file. i haven’t try it yet, but you can continue from step 2 and let me know the result.

      Comment by vicker313 — January 24, 2010 @ 8:00 pm

  20. I have the same problem as naman.I was trying to install vc++ 2008 express. It asks for CppCodeProvider.dll, displays error 2350 and exits setup. Please help!

    Comment by AdAn — February 17, 2010 @ 3:58 am

  21. Worked like a charm! Thanks a lot. I used this trick to cirumvent an angry proxy that would let the online install crash right after starting.

    Comment by Randy — February 17, 2010 @ 9:42 am

  22. Another method would be (at least on a windows xp machine, vista and 7 shouldn’t be much different):
    -Use the windows utility to clean out temporary files for the current user.
    -Run the web installer with the settings you want, let it download the files, but hit cancel once it starts installing them.
    -(this part may vary on non-xp machines) go to the folder ‘documents and settings\your username here\local settings\temp’.
    -There will be a few empty folders with odd names, then a few folders with data in them which contain the installers complete with executables for each individual part you selected in the web installer.
    -Not only that, it also has the web installer primed with the downloaded data, can be ran on any machine (with or without internet access) to ensure the install was done in proper order as long as you be sure to get all the folders that contain the individual pieces as well. You can run that installer without internet as long as you don’t add any options you didn’t originally check off during the download process.

    I used the method I described to burn a cd with visual c# on it a couple months after the express editions were released and it’s worked great ever since, even stuck an autorun.ini that points at the web installer.

    Comment by some dude — March 4, 2010 @ 6:22 pm

  23. U r a genius……..I had downloaded all the ones u had published and saved me a day of download.Thank u very much……….

    Comment by Sudheer Kumar — March 16, 2010 @ 2:31 pm

  24. Great article, it help me a lot. Thank you!

    Comment by xMort — March 26, 2010 @ 10:08 pm

  25. not work for 2010

    Comment by pepa — April 20, 2010 @ 9:14 pm

  26. Worked upto the 4th step. But when I execute the command line, the setup couldn’t start. That is for VB 2008 of course!

    Comment by Anonymous — April 22, 2010 @ 1:56 pm

  27. i tried installing Visual C++ 2010 Express and i ended up with following error

    Error 1304.Error writing to file: Microsoft.VisualStudio.Windows.Forms.dll. Verify that you have access to that directory

    i tried both ur ways of STEP 4. both didnt work out.can u plz check and tell whats the wrong..
    thanks

    Comment by vlsireddy — April 24, 2010 @ 2:04 pm

  28. sorry the error is this

    Error 1304.Error writing to file: Microsoft.VisualStudio.ExtensionManager.dll. Verify that you have access to that directory

    Comment by vlsireddy — April 24, 2010 @ 2:10 pm

    • hi there, try google the error, i found a couple of things that you might want to try out. it more like a framework problem…

      Comment by vicker313 — April 24, 2010 @ 3:21 pm

  29. I tried it with VisualBasic Express 2010, and it gave me an error code… diferente each time i execute it

    Help me!!!

    Comment by Walkin — May 22, 2010 @ 8:13 am

  30. thank you so much this helped me installing visual C# 2008 .
    thanks again

    Comment by salim — June 30, 2010 @ 5:36 pm

  31. Thanks a lot

    Great trick

    Comment by nasgeneration — July 13, 2010 @ 4:29 pm

  32. Nice trick, thanks a lot!

    Comment by Chalz — August 4, 2010 @ 11:56 pm

  33. Hello,
    Thanks for the tutorial. There is one problem with the installation command. When you enter “msiexec /i vs_setup.msi vsextui=1 addlocal=all reboot=reallysuppressr” the installation will start running normally but will give an error because it can’t confirm that you are actually the administrator commanding the installation.
    Solution:
    on your command line replace letter ‘i’ with ‘a’ and the final commandline should be something like the following:
    “msiexec /a vs_setup.msi vsextui=1 addlocal=all reboot=reallysuppressr”
    The letter “a” says that the administrator is running the command.
    Thanks and looking forward to another helpful tutorial.
    AJ

    Comment by AJ — August 13, 2010 @ 12:32 am

    • thanks for the info

      Comment by vicker313 — August 13, 2010 @ 7:53 am

  34. yeah thats work,, thank,,,,,

    Comment by abdul — September 15, 2010 @ 6:48 pm

  35. thanks, that worked

    Comment by Rendra — November 26, 2010 @ 2:46 am

  36. ~,’ I am really thankful to this topic because it really gives up to date information ;`,

    Comment by Elizabeth King — January 25, 2011 @ 9:31 pm

  37. Thank you, thank you, thank you!
    Happy to report that this worked for me installing Visual C++ 2010 Express on a Windows XP Home machine. I used WinRAR to open the msi file.

    Comment by Robert — January 30, 2011 @ 6:46 am

  38. Tq this so helpful

    Comment by John Vesely — February 5, 2011 @ 11:37 pm

  39. I Love You!!!!!!! This worked so great with vb 2008 express

    Comment by Andrew — March 9, 2011 @ 12:25 pm

  40. Well done. Thank you very much.

    Comment by Nick — March 16, 2011 @ 12:59 am

  41. Great tutorial! It works for me with MS Visual C++ Express 2008 but not with 2010 version.
    Thanks!

    Comment by Iconz — March 31, 2011 @ 10:39 am

  42. thanks it’s work,and this good idea for low internet speed like me

    Comment by freeman — April 19, 2011 @ 7:33 pm

  43. I am not able to install even after using
    msiexec /a vs_setup.msi vsextui=1 addlocal=all reboot=reallysuppress

    a progress info window comes the it do some progress for 5-6 sec. then it goes but no installation window happens. please get a solution for this.

    Comment by Anubhav — May 8, 2011 @ 4:13 am

  44. SuperB! Thanks a bunch for the tutorial. It worked seamlessly.

    Comment by Fareeha — May 29, 2011 @ 3:36 pm

  45. this is fuking awsome man i like t e way of ofline install saved a day 🙂

    Comment by cube — June 1, 2011 @ 2:17 am

  46. where to download bootstarp for visual web developer 2010..?? because on microsoft’s website it has only a small tool available to download called wpilauncher_n…. where I can get those bootstrap in dt, so dt I can edit them.. as you prescribed????

    Comment by Tushar Kant — June 14, 2011 @ 4:39 pm

  47. plzz help!!!! i am not able to find productCache2.0.0.5.xml file in C:\Documents and Settings\[User]\Local Settings\Application Data\Microsoft\Web Platform Installer… I had installed web platform installer and executed it, but it not showing any list!!! what should I do

    Comment by Tushar Kant — June 14, 2011 @ 7:10 pm

  48. Thanks, this method worked perfectly. -Visual Basic 2010 Express-
    Just run into a few error codes (2908 & 1935) on launching the MSI via command prompt on my Win2000 machine (doesnt have internet connectivity).
    Will be trying to install -Visual Basic 2005 Express- later today (downloading as I type). along with a .NET framework update (4.0) and a Visual Basic 6.0 fix. I’m not expecting that to work lol, but I’m armed with another piece of information relating to the registry, see here if anyones interested _ http://www.add-in-express.com/creating-addins-blog/2007/11/12/windows-installer-error-2908/ _

    Thanks again, I might update this later if it works … or if it doesnt.. :3

    Comment by Shadow — July 8, 2011 @ 9:02 pm

    • The Visual Basic Fix and a quick framework update worked, although v.4 of the framework didnt want to work, but v2 did :L

      Comment by Shadow — July 12, 2011 @ 7:24 am

  49. Hi! Following your instructions, I created off-line installer for Visual Studio 2008 Service Pack 1. Installation requires Framework 3.5. Just need an SDKs for compiling your projects, but they must be installed separately.

    http://depositfiles.com/files/5g0rdte9r

    Comment by Mystic-Mirage — September 5, 2011 @ 4:55 am

    • Sorry, Visual Studio = Visual C++

      Comment by Mystic-Mirage — September 5, 2011 @ 4:57 am

  50. Hi Vicker,

    Would be so kind as to update the post for 2010?

    Here is my experience with Visual C# Express 2010:

    1. WinRAR couldn’t open the bootstrap exe (vcs_web.exe), but if I launch that .EXE, it unpacks itself into a directory in %TEMP%. Just type “%TEMP% in Start -> Run, and go to the newest directory there. You’ll find baseline.dat in that directory.

    2. After downloading the ~50MB setp, WinRAR again couldn’t extract it, but 7-Zip could. This way you’ll get vs_setup.msi.

    3. As a previous commenter mentioned, I ran msiexec with the ‘a’ parameter:
    msiexec /a vs_setup.msi vsextui=1 addlocal=all reboot=reallysuppress
    This silently created “c:\Program Files\Microsoft Visual Studio 10.0” and no items in the Start Menu.

    However, when I run VCSExpress.exe, I get the following error:

    —————————
    The program can’t start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem.
    —————————

    However, that DLL does exist, in c:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\X64\msvcr100.dll
    Perhaps it needs to be registered somehow?

    Comment by Dan Dascalescu — September 19, 2011 @ 3:53 pm

  51. Why does Microsoft make it so painful for people to download their software?!? Not everybody wants to (or can) install with a web installer OR download the whole thing. Re-tard-ed

    Comment by AGreenhill — December 2, 2011 @ 4:18 am

  52. This is a much appreciated resource… and should be more widely publicized!!!… it is a lifesaver for those without vast bandwidth for downloading gigabytes from the internet.

    Comment by AGreenhill — December 21, 2011 @ 10:27 pm

  53. Hats Off Man !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!……………………..
    Reallyyy…., The Best Way to install any VS Express Product offline……..

    Comment by Sunny Soni — January 14, 2012 @ 4:34 pm

    • I wrote this before installation but afterwards , it didnt work with VC+ 2010 ???? Can u help me ?????????????????

      Comment by Sunny Soni — January 14, 2012 @ 7:55 pm

    • An error comes — Problem writing to VisualExtensionManager.dll !!! Error 2305 !!!
      What to do ??

      Comment by Sunny Soni — January 14, 2012 @ 7:57 pm

  54. […] products without requiring Internet access during installation. Out of curiosity, I tested another method on how to offline install Visual Studio Express without downloading the whole image […]

    Pingback by SoQ » Blog Archive » Solving Cannot create the window Error on Microsoft Visual Studio 2010 — January 16, 2012 @ 3:17 am

  55. thanks a lot… i succesfully install c# express 2008

    Comment by ramuni — February 14, 2012 @ 2:25 am

  56. Tranks man, works for me. Tranks to share this trick.

    Comment by aceleron — April 2, 2012 @ 3:43 am

  57. Can anyone show me how to “run the file using the command prompt” ?
    Thank you.

    Comment by indus2014 — April 24, 2012 @ 1:49 pm

    • go to start > all programs > accessories > command prompt

      then change directory to the setup file directory, eg:
      cd c:\my setup file

      then execute the commands from there

      Comment by vicker313 — April 24, 2012 @ 2:01 pm

  58. Wow thanks man.
    You saved me from downloading a whole ISO file on my slow internet connection.

    But how did you find this trick?

    Comment by Rio — May 24, 2012 @ 9:37 am

  59. Thank you so much for this tip!!
    Works perfectly with VB 2010 Express, and the downloaded file can be used as a Redistributable package.
    Brilliant!

    Comment by hdeumpty — May 24, 2012 @ 5:47 pm

  60. Thanks for your briliant tips…
    It’s very useful for me and worked in my VB 2008 Express…

    Comment by Aryanatta — June 29, 2012 @ 1:18 pm

  61. This trick also works for visual studio 2010 express(Basic,C++,C# etc) And thanks for the article

    Comment by $uyash Tech — June 30, 2012 @ 5:20 pm

  62. This worked for the VS 2010 C# Express as well.

    Make sure you have the full Version of .NET 4 Framework installed, not only the Client Profile. Otherwise an error is shown: “The designer could not be shown for this file because none of the classes within it can be designed.”

    Comment by v. — August 8, 2012 @ 5:02 pm

  63. To all who got an error while doing the 4th step follow the following,(i’ve just figured this out myself after 1 hr of study)

    1.Extract the downloaded file.

    2.Make sure after extraction you have got the following files:
    vs_setup.exe
    vs_setup.msi
    _sfx_manifest_

    3.Copy and paste the above files in “C:\Users\YOUR NAME”

    2.Open the cmd prompt

    3.Type this “msiexec /i vs_setup.msi vsextui=1 addlocal=all reboot=reallysuppress”
    4.Follow the install instructions 🙂 🙂

    please send me an email here yuvrajkarle[at]gmail.com if this worked for you as a way of thanking me, i’ll feel happy that i could help a few guys…

    don’t forget to send me email so that i’ll come to know that someone really got help from me

    Thanks!

    Comment by Yuvraj Karle — August 18, 2012 @ 5:29 pm

  64. It’s Very Helpful. Thank you. I have downloaded the visual c++ 2008 with this. And it’s working.

    Comment by Moztaba Ahmed Abir — August 26, 2012 @ 2:41 pm

  65. great blog bro..just got visual c++ express edition installed..thank you

    Comment by nikhil — September 5, 2012 @ 10:32 pm

  66. I just tested it with visual c++ 2010 express and it worked! Thanks a lot!

    Comment by Jose — October 13, 2012 @ 5:09 am

  67. Thanks, It worked for me.

    Comment by Loganathan — October 20, 2012 @ 8:26 pm

  68. Downloaded the file using fwlink.. link. but encountered an error executing it from the command line. it says: “the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. the error code is 2203.” any solution?

    Comment by Ranju Khaled — March 21, 2013 @ 5:10 am

  69. Good way of describing, and nice article to take data regarding my presentation focus, which i am going to present in college.

    Comment by www.treff.kilu.de — May 1, 2013 @ 2:27 am

  70. […] products without requiring Internet access during installation. Out of curiosity, I tested another method on how to offline install Visual Studio Express without downloading the whole image file. From the […]

    Pingback by Solving Cannot create the window Error on Microsoft Visual Studio 2010 • Raymond.CC — June 22, 2013 @ 5:23 pm

  71. Should I download the product with full version at
    “First, download your selected product bootstrap. And then we need to extract the bootstrap into a directory using some compression tool like WinRAR”?

    Comment by PeachyTaemints — October 19, 2013 @ 8:12 am

    • the product bootstrap is actually the online installer, which the size is quite small

      Comment by vicker313 — October 19, 2013 @ 8:23 am

  72. In Visual C++ 2010 Express SP1, open the web installer with 7zip (at least this is what worked for me), and look for ParameterInfo.xml instead of baseline.dat.

    Comment by pniederw — December 19, 2013 @ 10:03 am

  73. Sir, your method does not working for me on VB 2008. I can’t download the file, please give me a suggestion.

    Comment by Santanu Biswas — May 31, 2014 @ 12:04 pm

  74. This is the direct link for the Visual Basic express 2010

    http://download.microsoft.com/download/B/D/3/BD3C8C9F-621B-4155-8D07-68DC94D34306/EXPRESS/ixpvb.exe

    Thanks

    Comment by honeysingh — August 20, 2014 @ 2:25 pm

  75. What is bootstrap?Can you give any link for that.
    Thanks in advance.

    Comment by Jobin — September 14, 2014 @ 11:14 pm

  76. Is there any tutorial on visual c for beginners.l already know normal c but i want to learn gui with vc

    Comment by Jobin — September 14, 2014 @ 11:18 pm

  77. […] How to offline install Visual Studio … – 26.11.2008 · How to offline install Visual Studio Express without download the whole image file… […]

    Pingback by How To Fix Outlook Express Problems - ORG.org — November 16, 2014 @ 6:33 am

  78. Haha, thats a lot of work to avoid downloading the ISO from Microsoft.

    Comment by Knut Stumberg — March 7, 2015 @ 2:24 am


RSS feed for comments on this post. TrackBack URI

Leave a reply to xMort Cancel reply

Create a free website or blog at WordPress.com.