Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. ricktendo replied to *Reaper*'s post in a topic in INF Discussion
    Commas are a problem because they are used in INF files to separate different sections of a line...I think you will have to copy the file with one name and use a RenameFiles reg entry Even this may be problematic because it too uses commas to separate different sections
  2. ricktendo replied to NIM's post in a topic in Announcements
    Noted
  3. ricktendo replied to NIM's post in a topic in Hardware Field
    Thats INSANE!!! it looks like a car (the new Bat mobile to be precise) A few weeks back my favorite mouse burnt out for some reason, it was a Microsoft Laser Mouse 6000 (R.I.P.) thankfully I have that Logitech one from you as a Backup N1K
  4. No nesesitas editar a layout.inf, ademas no es recomendado porque afecta la firma digital y puede causar problemas Encontre el INF, se llama accesor.inf Mejor apague el componente usando a esto en WINNT.SIF [Components] Deskpaper=Off
  5. Antes Windows Search era un metodo bueno para encontrarlo porque buscaba dentro del archivo .inf por la palabra...no se si aun funcione Dejeme buscar en los INFs a ver si me acuerdo que archivo era responsable para los fondos de baja calidad
  6. Causa error porque no las has eliminado de el INF que los copia durante instalacion, no se cual pero uno es shl_img.inf [obsolete_files] solo los elimina de txtsetup.sif, dosnet.sif y los borra de i386
  7. Its nLite only, and you may have necessary removed components that may break this addon BTW what updatepack do you use, how do you get wmp11 into your xp
  8. ricktendo replied to Sinsemilla's post in a topic in Windows 7
    I use AI Roboform
  9. On XP use codes Microsoft runtimes that George gave you, creating a proper one from the original installer of 2008 requires some MSI editing skills BTW here is an installer with both 2k5 and 2k8 that I use for Windows 7 if you want http://www.mediafire.com/?g5wonenmfom
  10. Added mediafire and rs mirrors
  11. ricktendo replied to NIM's post in a topic in Announcements
    Sigh! :tired: Lot of load on the server?
  12. I feel your frustration, I hate the way Windows 7 handles desktop icons. If I want my icons sorted by name I have to do it twice...and on my moms PC sometimes after a reboot the icons are totally not in the same place they were before, there are now empty spaces in between a couple
  13. You can add your apps to install in your Autounattend.xml with FirstLogonCommands or do as I do call WPI with it <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /q /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine> <Description>Windows Post Install Wizard</Description> <Order>10</Order> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands>
  14. Looks AWESOME, but watch out you cannot patch a alky patched sidebar.exe with winstyle it will break it The resource editing will have to be done before its patched with alky
  15. I dont know, I dont know anybody who does either maybe Gosh or one of those I do know if you dont add that sysoc.inf will not install your addon
  16. ricktendo replied to kalilou's post in a topic in Introduction
    Welcome, and good luck
  17. ricktendo replied to James23's post in a topic in Hardware Field
    Yea, sounds like the vid card
  18. Will see about updating this tomorrow
  19. Looks gr8, its for Vista correct? BTW its OK if you want to link to your deviation on dA, you dont have to use the direct link
  20. - Updated v6.9.98 - Localized shortcuts (exept Chinese, Japanese and Turkish)
  21. 12-18-09 - Updated WMP Gadget v0.9.6.2 - Removed simhei font - Smaller Alky XP installer (admin install) And uploaded to my site
  22. ricktendo replied to *Reaper*'s post in a topic in INF Discussion
    To delete the folder you add a RunOnce/Ex entry to the registry to deal with the folder, in your DelFiles section of the INF add ,,,1 flag to force delete [Uninstall] DelFiles=SectionName AddReg=RunOnce SmartReboot=A [SectionName] Example.exe Example.dll,,,1 ; queue up delayed delete [RunOnce] HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"PostUninstall",,"rundll32 advpack.dll,DelNodeRunDLL32 ""%16422%\%SubDir%"",1"
  23. Maybe its not svcpack compatible, may need to be installed via runonceex or wpi