Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. Creo que esos colores se pueden cambiar dentro de wmploc.dll Vean a 256\*.JS (MAINAPPSKIN2.JS) o html\*.html a ver si en estos puedes cambiar los colores Busquen por "color", "white" o el valor hex de blanco "ffffff" e intenten cambiarlo hasta que encuentren donde esta localizado el color
  2. Deme el enlace para el full en ingles Y moviemaker no instala en XP, solo vista y 7
  3. ricktendo replied to ccl0's post in a topic in General Discussion
    I saw this just this morning, very cool looking back BTW this is totally off topic but check this video out I laughed when the dog showed up
  4. Make sure the registry entries are present after running the command (or you can add it manually) ;Strong Name Verification HKLM,"SOFTWARE\Microsoft\StrongName\Verification\ehshell,31BF3856AD364E35",,0x10 HKLM,"SOFTWARE\Microsoft\StrongName\Verification\RegisterMCEApp,31BF3856AD364E35",,0x10
  5. Integre estos MSU y el ielangpack-ESN.CAB Vista enu x86: http://go.microsoft.com/fwlink/?LinkId=198935 x64: http://go.microsoft.com/fwlink/?LinkId=198934 Windows 7 enu x86: http://go.microsoft.com/fwlink/?LinkId=198936 x64: http://go.microsoft.com/fwlink/?LinkId=198933
  6. ricktendo replied to a post in a topic in Questions and Help
    Usare el alpha la pr
  7. WMP11 y IE8 ya vienen incluido en el UPL
  8. ricktendo replied to a post in a topic in Questions and Help
    http://svn.7zsfx.info/listing.php?
  9. You can customize the right region of the start menu but I dont think you can with the left or with the taskbar (pinned stuff), for pining stuff to them I again use my autounattend.xml <StartPanelLinks> <Link0>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Security Essentials.lnk</Link0> <Link1>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Silverlight\Microsoft Silverlight.lnk</Link1> <Link2>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Office\Microsoft Excel 2010.lnk</Link2> <Link3>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Office\Microsoft Word 2010.lnk</Link3> <Link4>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Windows AIK\Deployment Tools Command Prompt.lnk</Link4> </StartPanelLinks> <TaskbarLinks> <Link0>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Media Center.lnk</Link0> <Link1>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Windows Virtual PC\Virtual Machines.lnk</Link1> <Link2>%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Windows Live Messenger.lnk</Link2> </TaskbarLinks> Have you tried taking a unattended.xml and applying it to your mouted wim?
  10. ricktendo replied to a post in a topic in Questions and Help
    Ejecute: <nombre_de_sfx>.sfx -sfxversion Lo único que hago es cambiarle el icono y versión al sfx, en config.txt deshabilito un servicio de inicio rápido de jara
  11. There are no INf files to install on a live system
  12. A es cierto, los estúpidos creadores de rt7lite no apoyan a CAB (yo les he pedido que lo apoyaran pero por razones tontas no lo hacen) Tendrás que usar a DISM u otro programa integrador como el Widows 7 Toolkit
  13. No hay MSU en Espa
  14. ricktendo replied to Discovery-Darth's post in a topic in Questions and Help
    editado
  15. ricktendo replied to Discovery-Darth's post in a topic in Questions and Help
    logonui.exe?
  16. If you want your registry settings and ini files to carry over you have to set CopyProfile to true in your autounattend.xml <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CopyProfile>true</CopyProfile> </component> </settings> Dont go too crazy with your software preinstall, I stick to the basics: directx, dotnet4, office2k10, silverlight, vcruntimes, waik+sup+docs, mssceces, playready, wlm, msxml4, orca, wudt, acroreadr, jre, flash, shockwave, 7zip, skype, nvidia physx, and thats pretty much what I install along with a few shell extension tools and regtweaks I only had a problem with one program and that was Win7codecs (BTW thanks for reporting your experience with PerfectDisk, I was just thinking of including it)
  17. ricktendo replied to SHO_GuN's post in a topic in INF Discussion
    Depends when you call it, if you do it during setup the Default User is the user account, if you delay it to run during 1st login with RunOnceEx it will use that user instead
  18. El MD5 esta correcto, pero tiene que ser un falso positivo
  19. ricktendo replied to Javo's post in a topic in Questions and Help
    Si quieres llamar a 7z.exe simplemente hazlo sin cmd /c (y tus comillas están todas jodidas) RunProgram"hidcon:7z bla bla bla" Y hidcon lo tienes que colocar al principio Y para que comprimir/extraer dos veces, simplemente pon lo que quieres copiar a %appdata% en una carpeta y use copy RunProgram="f_plug.exe -install" RunProgram="hidcon:cmd /c copy /y \"%%T\\<nombre_de_carpeta>\" \"%AppData%\Mozilla\Firefox\"" RunProgram="setup.exe -ms" Que es lo que quieres hacer, incluir tus extensiones? Si la respuesta es si solo tinenes que poner las carpetas de extensiones ya extraidas en \nonlocalized\extensions...y si quieres tus ajustes copie tu prefs.js en \localized\defaults\profile El setup te copia todo carpeta o archivo nuevo que pones en las sub carpetas del instalador extraido: plugins, exntensiones, .html, .js, etc, etc. Solo fíjate adonde se ubican los archivos al instalar en tu SO y los posicionas dentro del instalador igualmente
  20. ricktendo replied to Javo's post in a topic in Questions and Help
    Para que usar un cmd cuando puedes hacerlo todo con tu config.txt
  21. Que? Claro que lo puedes desinstalar, el MST solo traduce el cuadro de dialogo de instalar y desinstalar de ingles a español (no es necesario hacer este paso, no afecta a java)
  22. Si puedes especificar el programa de Roxio del que hablas cuando tenga tiempo puedo darle una prueba No hace falta nada, la instalacion de .net lo puedes verificar con la herramienta de Aaron Stebner Sobre directx, no importa si un programa instala una versi
  23. Para WPI puedes lanzar el instalador y colectar el MSI + CAB que son extraídos en algún lugar en tu HDD y usar esos para instalar con WPI Aquí te los subo hasta con MST para traducir el dialogo de (des)instalación (no es necesario pero se ve mejor) http://www.mediafire.com/?86hln2kmkmpn3ck
  24. El .lng fue actualizado d