-
Posts
8,715 -
Joined
-
Last visited
-
Days Won
444
Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
[AddOn] WinStyle 7 - 7.3.0 Español XP SP3 - IE8 - WMP11
ricktendo replied to luis's topic in WinCert.net Spanish
7 días suspensión...no quiero oír mas quejas o insultos, no me importa si son a favor o en contra los voy a suspender -
sospecho que son demasiados los servicios que deshabilitas En otra nota, pegaste tu ultimo session_u.ini, donde pude observar que estas pirateando...lo siento no mas ayuda y soporte de mi cuenta
-
[AddOn] CPL v1.3 [Panel de control] (Espa
ricktendo replied to ricktendo's topic in Addons & Silent Installers
No gracias...no es de Microsoft -
Updated
-
Where i can find Alky 1.1 on Windows Server 2003 ?
ricktendo replied to LionHE@RT's topic in WPI, nLite and RVM Addons
Here they are for 2k3 and the XP one just in case In order for the sidebar to work you need a atl.dll file from Windows XP, place it in the sidebar dir -
La razon porque esto sucede es que el inf de tablet pc no detecto netfx.exe en la carpeta de SVCPACK, cambie esta linea en tabletpc.inf "cmd /d /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:\I386\SVCPACK\NETfx.exe" reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\dnfxcheck" /v "dotNET1_Check" /d ""rundll32 advpack.dll,LaunchINFSection Tabletpc.inf,NetFX.Found"" /f 2>nul 1>nul" a "reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\dnfxcheck" /v "dotNET1_Check" /d ""rundll32 advpack.dll,LaunchINFSection Tabletpc.inf,NetFX.Found"" /f"
-
AAAAAAAAAAAAAAAAAAAAH!!! were going to die
-
Link fixed
-
Dont remove files with nLite in second sessions, do it all in one...if the updatepack maker wants this not to happen he protects certain files/components from removal by nLite with entries.ini (I do it with mine) because users can get a bit overzealous Look in the updatepack entries.ini for sections called [KeepFiles] and [NeededComponents]
-
Free solution I dont have one, but Axialis IconWorkshop is good
-
[AddOn] ImgBurn v2.5.8 (International)
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
Updated @Kalashnikov este addon es tipo INF, uno tiene mas control sobre esta forma de addon -
[SVCPACK] .NET Framework 4/5EU v2.3.7 (Español)
ricktendo replied to ricktendo's topic in Addons & Silent Installers
Si, pero no tiene usp10.dll de Vista ni los otros DLL que no sean original de Microsoft (AutoItX3.dll, zlib1.dll, etc) -
[AddOn] SpywareBlaster 5.0 (10/10/2013)
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
9-01-2010 - Updated Program v4.4 - Updated defs 8/28/2010 - Improved Uninstall -
Its OK, I will use the trusty old Windows Updater to extract my cabs
-
I'm adding 350+ msu files, it freezes
-
MSU to CAB converter will not work for me
-
Its a 7zip SFX, you can use 7zsplit to take apart and remake If you double click it, it installs normal, if you run it with -ai it will add runonceex reg entry...here is config.txt ;!@Install@!UTF-8! RunProgram="\"Microsoft Color Control Panel Applet for Windows XP.msi\" LAUNCHREADME=No LAUNCHWINCOLOR=No /qn /norestart" ;Delay install AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\cpl /ve /d \"Color Control Panel Applet\" /f" AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\cpl /v 1 /d %%S\\ColorCPL.exe /f" GUIMode="2" ;!@InstallEnd@! Make a addon from it, put it in a svcpack folder and create a entries_something.ini file with [general] builddate=2010/08/31 description=Microsoft Color Control Panel Applet for Windows XP language=English title=Microsoft Windows Color Management version=1.0.177.0 website=http://www.microsoft.com/downloads/details.aspx?familyid=1E33DCA0-7721-43CA-9174-7F8D429FBB9E [EditFile] SVCPACK.INF,SetupHotfixesToRun,AddProgram [AddProgram] ColorCPL.exe -ai
-
Correct ColorCPL will not install via SVCPACK, I made a silent installer if you execute during SVCPACK with the -ai switch it will then install via ROEx http://www.mediafire.com/?sro5wbv52l0lkpd /Moved
-
Here is an addon with those tweaks you posted http://www.mediafire.com/?774p3cdn5eof9dr - Its easy to make, use reg2inf to convert the .reg file to .inf - Create a Entries_<whatever>.ini file with the following basic stuff [general] builddate=<date> description=<describe the addon> language=Multilanguage title=<addon name> version=<version> website=<optional> - Under that you create a section called [registry_addreg] (or delreg depending on what you want to do, more info here) and add the converted from reg2inf regtweaks [registry_addreg] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F0-21D7-11D4-BDAF-00C04F60B9F0}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D20EA4E1-3957-11D2-A40B-0C5020524153}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{871C5380-42A0-1069-A2EA-08002B30309D}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{7007ACC7-3202-11D1-AAD2-00805FC1270E}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F3-21D7-11D4-BDAF-00C04F60B9F0}",,0x10 - Zip, rar, cab or 7z the Entries_<whatever>.ini file (make sure to NOT use the word "Entries" in the addon filename) and integrate it To verify your tweaks have been added, after integration go to I386 and look/expand NLITE.IN_ and see if your tweaks are in there
-
This will affect their sales, watch
-
[AddOn] WinStyle 7 - 7.3.0 Español XP SP3 - IE8 - WMP11
ricktendo replied to luis's topic in WinCert.net Spanish
Si van a reportar bugs entonces reportenlos... MANTENGAN AL M -
Post the tweaks you wan added and I will show you how to make a addon
-
Do you use nLite?
-
KB2264107 A new CWDIllegalInDllSearch registry entry is available to control the DLL search path algorithm Mrxdav.sys 5.1.2600.6007 180,096 30-Jun-2010 Ntdll.dll 5.1.2600.6007 715,776 30-Jun-2010 Compare las versiones de estos archivos en el upl con el hotfix o con una herramienta de MD5