Everything posted by ricktendo
-
[AddOn] Media Center 2005 Extras (Expa
Disculpe culpa mia, el MD5 ahora esta correcto
-
[AddOn] Windows Sidebar v6.0.6002.18005
It sounds like you are on XP sp2, so you will need to install the Wireless Lan API hotfix...look in the FAQ where you will find a solution to your problem
-
[AddOn] Windows Sidebar v6.0.6002.18005
Already been done http://www.joejoe.org/forum/index.php?showtopic=17738 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\AddGadgets] @="Add Gadgets..." [HKEY_CLASSES_ROOT\Directory\Background\shell\AddGadgets\command] @="C:\\Program Files\\Windows Sidebar\\sidebar.exe /showgadgets"
-
[AddOn] Media Center 2005 (English) January 24 2012
Correct, thats my fault I extracted it to the root of a XP CD folder the autorun.inf is not part of the addon Are you by any chance using Spanish XP and the Spanish version of this addon? Because I have a .NET 4 in 1 with Spanish lang packs Edit: tell me your process of what you do to your XPCD
-
WinCert.net Hosting
WOW! moving up I see Off-Topic Comment(Click to Show) Sounds like allot of work[Close]
-
[AddOn] Media Center 2005 (Español) 24 de Enero 2012
Sorry pero el search se queda, razon porque mi updatepack es un TEU y quiero que tenga todo lo que sale en Microsoft Update para que no haya actualizaciones que bajar El supresor funciona el 100% en remover todos los archivos del Windows Search, hasta agrega unas entradas de registro que lo esconde de Microsoft Update Si estas esperando a que actualizen a nLite vas a esperan muuuucho tiempo, ya messes no lo actualiza nuhi y parece que el esta muy ocupado para sequir con los dos programas vLite y nLite Acaso yo siempre remuevo todos los idiomas y nunca he tenido problemas, solo editando algunos MSI en chino y japones pero eso es todo. Y Bj no lo conozco
-
[AddOn] Windows Sidebar v6.0.6002.18005
sidebar.exe command line parameters: /autoRun /AX /CPL /detectMem /showgadgets <- This is the one you want /uninstallgadgets <- This does the same but it tells you how to uninstall gadgets /RegServer /UnregServer IMO use /uninstallgadgets because if you install a new gadget while the gallery is open and you do /showgadgets it will simply come to front and will not show your newly installed gadget...but if you use /uninstallgadgets the gallery will refresh and it will show you the new gadget that was installed
-
[AddOn] Media Center 2005 (Español) 24 de Enero 2012
Culpa mia, el md5 actual lo agregue perdone
-
.Net framework 1.0 "True" addon Help
BTW creating a TabletPC addon is more than just changing the stuff in sysoc.inf to use ocgen.dll, it takes a bit of INF modding to do it also
-
.Net framework 1.0 "True" addon Help
What I did is I delayed the registration of the files until 1st login, this way it gave time for SVCPACK.INF to install .net 1.1 sp1 and reboot If you can find the registering of the files you can also delay this for tabletpc components, but another thing...if you install .net 1.1 during svcpack you have to reboot i think to install 1.0 Its all a huge mess
- [AddOn] SpywareBlaster 5.0 (10/10/2013)
-
[AddOn] Media Center 2005 (English) January 24 2012
Updated: just a few minor edits to a couple INF files...also preparing for the English version of the Vista Media Center that I will release in the next couple of days (big thanks to AMIRZ, bober and fediafedia for their contributions) BTW whoever wants to remove Away Mode here is how you can do it... 1- Unpack the MCE addon (extract to subdir) and delete the following files: aracpi.inf aracpi.sys arhidflt.inf arhidflt.sys arkbcflt.inf arkbcflt.sys armcex.dll armouflt.inf armouflt.sys arpolicy.inf arpolicy.sys arpower.dll arpwrmsg.exe arsvc.exe devcon.exe 2- Replace the Entries_XP_to_MCE05.ini with this one 3- Repack the MCE addon with either .rar, .cab, .zip or .7z 4- Done
-
[AddOn] Media Center 2005 (Español) 24 de Enero 2012
Actualizado: solo unos cambios menores a algunos de los archivos INF
-
encargo boot skin
Yo no sirvo para cosas de grafica pero si alquien lo hace yo felizmente lo hago addon Edit: Lei en el website que requiere tuneup styler, no es como el otro addon de bootscreen
-
WINNT.SIF
No creo que es posible hacerlo con winnt.sif, pero nLite tiene la opcion de quitarlo de tu CD
-
[Nuked]
That does not give you the ****ing right to remove my name from my inf change a couple things and call it all yours Dont mess with me, Ive just about had enough of your crap
-
[Nuked]
When you decide to take my inf file edit and make it your own I recommend you ****ing ask next time
-
[AddOn] Media Center 2005 (English) January 24 2012
No, do not use my mce addon on your mce disk...because I change things around in sysoc.inf so that the media center installs on regular XP (this is not needed for original mce) As for making a addon that will fix what is broken after sp3 slipstream into xp mce 05, that seems like allot of work and testing...not enough time to do it
-
[AddOn]
Its not just me, utorrent silent isntall switches don't work and the vista theme no longer works either so
-
help shortcut
If you are launching the DefaultInstall section you dont have to add it to the advpack.dll switch, also you are forgetting the IconPath/Index [Version] signature="$Windows NT$" [Optional Components] WinKey [DefaultInstall] OptionDesc="Enable/Disable WinKey" Tip ="Enable/Disable WinKey" Modes =0,1,2,3 CopyFiles =win_on.files,win_off.files ProfileItems=enable.addshortcut,disablee.addshortcut [WinKey] OptionDesc="Enable/Disable WinKey" Tip ="Enable/Disable WinKey" Modes =0,1,2,3 CopyFiles =win_on.files,win_off.files ProfileItems=enable.addshortcut,disablee.addshortcut [SourceDisksNames.x86] 1="WinKeys","win.cab",,"i386" [DestinationDirs] win_on.files =11 win_off.files=11 [SourceDisksFiles] win_on.inf=1 win_off.inf=1 [win_on.files] win_on.inf [win_off.files] win_off.inf [enable.addshortcut] Name= WinKey on CmdLine=11,,"rundll32 advpack.dll,LaunchINFSection %11%\win_on.inf" WorkingDir=11 subdir=WinKey InfoTip=Enable WinKey IconPath=?? IconIndex=?? [disablee.addshortcut] Name= WinKey off CmdLine=11,,"rundll32 advpack.dll,LaunchINFSection %11%\win_off.inf" WorkingDir=11 subdir=WinKey InfoTip=Disable WinKey IconPath=?? IconIndex=??
-
[AddOn]
- Gracias Ricktendo
Que bueno que te gusto el updatepack, he hecho algunos videos de como hacer addons pero estan en ingles y he estado tan ocupado no se si pueda encontrar tiempo para hacer otros en espa- [AddOn] Media Center 2005 (Español) 24 de Enero 2012
Hay dos tipos de addons: 1- "Silent Switch" addons (Instaladores Silenciosas) que son nada mas que el instalador de un programa por ejemplo winrar.exe lanzado con el parametro /S, esto instala a el programa sin nesesidad de clickear sigiente, acepto, finalizar, etc. Instalan durante el minuto faltante 13 para terminar la instalacion alias T-13 alias SVCPACK. 2- "True" addons (Verdaderos) se integran dentro de la instalacion de XP, usan el mismo proceso que usa Windows para instalar a cosas como Notepad, Juegos, Accesorios y demas programas que vienen con Windows y agrega mas programas por ejemplo CCleaner, ImgBurn, y otros programas que no vienen instalados por defecto en XP Para una lista de addons para usuarios de XP Espa- [AddOn] Media Center 2005 (Español) 24 de Enero 2012
Eso es el problema, use una fuente (archivos de xp) limpia porque nLite ya borro cosas criticas para el media center en tu session anterior Si usas el updatepack no tienes que integrar a ie7 o wmp11, solo copie su cd de XP sin sp e integre el service pack 3 (no hay nesesidad integrar sp1 ni sp2) luego updatepack, addons, remover componentes y hacer desatendito todo en UNA SOLA SESSION- [AddOn] Media Center 2005 (Español) 24 de Enero 2012
Estas seguro que solo eso haces? Todo me parece bien, no se porque no te funciona - Gracias Ricktendo