Suggest Downloads

Suggest Downloads,Submit Uploads and ASK Doubts or ( with or without your name) ----> Here

Saturday, 9 February 2013

Visual C++ Offline Installer

1. Goto Micrsoft and download the web installer for VC++.
2.Start installation using this installer.
3. Now goto --> Run (Win+R)-->Type %temp%  .
    Now a folder will appear.
4. Search for a file named baseline.dat in the folder.
5. Copy that file to Desktop. Now close the web installer that u previously downloaded.
6. Now open baseline.dat using notepad and Scroll down till you find [vs_setup.dll].
7. At the end of that paragraph you can see a link--> URL=fwlink/?LinkId=xxxxxx . 
8. Copy this and prefix it with ---> go.microsoft.com/?
9. Finally you get something like this --->  go.microsoft.com/?fwlink/?LinkId=xxxxxx .
10. Copy this to the browser and download ( ixpvc.exe).
11. This not the only necesssary file. To run VC++ you will need a help file and Microsoft SQL Server(optional i think).
12. The link to these can also be found on baseline.dat.
13.To download help file search for --->> Executable=HelpSetup_x86.exe
At the end of this paragraph you find another link just like the 1st one.
 To download this do the same as you did to download the 1st one.
That is it you have all things.

INSTALLATION
1. Now you have 2 files--> ixpvc.exe & helpsetup_x86.exe and the web installer that you downloaded first.
2. Now go to the temp folder again and delete all the files THAT YOU CAN.
3. Just open the webinstaller again and press next 1 time only. 
4. Now paste the 2 files(ixpvc.exe & helpsetup_x86.exe)  you have with you and
    paste it to all the folder and sub folders in %temp% folder.
5. This is because I don't know the right folder.
6. Now continue with the webinstaller. The webinstaller will find the files and just install it.


7. ENJOY

1 comment: