Everything posted by ricktendo
-
[AddOn] Media Center 2005 (English) January 24 2012
Yes mine is the spanish one but its dependant on use of my updatepack
-
[Video] Windows 7 AIK/OPK deployment 101 (Updated)
@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
-
[AddOn] Media Center 2005 (English) January 24 2012
Yes
- Spammers
-
[AddOn] Media Center 2005 (English) January 24 2012
md5 you posted is the correct one. BTW uploaded rvmi version and fixed md5's
-
[AddOn] Extras para Windows Ultimate
Subido
-
[AddOn] Media Center 2005 (English) January 24 2012
I had no internet for the past 3 days, only had time to upload the nlite version will upload the rvmi one tomorrow
-
Online Driver Installer
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
-
Personalizacion windows 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>
-
[Enero] Update Pack Latino v2.0.6
Actualizado
-
[addons] Folder Size
Seems like a useful feature...BTW plz post a md5 of the archive Moved to correct sub forum (not a inf addon its svcpack)
- [UPDATED] 32-Bit icon for Resource Hacker
-
Install Order of intergated drivers
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
-
Install Order of intergated drivers
You can use pnputil.exe to install the driver unattendedly pnputil -i -a <inf_name>.inf
-
Install Order of intergated drivers
The integration order does not matter, the drivers are not actually installed until the second part of the setup after the first reboot
-
Install Order of intergated drivers
Not that I know of, try renaming the inf's see if alphabetical or numerical order is what is used (I doubt it)
-
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
This is expected, ZER0/No updates should show in both Windows Update nor in View installed updates
-
Dudas sobre 7zsd.sfx
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
-
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
I wish SoLoR did this also, I dont do it out of laziness...Maybe next time because I dont recall
-
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
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)
- [UPDATED] 32-Bit icon for Resource Hacker
-
[SVCPACK] Java(TM) SE Runtime 8.0.5 (Español)
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
-
[SVCPACK] Java(TM) SE Runtime 8.0.5 (Español)
No instala la version de jre x64 pero mi sfx con la version x86 es compatible con ambos
-
Happy New Year
Have a good one
-
[SVCPACK] .NET Framework 4/5EU v2.3.7 (Español)
Actualizado