ricktendo Posted January 25, 2013 Author Posted January 25, 2013 Upload it somewhere and send it to me so I can check it Quote
dareckibmw Posted January 25, 2013 Posted January 25, 2013 (edited) 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, 2013 by dareckibmw Quote
ricktendo Posted February 7, 2013 Author Posted February 7, 2013 KB2723430 VC++ 2010 files have been updated from v10.0.40219.434 to v10.0.40219.436 Server might be down right now HJSC 1 Quote
LiveFreeDead Posted February 7, 2013 Posted February 7, 2013 (edited) 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, 2013 by LiveFreeDead HJSC 1 Quote
ricktendo Posted February 24, 2013 Author Posted February 24, 2013 Updated (KB2607389) VC 2008 v9.0.30729.7497 Quote
ricktendo Posted February 27, 2013 Author Posted February 27, 2013 Some installer dialogs (extract, cancel, finish) now translated and updated SFX builder with same translations Quote
blagasamuel Posted March 5, 2013 Posted March 5, 2013 Hi !PLease reupload the file cause it gives me this error: Not FoundThe requested URL /download.php was not found on this server. Quote
ricktendo Posted March 5, 2013 Author Posted March 5, 2013 McRip's FTP has been down all day, lets see if its fixed soon Quote
RicaNeaga Posted March 5, 2013 Posted March 5, 2013 Just a heads up. Visual Studio 2012 Update 2 is now in post-beta stage. Probably next month will be out. Quote
blagasamuel Posted March 5, 2013 Posted March 5, 2013 Please upload them to free services like this sites below: http://www.solidfiles.com/https://localhostr.com/http://www.datafilehost.com/ Quote
BiuS Posted March 10, 2013 Posted March 10, 2013 (edited) 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, 2013 by BiuS Quote
ricktendo Posted March 10, 2013 Author Posted March 10, 2013 Might be a gui sfx problem http://support.microsoft.com/kb/185294 Quote
BiuS Posted March 10, 2013 Posted March 10, 2013 Might be a gui sfx problem http://support.microsoft.com/kb/185294Anything u or i can do to avoid this error? Quote
ricktendo Posted March 10, 2013 Author Posted March 10, 2013 Maybe installing it after login BTW that KB article says it "sometimes" happens, so it may not happen every time Quote
BiuS Posted March 10, 2013 Posted March 10, 2013 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. Quote
click-click Posted March 13, 2013 Posted March 13, 2013 I have a different hash than posted. Installer doesn't look like it's corrupt.d2d8d2dc950f2b11a089f53b928208d1 *VBCFJRedist_AIO_x86_x64.exe Quote
ricktendo Posted March 13, 2013 Author Posted March 13, 2013 Yes, you md5 is correct I forgot to update mine Quote
l33tissw00t Posted March 18, 2013 Posted March 18, 2013 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 Quote
ricktendo Posted March 18, 2013 Author Posted March 18, 2013 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 Quote
l33tissw00t Posted March 19, 2013 Posted March 19, 2013 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! Quote
RicaNeaga Posted March 19, 2013 Posted March 19, 2013 (edited) 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, 2013 by RicaNeaga 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.