January 25, 201312 yr I want to try one more time, double check everything and then I'll let you know. I hope it isn't an "operator error", lol edit: Weird, it worked perfectly this time. Thanks Rick! Edited January 25, 201312 yr by dareckibmw
February 7, 201312 yr Author KB2723430 VC++ 2010 files have been updated from v10.0.40219.434 to v10.0.40219.436 Server might be down right now
February 7, 201312 yr I was getting annoyed at the error message's not allowing it to silently run this package so I made an autoit script to fix it: #Region ;**** Directives created by AutoIt3Wrapper_GUI ****#AutoIt3Wrapper_UseX64=n#AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: myName Script Function: Template AutoIt script.#ce ----------------------------------------------------------------------------#RequireAdmin; Script Start - Add your code below here$Runs = Run (@ScriptDir&"\VBCFJRedist_AIO_x86_x64-2013-02-07.exe /y", @ScriptDir)While ProcessExists($Runs) If WinExists("Windows Installer") Then ControlClick("Windows Installer", "OK", "[CLASS:Button; INSTANCE:1]") EndIf Sleep(100)WEndThanks rick, I read that using .msi instead of the .exe is what causes the errors to show (no way to disable them), but using the .msi is faster and smaller, so with protection agains it stopping I am happy again, this only continues when an error is found so if you manually uninstall the packages first it'll work as intended still, just in case someone needs this totally silent. Edited February 8, 201312 yr by LiveFreeDead
February 27, 201312 yr Author Some installer dialogs (extract, cancel, finish) now translated and updated SFX builder with same translations
March 5, 201311 yr Hi !PLease reupload the file cause it gives me this error: Not FoundThe requested URL /download.php was not found on this server.
March 5, 201311 yr Just a heads up. Visual Studio 2012 Update 2 is now in post-beta stage. Probably next month will be out.
March 5, 201311 yr Please upload them to free services like this sites below: http://www.solidfiles.com/https://localhostr.com/http://www.datafilehost.com/
March 10, 201311 yr hi ricktendo, i tried to used your aio with WinToolkit last version (1.4.1.20) placing the installer at silent installer section using /y swtch and at the end of windows instaltion i got this error:if hit ok and check late the package wasn't installed. any suggestions? btw Windows 7 Sp1 enterprise x64 with updates til feb 2013regards Edited March 10, 201311 yr by BiuS
March 10, 201311 yr Might be a gui sfx problem http://support.microsoft.com/kb/185294Anything u or i can do to avoid this error?
March 10, 201311 yr Author Maybe installing it after login BTW that KB article says it "sometimes" happens, so it may not happen every time
March 10, 201311 yr Maybe installing it after login BTW that KB article says it "sometimes" happens, so it may not happen every timeWell tried 2 times to make sure was not my mistake. but anyway thanks for the support. i will try other solution, since i would like to integrate this installer into my build instead of install manually after the system is installed.
March 13, 201311 yr I have a different hash than posted. Installer doesn't look like it's corrupt.d2d8d2dc950f2b11a089f53b928208d1 *VBCFJRedist_AIO_x86_x64.exe
March 18, 201311 yr What's the difference between this and McRip's installer: http://mcripblog.cesidian.info/2013/02/vc-redist-installer-152.html File: VC_RedistInstaller.exeCRC-32: 4f0c35c9MD4: cf9d8bb66015430d434d29c0ad962bc3MD5: bb58653d68e66b061f1b000083cae384SHA-1: 202addd8de74c8ed57f093273f553c7927201ef9
March 18, 201311 yr Author Delivery method (installer type, he uses inno I use 7zip sfx) and McRip does not include visual J plus it preforms uninstall if any of the runtimes is installed
March 19, 201311 yr Delivery method (installer type, he uses inno I use 7zip sfx) and McRip does not include visual J plus it preforms uninstall if any of the runtimes is installedGotcha, thanks. Keep up the great work!
March 19, 201311 yr Can you think of a reason why this installer doesn't work with SFXMaker anymore? It's not SFXMaker version to blame, I tried both the current one (1.3.1) and also the previous 1.2.1. I'm trying to apply the /ai silent switch to it via SFXMaker, but it doesn't work, both via Win Toolkit's first logon, both on live system (same ''setup.exe'' error). You have the error attached. However, if I use the /ai switch via Run Arguments on a live system, everything is working fine. The reasons why this is happening are beyond me... this has never happened in the past. LE: To be more precise, when added via SFXMaker, the setup files don't get extracted /unarchived / uncompressed on the local disk (doesn't get to this ''first'' stage), while via an argument on a live system they do get extracted, and after that everything is ok. Maybe you changed something in the last ~ month that generated this weird behaviour. Maybe this, as it's related to the ''extract'' stage. Edited March 19, 201311 yr by RicaNeaga
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.