Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. Ok add this to the [Version] section [Version] ... LayoutFile=layout.inf Delete [sourceDisksNames.x86] section and entry [SourceDisksNames.x86] 1="Default Wallpaper","WIN51",,"i386" Leave the [sourceDisksFiles] section as is and leave them with =1 as the disk number Explanation: when the INF looks for what disk equals disk one (=1) it will look in layout.inf file for the SourceDisksNames, it will look for one equals (1=xxxxxxxx,\WIN51,,\i386) and it will find your files in I386 if they are there (make sure they are getting integrated) BTW how/when does this install? I dont see a [Optional Components] or a [baseWinOptions] section
  2. Si UnderXP...porque no les gusta silverlight?
  3. Crean un nuevo archivo .txt, renombrarlo Entries_LoQueSea.ini (ejem: Entries_Caracas_Fix.ini) copie y peguen esto [general]builddate=2009/05/20 description=Corrige la zona horaria para Venezuela. forcelang=Espa
  4. No es hasta T13 que esto se corrige. Voy a ver si hay un switch para TZChange.exe para que te cambie el horario despues de que se corrige las entradas de registro P.D. Estoy inverstigando si puedes cambiar el numero manualmente en WINNT.SIF, aqui esta la lista vieja Para la lista de nuevos valores puedes buscar en HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\Nombre de Zona -> Index -> Nuevo Numero Puedes ver si editando a WINNT.SIF manualmente con el nuevo Index de Caracas funcione? El nuevo Index para tu pais es Creo que el viejo era
  5. PNP es para los dispositivos que se instalan durante instalacion GUI/Normal...el unico tiempo que nesesitas usar el Modo Texto es si nesesitas integrar un dispositivo RAID/Mass Storage para que XP reconozca tu disco duro cuando primero cargas del DVD, el PNP se usa el 99.9% de tiempo
  6. Si creo que se porque, yo renombro Windows Update a Microsoft Update por eso nLite no lo puede localizar en SYSSETUP.INF para eliminarlo. Edite a entries.ini para remover las sigientes tres lineas (ademas elimina los accesos para office update y update catalog) ;Reemplaza acceso directo (obsoleto) de 'Windows Update' con el de 'Microsoft Update' y tambien agrega 'Office Update' y 'Update Catalog' SYSSETUP.INF|%windowsupdate% = wupdmgr.exe,wupdmgr.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22580"|%microsoftupdate% etc, etc SYSSETUP.INF|windowsupdate = "Windows Update"|microsoftupdate = "Microsoft Update"<NEXT>officeupdate = "Office Update"<NEXT>etc, etc
  7. Las carpetas de documentos compartidos reaparecen porque el 1.1.7 me di cuenta que nLite por alguna razon eliminaba mymysic.inf junto con los archivos *.wpl (Windows Media playlist) para Windows Media Player y los protegi con mi entries.ini ;Proteje archivos nesesarios de eliminaci
  8. Download another silent installer addon and simply look at how its done and edit it I also answered this question here that should help you understand it a bit better
  9. IE7 noticia de ayer y el UpdatePack seguira siendo actualizado mensualmente...fin de discusion
  10. I think its at least 64 MB video cardo or maybe a 128 MB one not sure
  11. Si esta bueno todo, tambien puedes seleccionar a "Compresion de ASMS" esto comprime con makecab a los archivos en la carpeta I386\ASMS y "Mostrar Reportes" si quires que nLite te diga si uno de tus addon tiene un archivo viejo (por defecto nLite siempre se queda con el archivo mas nuevo) Si vas a remover los catalogos (*.cat) te recomiendo tambien en la pesta
  12. Que extra
  13. Make sure you are doing sourcedisksfiles because this may be the cause, it would help if you posted the entire inf file
  14. Yea I have this problems also with some installers that extract and/or have a setup.exe, I sometimes use WinRAR instead or you can make a cmd or bat file to launch the installer script.cmd start /wait NameOfInstaller.exe /switches config.txt RunProgram="hidcon:NameOfFile.cmd"
  15. ricktendo replied to asecasp's post in a topic in Questions and Help
    WAIK es para Windows Vista/7 y pesa mas de 1 GB
  16. No, a mi me funcionan...puse unos mirrors
  17. ricktendo replied to Ebru03's post in a topic in Questions and Help
    Si, para tener cero actualizaciones (junto con ie8, wmp11, windows search) integras a el updatepack y el .net 4eu y tendras todo ya actualizado en primer inicio...no tendras que bajar e instalar NADA de Microsoft
  18. ricktendo replied to asecasp's post in a topic in Questions and Help
    Nadie sabe, parece que nunca ya suspendio el trabajo en los dos programas...buen tiempo para que aprendas a usar WAIK eso es lo que uso yo para integrar dispositivos, actualizaciones, hacer desatendido, montar y borrar algunos archivos, etc
  19. Yo creo que el supuesto error de que habla el es por el addon de nLite junto con los Microsoft Runtimes, no es nada solo que el addon de nLite tienes los archivos de C++ mas viejos que los del addon de MS Runtimes y nLite te dice que el archivo en el disco es mas nuevo que la del addon de nLite O puede ser un componente que esta removiendo el esta protegido por mi UpdatePack y nLite le advierte que le va a quitar el cheque y no remover X componente porque es requerido por X addon
  20. Si estas cansado de hacer discos cada rato nadie te esta obligando...el updatepack continuara a ser actualizado cada mes como siempre (con actualizaciones en medio del mes si hay actualizaciones importantes) Pegue tu ultimo session.ini
  21. I repeat do NOT patch the ASMS files you will **** up your XP install I have tried all sorts of patches even SFC patch and if one moddifies the ASMS files ant they dont match the .manifest hashes you will get a critycal error
  22. You do the RunProgram same as you would do it normally, you add what you want to happen when you double click it...the AutoInstall is extra it is what will happen if you add -ai to the exe, it will skip RunProgram and it will do whatever you put in AutoInstall sections in this case we add some reg entries to not run the installer now but to run it during 1st login Here is what your nLite example would look like corrected ;!@Install@!UTF-8! RunProgram="nLite-1.4.9.1.installer.exe /VERYSILENT /MERGETASKS=desktopicon /NORESTART" AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\nLite /ve /d \"nLite Addon\" /f" AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\nLite /v Install /d %%S\\ nLite_Addon.exe /f" GUIMode="2" ;!@InstallEnd@! See if you run nLite_Addon.exe it will install normally, but if you run it with the -ai switch it will not install, instead it will add ROEx entries with the path to wherever you launched nLite_Addon.exe from (thats what %%S is the path to the silent installer) and it will run and do whatever is in RunProgram BTW I added the extra Reg Add line you can remove it you dont need it but this is what it will display (disregard the error box)