Everything posted by ricktendo
-
Copy files problem
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
-
Server Maintenance notice!
Noted
-
Check this gaming mouse..
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
-
problema en [obsolete_files]
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
-
problema en [obsolete_files]
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
-
problema en [obsolete_files]
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
-
[AddOn] Media Center 2005 (English) January 24 2012
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
-
Automated form-filling
I use AI Roboform
-
[Request] C++ 2008 redistributable pack addon
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
-
[AddOn] Windows Ultimate Extras
Added mediafire and rs mirrors
-
Server upgrade!
Sigh! :tired: Lot of load on the server?
-
HAPPY NEW YEAR EVERYONE
- How lock/pin desktop icons once they are arranged?
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- Install applications automatically
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>- [AddOn] Windows Sidebar v6.0.6002.18005
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- [REQUEST] How about "Modes=0,1,2,3" Directive ?
Neet thanks DaRk- [REQUEST] How about "Modes=0,1,2,3" Directive ?
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- hello all
Welcome, and good luck- new desktop rig issue
Yea, sounds like the vid card- [Addon] KB940157 Windows Search 4.0 enu XP Sp3
Will see about updating this tomorrow- vistaW7hybrid VS for VISTA
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- [AddOn] AI RoboForm v6.9.98 (Free)
- Updated v6.9.98 - Localized shortcuts (exept Chinese, Japanese and Turkish)- [AddOn] Windows Sidebar v6.0.6002.18005
12-18-09 - Updated WMP Gadget v0.9.6.2 - Removed simhei font - Smaller Alky XP installer (admin install) And uploaded to my site- Reboot using a inf file?
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"- problem making an addon for MSSE
Maybe its not svcpack compatible, may need to be installed via runonceex or wpi - How lock/pin desktop icons once they are arranged?