Posted May 14, 201212 yr http://adf.ly/1713566/vbcruntimesSize: 5.10 MBDate: May 15 2012MD5: f16cfdadd88c5863f17cf445f8b11f90About: Contains Microsoft Visual Basic and Visual C Runtimes, the 16bit Runtimes will be skipped on x64 installs, also the Visual Basic Virtual Machine will only be offered to Vista and above.Note: This installer is merged with/not needed if you use my AIO Visual Basic/C++/F#/J#Runime list:/*-- Microsoft Visual Basic Runtimes -----------------------------------*/comct232.ocx 6.0.98.16comct332.ocx 6.7.0.9816comctl32.ocx 6.0.98.16comdlg32.ocx 6.1.98.16dblist32.ocx 6.1.98.16mci32.ocx 6.1.98.16mscomct2.ocx 6.1.98.16mscomctl.ocx 6.1.98.33mscomctl32.ocx 6.0.88.62mscomm32.ocx 6.1.98.16msdatgrd.ocx 6.1.98.16msdatlst.ocx 6.1.98.16msflxgrd.ocx 6.1.98.14mshflxgd.ocx 6.1.98.16msinet.ocx 6.1.98.16msmask32.ocx 6.1.98.16msstdfmt.dll 6.1.98.16msstkprp.dll 6.1.98.16mswinsck.ocx 6.1.98.17 picclp32.ocx 6.1.98.16richtx32.ocx 6.1.98.16sysinfo.ocx 6.1.98.16tabctl32.ocx 6.1.98.16vb40032.dll 4.0.29.22/*-- Microsoft Visual Basic Runtimes (16bit) ----------------------------*/vb40016.dll 4.0.24.22vbrun100.dll <none>vbrun200.dll 2.0.9.8vbrun300.dll 3.0.5.38/*-- Microsoft Visual Basic Virtual Machine -----------------------------*/msvbvm50.dll 5.2.82.44/*-- Microsoft Visual C Runtimes ----------------------------------------*/atl70.dll 7.0.9975.0atl71.dll 7.10.6119.0mfc70.dll 7.0.9975.0mfc70chs.dll 7.0.9975.0mfc70cht.dll 7.0.9975.0mfc70deu.dll 7.0.9975.0mfc70enu.dll 7.0.9975.0mfc70esp.dll 7.0.9975.0mfc70fra.dll 7.0.9975.0mfc70ita.dll 7.0.9975.0mfc70jpn.dll 7.0.9975.0mfc70kor.dll 7.0.9975.0mfc70u.dll 7.0.9975.0mfc71.dll 7.10.6119.0mfc71chs.dll 7.10.6119.0mfc71cht.dll 7.10.6119.0mfc71deu.dll 7.10.6119.0mfc71enu.dll 7.10.6119.0mfc71esp.dll 7.10.6119.0mfc71fra.dll 7.10.6119.0mfc71ita.dll 7.10.6119.0mfc71jpn.dll 7.10.6119.0mfc71kor.dll 7.10.6119.0mfc71u.dll 7.10.6119.0msvci70.dll 7.0.9955.0msvcp70.dll 7.0.9466.0msvcp71.dll 7.10.6052.0msvcr70.dll 7.0.9981.0msvcr71.dll 7.10.7031.4msvcrt10.dll <none>name versionUnattended install switches:- Silently install and display progress:<installer>.exe /SILENT- Quietly install and display no progress:<installer>.exe /VERYSILENT- To skip restart prompt add:/NORESTART- To install C++ only and skip all vb runtimes including 16bit and VM:/TASKS="!msvb"- To skip all vb runtimes:/MERGETASKS="!msvb\run"- To skip only the 16bit vb runtimes:/MERGETASKS="!msvb\run\xvibit"- To skip only the Visual Basic VM:/MERGETASKS="!msvb\vm"Source:http://adf.ly/1713566/vbcsource
May 14, 201212 yr Author Added unattended install instructionsOff Topic: Does anybody know a program/command/script I can use to get a list of files and their versions?
May 15, 201212 yr You could try dumping the directory info to a text file like so:dir /s "%path-to-files%" >>"%path-to-log%\dirInput.log"But that won't give you versions. WMIC does though.Something like this maybe?@ECHO OFF &SETLOCAL ENABLEEXTENSIONS::USER VARIABLES::FILE TO CHECK VERSION OF [Note double backlashes]SET "F_=C:\\Program Files\\Windows AIK\\Tools\\PETools\\ssshim.dll"FOR /F "tokens=1,2 USEBACKQ SKIP=1 delims==" %%b IN (`WMIC DATAFILE WHERE "NAME='%F_%'" GET VERSION /VALUE`) DO 1>NUL 2>&1(SET %%b=%%c)SET "detect=%VERSION:.=%"ECHO Detected version is: %detect%ENDLOCAL:EOF Edited May 15, 201212 yr by Mr_Smartepants
May 15, 201212 yr Author Updated 1.1Now you can skip install of all vb runtimes/virtual machine and only install the c++<installer>.exe /SILENT /TASKS="!msvb"
May 15, 201212 yr Fantastic installer for old timers Please update the description with what's inside when you'll have the time. Thanks!
May 15, 201212 yr Author Added some info and a list of runtime filesBTW small update v1.1.1, fixed the keyboard shortcut for the 16bit task
March 26, 20159 yr how old this thread was?does this include on [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64? Edited April 1, 20159 yr by Docthal
June 5, 20222 yr Hello, I know this is from ten years ago but could someone share this? I need it for my Windows 98 PC
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.