seiferflo Posted July 13, 2013 Posted July 13, 2013 Hi Jaynbe, I just found out that I have a 2005 C++ redistributable v8.0.61001 installed on my PC.It seems to be this version: http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=26347Are you planning to integrate it in your AIO?Thanks in advance Quote
jaynbe Posted July 13, 2013 Author Posted July 13, 2013 (edited) @seiferflo This v8.0.61001 is outdated, the latest version is already in the AIO Edited July 13, 2013 by jaynbe Quote
SuperLOL Posted August 16, 2013 Posted August 16, 2013 New VC Update out ;-)Visual C++ 2012 v11.0.60610.1 Quote
jaynbe Posted August 16, 2013 Author Posted August 16, 2013 Updated Win32_VC11++_Runtimes_3.1_AddOn.cab contains: Visual C++ 2012 v11.0.60610.1 Quote
jaynbe Posted August 17, 2013 Author Posted August 17, 2013 Reuploaded Win32_VC11++_Runtimes_3.1_AddOn.cab previous posted addon defective. Quote
SuperLOL Posted August 17, 2013 Posted August 17, 2013 (edited) Hi;I have a little problem with the Addon "WIN32_VC11++_RUNTIMES_3.1_ADDON.CAB". This addon will place the temp files/folder{18637763-c8e5-4c49-ba8a-b854367f6b55}dd_vcredist_x86_*.logMSta*.LOGinto "C:\Documents and Settings\Default User" and "C:\Documents and Settings\MyNormalUserAccount". Edited August 18, 2013 by SuperLOL Quote
jaynbe Posted August 18, 2013 Author Posted August 18, 2013 SuperLOL, This is the default behaviour of the original MS installer.The addon installs the slimmed and repacked redistributable.The temp folder is (un)install routine and is also cached as such. Quote
SuperLOL Posted August 18, 2013 Posted August 18, 2013 (edited) If i extract the installer from the "*.cab" file and install it manually after the Windows XP installation then this files/folder will be put in the Windows Temp folder and not in the UserProfile Root folder.I now use a batch script at RunOnce to fix this:ECHO.ECHO Cleaning up Microsoft Visual C++ 11 Temporary Files...MOVE "%SystemDrive%\Documents and Settings\Default User\{18637763-c8e5-4c49-ba8a-b854367f6b55}" "%Temp%" 2>NULMOVE /Y "%SystemDrive%\Documents and Settings\Default User\dd_vcredist_x86_*.log" "%Temp%" >NUL 2>&1MOVE /Y "%SystemDrive%\Documents and Settings\Default User\MSI*.LOG" "%Temp%" >NUL 2>&1RMDIR "%UserProfile%\{18637763-c8e5-4c49-ba8a-b854367f6b55}" 2>NULDEL "%UserProfile%\dd_vcredist_x86_*.log" 2>NULDEL "%UserProfile%\MSI*.LOG" 2>NUL Edited August 19, 2013 by SuperLOL Quote
SuperLOL Posted January 13, 2014 Posted January 13, 2014 Could you also add the Visual C++ 2013? Quote
mooms Posted January 13, 2014 Posted January 13, 2014 @SuperLOLSince you already execute vc++ at RunOnce see this:http://www.wincert.net/forum/topic/9790-aio-microsoft-visual-bcfj-redistributable-x86x64/ Quote
SuperLOL Posted January 13, 2014 Posted January 13, 2014 (edited) This pack is using too much space, it looks like it includes 64-bit and 32-bit and i need only 32-bit. Edited January 13, 2014 by SuperLOL Quote
spinalgr Posted January 6, 2022 Posted January 6, 2022 any update for Microsoft VC & VB Runtimes ?? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.