Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. Themes service is disabled
  2. Why not use autounattend.xml? You can add your custom cursor scheme in your .theme file
  3. ricktendo replied to zookey's post in a topic in Questions and Help
    [EditFile] NombreDeArchivo,NombreDeSeccionEnArchivo,NombreDeSeccionEnEsteINI [NombreDeSeccionEnEsteINI] PongaAquiLoQueQuieres La seccion NombreDeSeccionEnEsteINI pudes nombrarlo lo que quieras, los dos primeros tienen que ser exactos Si te fijas en los addons de svcpack tienen [EditFile] SVCPACK.INF,SetupHotfixesToRun,AddProgram [AddProgram] shockwave.exe Eso quiere decir que va a agregar a shockwave.exe a la seccion de [setupHotfixesToRun] de svcpack.inf (lo que esta en la seccion [AddProgram] del entries.ini) [SetupHotfixesToRun] shockwave.exe
  4. There is a mce updatepack with rollup 2 but has not been worked on in a while http://www.ryanvm.net/forum/viewtopic.php?t=5702
  5. ricktendo replied to zookey's post in a topic in Questions and Help
    EXACTO!!! zookey, asi se edita una seccion de uni inf o ini usando un entreies.ini
  6. Try using dir /b to get the names of the hotfixes Here is a script I use to get the names of the sub folders of my drivers when integrating them with dism for /f %i in ('dir /b "c:\Drivers\"') do dism /image:c:\mount\ /add-driver /driver:"c:\Drivers\%i" /recurse
  7. This already has rollup included and you need a .net 2.0 addon not 1.1 during svcpack
  8. Yo no entiendo cual es tu problema, el upl no esta hecho para solo voz y no tienes que usarlo cada vez que sale uno nuevo...el upl esta dise
  9. ricktendo replied to zookey's post in a topic in Questions and Help
    Te dije que no usaras la palabra "entries" en el nombre del comprimido
  10. ricktendo replied to zookey's post in a topic in Questions and Help
    Suba to addon completa al web Y la pergunta de como agregar tus tweaks a un archivo .inf tengo dos archivos donde lo puedes agregar, uno en ie.inf y otro en wmp.inf Solo busque por las secciones *Tweaks.AddReg y/o *Tweaks.DelReg y agregue tus tweaks (searan agregados durante primer inicio)
  11. ricktendo replied to zookey's post in a topic in Questions and Help
    Lo comprimes? Como llamas a el archivo? Si no lo comprimes ponelo en una carpeta vacia porque nLite copia el contenido entero de la carpeta del ini, por eso creo que nLite esta colgando
  12. Only overclock if your cpu is slow, now worth the risk ihmo
  13. Tuto http://www.msfn.org/board/manual-nlite-espanol-t123671-pid-854035.html
  14. ricktendo replied to zookey's post in a topic in Questions and Help
    OK se ve bien asegurate que el archivo se llama Entries_loquesea.ini (loquesea lo cambias a otra cosa como tweaks o algo) y que lo estas comprimiendo (si no lo comprimes copia todo el contenido de la carpeta donde tienes el ini) Acasoparece que estas usando delreg en la seccion de addreg ,para lo que quieres borrar crea una seccion llamado [registry_delreg] y agrueguelos abajo [registry_delreg] ; Borra nombres de .NET en lista agregar y quitar programas HKLM,"SOFTWARE\Classes\Installer\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3","ProductName",0x0 HKLM,"SOFTWARE\Classes\Installer\Products\AFF0CA58D346301339010768CE0B3CC6","ProductName",0x0 HKLM,"SOFTWARE\Classes\Installer\Products\0DC1503A46F231838AD88BCDDC8E8F7C","ProductName",0x0 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A3051CD0-2F64-3813-A88D-B8DCCDE8F8C7}","DisplayName",0x0 HKLM,"SOFTWARE\Classes\Installer\Products\401BDEDB7604E5D3180FBDBEEF58B654","ProductName",0x0 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BDEDB104-4067-3D5E-81F0-DBEBFE856B45}","DisplayName",0x0 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft .NET Framework 3.5 SP1","DisplayName",0x0 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft .NET Framework 3.5 Language Pack SP1 - esn","DisplayName",0x0 Y tambien asegurate que el nombre del archivo del addon no contiene la palabbra Entries ejem Entries_zookeytweaks.7z
  15. Lo tienes que integrar dentro de tu XP sp3, requiere otro addon de .NET Framework 4EU (cuatro en uno) y opcionalmente tambien puedes integrar todas las actualizaciones hasta el mes pasado con el UpdatePack Latino
  16. ricktendo replied to 001's post in a topic in Questions and Help
    Si pones a dos hotfixes con el mismo archivo (por ejemplo shell32.dll) y colocaste el mas nuevo antes que el viejo nLite detecta cual es el archivo mas actual y no lo reemplaza, deja el primero porque es una version mas alta Se que con vLite solo puedes modificar a un SO x64 de un sistema x64 no estoy seguro de nLite
  17. Para que no te salga el update en MU solo tienes que agregar esto a el archivo entries_*.ini del addon de runtimes que usas [registry_addreg] HKLM,"SOFTWARE\Microsoft\DevDiv\atl80sp1\Servicing\9.0\kb973923\1033","Install",0x10001,1 HKLM,"SOFTWARE\Microsoft\DevDiv\atl80sp1\Servicing\9.0\kb973923\1033","InstallerType",,"MSI" HKLM,"SOFTWARE\Microsoft\DevDiv\atl80sp1\Servicing\9.0\kb973923\1033","SP",0x10001,1 HKLM,"SOFTWARE\Microsoft\DevDiv\atl80sp1\Servicing\9.0\kb973923\1033","SPIndex",0x10001,1 HKLM,"SOFTWARE\Microsoft\DevDiv\atl80sp1\Servicing\9.0\kb973923\1033","SPName",,"SP1" HKLM,"SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0","SP",0x10001,1 HKLM,"SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0","SPIndex",0x10001,1 Eso es agregado a nLite.inf junto con los otros tweaks de nLite
  18. No I dont use any Updated
  19. No tienes que usar el constructor, solo si quieres construir un instalador con tus parches apatch o skin Pruebe integrando a Microsoft Runtimes de Code o Kels Runtimes (mi instalador no incluye los runtimes de Visual Studio que vienen con el instalador de web) Si quieres probar mi teoria instale esto y dime si ahora te funciona http://depositfiles.com/files/mxe45o2k5
  20. I dont use this program anymore so I depend on you guys to let me know when you want a update
  21. Thnx for those DD
  22. I never knew this was available thanks
  23. ricktendo replied to LUZR4LIFE's post in a topic in General Discussion
    Good on you Kel
  24. No es mi area de experiencia
  25. Eso soluciono el problema con tus instaladores?