Everything posted by ricktendo
-
Duda Con Inno Setup
No te puedo decir porque...no soy experto en iss
-
[AddOn] Media Center 2005 (English) January 24 2012
What you have to do is take the MUI files and patch the DLL/EXE files with them, you also need to use the INF files from the MUI pack to translate the [strings] section of MY addon INF files (I think its plusoc.inf that needs to be translated manually because its not included in the MUI lang pack)
-
Parsing strings...
Legolash2o (creator of Win7toolkit) is great at this stuff, I recall he made one that went to that exact URL and checked if the hotfix was for Vista SP1 I have also requested a tool that would do exactly that...also differenciate if the hotfix is for Windows 7, Vista, XP, SP?, etc.
-
ayuda recomprimir el upl
Tambien puedes eliminar las lineas de comentario del entries.ini ;Cambiar resolución de pantalla de instalación (opcional) ;Resolución durante instalación (editable, cabiar valores arriba)
-
Duda Con Inno Setup
Elimina los procesos/lineas run del .iss y recompilarlo Has probado Parameters: "/noejecutar", esto no lo para? La diferencia entre TASKS y MERGETASKS es que el primero tienes que poner todos los procesos y explicar si los quieres chequeado o sin cheque, si especificas solo un TASKS a los demas se les quitara el cheque...utilize MERGETASKS cuando quieres cambiar el valor de uno, dos, tres, etc y dejar los demas como vienen por defecto ; Este le quita el cheque a desktopicon y los otros tasks que hay si uno no los incluye TASKS="!Desktopicon" ; Este le quita el cheque a desktopicon y deja los otros como vienen por defecto MERGETASKS="!Desktopicon"
-
Duda Con Inno Setup
Necesitas actualizar a innounp.exe en la carpeta bin con el mas reciente http://innounp.sourceforge.net/ What's new / History 0.29 (2010.02.19) * Added support for IS versions 5.3.8 (both ANSI and Unicode). No creo que podrás parar esos procesos con TASKS ni MERGETASKS, necesitas eliminar esas lineas Tienen que tener un nombre del "tasks" como este en la misma linea Tasks: "desktopicon" Tavez le puedes poner un nombre/tasks personalizado y apagarlo así o puedes eliminarlo por completo
-
VIPRE Antivirus + Antispyware
Hes a advertiser/spammer, been banned now
-
Just remodeled my Mom's Kitchen
Straight outa extreme makeover home edition Your mom must be ecstatic
-
Una peque
Sobre los skin, no se no uso msg plus live no se como se instalan los skins Y un acceso directo en el escritorio NO es creado
-
HELP: IE8 update (KB980182) won`t integrate with nLite.
IE8/IE8 hotfixes are not supported by nLite
-
ayuda recomprimir el upl
Con solo ver el archivo (Ricks_XPsp3esUpdatePack1.3.3.7z) puedes deducir que fue comprimido con 7zip, la compresión/tamaño no importa (nLite apoya rar, cab, zip y 7z)
-
si eres ricktendo respondeme
Descomprimes el upl y edite esto en entries.ini ;Este secci
-
algun UPL con iE7,WMP11
No hay un upl con IE7 pero hay un addon de IE7 que si lo integras con el upl y sobrescribe los archivos de IE8 WGAN te lo marca como pirata talvez porque ES pirata, no te puedo ayudar P.D. estas equivocado cuando dices que IE7 usa menos memoria que IE8: http://news.softpedia.com/news/IE8-Uses-90-Less-Memory-than-IE7-in-24-Hour-Long-Haul-Testing-108569.shtml Ademas IE8 es mucho mas seguro
-
Happy BirthDay Jonnyboy
Feliz Cumplea
-
XPtsp Beta GUI v2.999.0.3 - April 17, 2010
Great idea, I get allot of requests for Vista/7 transformation stuff from my Spanish users I will not be jumping back into the XP source patching (gave up V'ISO a while back now) but I hope someone picks it up...I will help them any way I can Edit: a problem you may run into is new files that are added to the XP source that are renamed to be 8.3 filename compliant vary from language updatepack to other language updatepack
-
crear windows xp desatendido con boot screen logon
Integras el upl, .net framework 4eu, management framework core, windows live messenger y live essentials y con eso tendrás TODO!!! lo que Microsoft Update te pide incluyendo a IE8 y WMP11 Si quieres ir mas alla integras el addon de mce + mce de windows 7 (modifica a mce original para verse como el de windows 7) y el de vista boot screen (que ahorita te lo voy a actualizar para ser compatible con este upl) Links a todos estos addons los puedes encontrar aquí
-
Ayuda por favor!
Que tipo de errores, hay que ser mas especifico? Primero pruebe sin parchar con el isso pack, si no te da errores sabes que es la causa Acaso cuando parchas a los archivos de instalaci
- [AddOn] SpywareBlaster 5.0 (10/10/2013)
-
error in wpi
This guy is clearly making a warez XP... /closed /warned /suspended
-
Vista Drive Icon
You dont need to make addon archive, the rvm integrator will integrate your silent switch installers in the form of a silent .exe All the info you need to know was posted above, time to learn how to make silent switch installers. Then you wont need to depend on others
-
Vista Drive Icon
Creating silent switch installers are pretty easy, check out this tutorial (to install this program silently use /S) Also check out SFX Maker http://www.ryanvm.net/forum/viewtopic.php?t=6434
-
Ejecutar un integrador de progra+
Utilize HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RUN Y creo que esto me hab
-
copy protected bootable cd or dvd
Not even Hollywood can do it and to make it bootable plus copy protected thatch even harder
-
Please Help - How to make a addon that will apply registry tweaks before windows starts?
Look perfect...place it in its own folder or compress it (do not leave the word Entries in the filename of the archive) and integrate it with nLite The reason I tell you to put it in its own folder or not to name your compressed addon with "Entries" is because nLite will copy the ENTIRE contents of the directory in which its located Example, if you place Entries_regtweaks.7z (compressed .ini archive) or the uncompressed Entries_regtweaks.ini in the same directory as your addon nLite will grab all your addons and copy them to the rvmtmp dir...this will not break your session or neither will it integrate the addons, it just adds time to your session So rename your compressed regtweaks addon to something like JAMIS_RegTweaks.7z OH and BTW if the HKCU regtweaks may not take...they may or they might not, sometimes you need to apply them for each new user login. But you test it see if they apply
-
Possible or Not Possible
Yes there are a couple ways, some use HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\RunOnce(Ex) or you can hijack one of windows Installed Components or create your very own http://www.msfn.org/board/topic/106614-run-commands-once-on-each-new-user-logon/page__view__findpost__p__711930 In my sidebar addon everytime a new user logs in this executes HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","StubPath",0x00020000,"RUNDLL32 advpack.dll,LaunchINFSection %INF_FILE%,Register" That also creates a reg entry in the HKCU of the same name (this will stop it from running on next login) HKCU,"Software\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}" If this is deleted or the version number does not match the one in HKLM, when you log in again it will be executed...thats the reason it executes every time a new user log in, because the HKCU for the new user does not have the Installed Components GUID