July 13, 201311 yr 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
July 13, 201311 yr Author @seiferflo This v8.0.61001 is outdated, the latest version is already in the AIO Edited July 13, 201311 yr by jaynbe
August 16, 201311 yr Author Updated Win32_VC11++_Runtimes_3.1_AddOn.cab contains: Visual C++ 2012 v11.0.60610.1
August 17, 201311 yr Author Reuploaded Win32_VC11++_Runtimes_3.1_AddOn.cab previous posted addon defective.
August 17, 201311 yr 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, 201311 yr by SuperLOL
August 18, 201311 yr Author 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.
August 18, 201311 yr 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, 201311 yr by SuperLOL
January 13, 201411 yr @SuperLOLSince you already execute vc++ at RunOnce see this:http://www.wincert.net/forum/topic/9790-aio-microsoft-visual-bcfj-redistributable-x86x64/
January 13, 201411 yr 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, 201411 yr by SuperLOL
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.