Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. No, gracias a ud
  2. Gracias luis...actualizado El .net 4/5eu sigue, talvez esta noche o mañana
  3. Si alguien de ustedes pueden instalar las siguientes actualizaciones y exportar las entradas de registro, puedo actualizar al upl...estas son las actualizaciones para XP KB2808679 KB2839229 Necesito las entradas de: HKLM\SOFTWARE\Microsoft\Updates\Windows XP\SP4\KB#######HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix\KB####### Este de IE8 KB2838727 Necesito las entradas de: HKLM\SOFTWARE\Microsoft\Updates\Windows XP\SP0\KB2838727-IE8HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix\KB2838727-IE8Las entradas las pueden exportar manualmente o pueden usar a regshot. Primero se hace clic en "1st shot-whole registry", luego instalas el hotfix, después se hace clic en "2nd shot-whole registry", después se hace clic en OK y pueden cerrar a IE...luego hacen clic en "clear all" y se repite el proceso. Los archivos INF que necesito son puestas en %systemdir%\Hive o C:\Hive
  4. Are you sure that it installs the 32 bit? Look for %WinDir%\Microsoft.NET\Framework64\v4.0.30319 BTW the x64 installer installs both x86 and x64 files, no need for both
  5. Try without start.exe, just explorer.exe Edit: if you are on 64 bit use the x64: command in config.txt RunProgram="%%P:taskkill /F /IM explorer.exe"RunProgram="nowait:%%P:explorer.exe"
  6. Updated and fixed amd64 installer, just realized there was a problem with the files
  7. La cosa no es de cantidad de actualizaciones, la cosa es la calor generado cuando uso virtual box para actualizar a XP y espacio en el disco duro para instalarlo
  8. No... Talvez mas adelante en la semana
  9. Reaper you should try this to make your installer faster: Rather than installing the patches after you install the framework, you could probably install them at the same time. If you run the installer with /? you will notice there is a /msioptions switch, there is also a PATCH='<path>\patch.msp' switch used for MSI installers to patch the MSI with the MSP update during install You should give this a try (make you have the latest SFX that supports %%T variable) ;!@Install@!UTF-8! RunProgram="dotnetfx45_full_x86_x64.exe /passive /msioptions \"PATCH=%%T\\NDP45-KB2737083.msp;%%T\\NDP45-KB2742613.msp;%%T\\NDP45-KB2750147.msp;%%T\\NDP45-KB2789648.msp\" /norestart" ;!@InstallEnd@!
  10. .net 4 is known to have problems installing during setup and the reason you get prompted to download visual c++ is because you are probably using the newest version but Windows Update does not recognize this, it will prompt you to download and install the older version My visual c++ installers have a fix for this, and you should also move to .net 4.5 (I have a updated installer of this, also a intl one with a spanish language pack) which may not be as problematic http://www.wincert.net/forum/forum/198-installer-repacks/
  11. ricktendo replied to Legolash2o's post in a topic in Win Toolkit
    Check the changelogs http://hotfix2.cesidian.info/x64/Update%20Changelog.txt http://hotfix2.cesidian.info/x86/Update%20Changelog.txt
  12. Yes, its perfectly fine (I recommend it)
  13. Is there a higher version out there that you want updated? Or you just complaining that Microsoft has not updated in a while. If so take it up with Microsoft
  14. Maybe you need glasses, that is the version I have listed on the 1st post
  15. The languages are back and they are set for conditional install, depending on what language you select ONLY that language will install and will also set it as the default program language English NO languages are installed
  16. No, solo puedes agregar actualizaciones para wmp11
  17. Puedes integrar los MSU o el CAB del mismo nombre (no importa cual)
  18. Estos son los LP individuales http://www.microsoft.com/en-us/download/details.aspx?id=2104 Use estos enlaces para descargar el mas reciente IE9 para Vista Vista enu: x86: http://go.microsoft.com/fwlink/?LinkId=198935 x64: http://go.microsoft.com/fwlink/?LinkId=198934
  19. ricktendo replied to Brad Knauer's post in a topic in Windows 7
    Try Removing prod key, this will automatically chose the version You can inject the prod key with dism into all the images, the xml can only do one
  20. Updated 5-28-2013 Add: 2846044
  21. Most likely its a update or a file you reshacked For updates I suggest KUC for telling you what updates can and cannot be integrated - mount your image with wintk - run KUC with these parameters "KUC W7 UpdateChecker.exe" /DVD-Image-dir:<path_to_mount_folder>This will give you a list of safe updates you can integrate