Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. 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
  2. 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>
  3. Actualizado
  4. Seems like a useful feature...BTW plz post a md5 of the archive Moved to correct sub forum (not a inf addon its svcpack)
  5. OMFG Resource Hacker is now perfect!!!
  6. 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
  7. You can use pnputil.exe to install the driver unattendedly pnputil -i -a <inf_name>.inf
  8. The integration order does not matter, the drivers are not actually installed until the second part of the setup after the first reboot
  9. Not that I know of, try renaming the inf's see if alphabetical or numerical order is what is used (I doubt it)
  10. This is expected, ZER0/No updates should show in both Windows Update nor in View installed updates
  11. 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
  12. I wish SoLoR did this also, I dont do it out of laziness...Maybe next time because I dont recall
  13. 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)
  14. You did it aggain!!! Works like a charm
  15. 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
  16. No instala la version de jre x64 pero mi sfx con la version x86 es compatible con ambos
  17. Have a good one
  18. ricktendo

    Greetings

    Sweet!
  19. FYI AFAIK its rvmi compatible, just add the word "addon" to the filename Usually if you see a i386_compress section in the entries.ini of the addon its rvm integrator compatible
  20. m_s can you specify what you need it for, how you want to use it...its a bit tricky to do the multimode thing because in the end the installer has to prompt for restart and there is no way to change the language because the inf will use the current language your operating system is set to I slapped this together yesterday, it installs alky (I made smaller by removing runtimes) and then launches the sidebar inf install http://www.filesonic.com/file/Gj5FHE2/Ricks_WindowsSidebar6.0.6002.18005_Intl_AlkyXP1.1.exe
  21. A addon is also better because it has KB970159 and you cannot yet get this with the integrator
  22. Well not really in this case, I let my web host die The reason I dont want to put the date in the installer tittle is because its too long already
×
×
  • Create New...