Everything posted by ricktendo
-
Add an Unattended program to Windows 7 - Problem
The picture is no good...how did you add it, when do you run it, what is the program
- [AddOn] WinStyle 7 - 7.3.0 Español XP SP3 - IE8 - WMP11
-
[Enero] Update Pack Latino v2.0.6
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
No gracias...no es de Microsoft
-
[AddOn] WinStyle 7 - 7.3.0 Español XP SP3 - IE8 - WMP11
- [Script] IntelliPoint/Type Pro v8.20.468
Updated- Where i can find Alky 1.1 on Windows Server 2003 ?
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- [AddOn] Tablet PC 2005 (Espa
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"- Optical illusion
AAAAAAAAAAAAAAAAAAAAH!!! were going to die- [AddOn] ViOrb R1
Link fixed- Windows setup skips copying files
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]- Icon size help!
Free solution I dont have one, but Axialis IconWorkshop is good- [AddOn] ImgBurn v2.5.8 (International)
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)
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)
- Windows 7 Toolkit v0.8.0 Requests + Alpha
Its OK, I will use the trusty old Windows Updater to extract my cabs- Windows 7 Toolkit v0.8.0 Requests + Alpha
I'm adding 350+ msu files, it freezes- Windows 7 Toolkit v0.8.0 Requests + Alpha
MSU to CAB converter will not work for me- Powertoys
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- Powertoys
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- Registry Tweak Help!
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- AMD Kills ATI
This will affect their sales, watch- [AddOn] WinStyle 7 - 7.3.0 Español XP SP3 - IE8 - WMP11
- Registry Tweak Help!
Post the tweaks you wan added and I will show you how to make a addon- Registry Tweak Help!
Do you use nLite? - [Script] IntelliPoint/Type Pro v8.20.468