Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. Yes mine is the spanish one but its dependant on use of my updatepack
  2. @RickSteele try integrating your updates before you sysprep I cant recall off the top of my head but there are a couple that fix sysprep issues
  3. ricktendo replied to NIM's post in a topic in Announcements
    Buy Viagra
  4. md5 you posted is the correct one. BTW uploaded rvmi version and fixed md5's
  5. I had no internet for the past 3 days, only had time to upload the nlite version will upload the rvmi one tomorrow
  6. ricktendo posted a post in a topic in OLD Threads
    Hey lego, I dont know if pnputil should be something you add for the setup part of the toolkit, but it is definitely something you should add for the online image. You have a msu/cab installer for online images why not have a driver installer/lister/remover too using pnputil
  7. Si hablas de cambiar el fondo de la pantalla de inicio tienes que tener un fondo llamado backgroundDefault.jpg en C:\Windows\System32\oobe\info\backgrounds\backgroundDefault.jpg Luego en tu oobe.xml tienes que tener <FirstExperience> <oobe> <oem> <OutOfBoxBackground>true</OutOfBoxBackground> </oem> </oobe> </FirstExperience>
  8. Seems like a useful feature...BTW plz post a md5 of the archive Moved to correct sub forum (not a inf addon its svcpack)
  9. OMFG Resource Hacker is now perfect!!!
  10. PnpUtil is not for integration, its only if you are using the cmdline to add/remove a driver from a online image (so if you want to add an option to w7t for driver adding/installing post setup I guess you could) The reason I suggested he use pnputil is so he can install his video driver during 1st login (using the inf because he said there is no silent setup option) and integrate the others pnputil and dism are kinda similar, you can add a bunch of inf drivers and it will add them to the driverstore (it wont install them) pnputil -a *.inf To install use -i -a but you have to specify the inf filename you cant use *.inf like you can with just -a To delete a driver you use -d oem#.inf and add -f to force if the driver is in use...finally use -e to get a list aka enumerate the drivers
  11. You can use pnputil.exe to install the driver unattendedly pnputil -i -a <inf_name>.inf
  12. The integration order does not matter, the drivers are not actually installed until the second part of the setup after the first reboot
  13. Not that I know of, try renaming the inf's see if alphabetical or numerical order is what is used (I doubt it)
  14. This is expected, ZER0/No updates should show in both Windows Update nor in View installed updates
  15. ricktendo replied to Javo's post in a topic in Questions and Help
    Que no se te olvide los switches para copy como el /y...y si yo fuera tu yo pondria %%T para definir la ruta a el archivo txt SetEnvironment="Var1="\"%ProgramFiles%\\FolderName\" AutoInstall2="hidcon:cmd /c copy \"%%T\\file.txt\" %Var1% /y" Si tienes problemas copiando ciertos archivos con copy use xcopy
  16. I wish SoLoR did this also, I dont do it out of laziness...Maybe next time because I dont recall
  17. Use the vbs slimmers on the LP and do another admin install (in the Property table I also change the ProductName to the LocProductName to translate the uninstall entry), using the vbs removes setup junk and also makes it possible to install directly via msi (if you hold on I will do it and upload it for you) cscript netfx4+lp_slim.vbs Edit: Hungarian LP is slimmed and ready for you (dl link on 1st post) BTW dont remove all semicolons from config.txt, only the ones with the LP msi command line, leave the semicolons on the lines with comments (this dissables them)
  18. You did it aggain!!! Works like a charm
  19. Hay dos versiones de jre, la de x64 y la de x86, en los Windows x64 es necesario instalar las dos versiones...si usas mi sfx de jre x86 para instalarlo en Windows 7 x64 no habra problemas pero aun te haria falta instalar la version de jre x64
  20. No instala la version de jre x64 pero mi sfx con la version x86 es compatible con ambos
  21. ricktendo replied to Alexandre's post in a topic in Win Toolkit
    Have a good one