-
Posts
8,715 -
Joined
-
Last visited
-
Days Won
444
Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
[Rebuilt] .NET Framework 4.5.2 Full x86/x64 (9-19-2014)
ricktendo replied to ricktendo's topic in Installer Repacks
7-12-2013 Add: 2835622 Only affects Vista users (thanks to AndyMutz for reporting) -
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
7-12-2013 Add: 2835622 Only affects Vista users (thanks to AndyMutz for reporting) -
Dream Update Pack For Windows XP Post SP3 11072013
ricktendo replied to Dream World's topic in WPI, nLite and RVM Addons
If you want to take the easy way, OK then -
[Rebuilt] .NET Framework 4.5.2 Full x86/x64 (9-19-2014)
ricktendo replied to ricktendo's topic in Installer Repacks
Thanks! The reason Win7 users did not notice this because those files have a condition to only copy for Vista -
Dream Update Pack For Windows XP Post SP3 11072013
ricktendo replied to Dream World's topic in WPI, nLite and RVM Addons
No, there are numbers like %11% you can use instead of %WinDir%, here is a good list ;;; The [DeleteMe] section removes an entire key and ALL of it values;; Additions must use the format: MainRegistryKey,"SubKeyToDelete";; Valid MainRegistryKey abbreviations are:; HKCR = Hkey_Classes_Root; HKCU = Hkey_Current_User; HKLM = Hkey_Local_Machine; HKU = Hkey_Users;; Registry Data Types; types with NCLOB don't overwrite existing values;; REG_SZ = 0x00000000 (or 0); REG_BINARY = 0x00000001 (or 1); Reg_SZ_NOCLOBBER = 0x00000002 (or 2); REG_BINARY_NOCLOBBER = 0x00000003 (or 3); REG_MULTI_SZ_APPEND = 0x0001000A; REG_MULTI_SZ = 0x00010000; REG_DWORD = 0x00010001; REG_MULTI_SZ_NOCLOBBER = 0x00010002; REG_DWORD_NOCLOBBER = 0x00010003; REG_MULTI_SZ_DELVAL = 0x00010006; REG_ADDREG_APPEND = 0x00010008; REG_EXPAND_SZ = 0x00020000; REG_EXPAND_SZ_NOCLOBBER = 0x00020002;; To make a default value, use ,,, For example see iesearch settings;; A DIRID can be one of the following values: -01,;; Value Destination Directory;; 01 SourceDrive:\pathname (the directory from which the INF file was installed) ; 10 Windows directory; This is equivalent to %windir%. ; 11 System directory ; This is equivalent to %windir%\system32 for NT-based systems,; and to %windir%\system for Windows 9x/Me. ; 12 Drivers directory; This is equivalent to %windir%\system32\drivers for NT-based platforms,; and to %windir%\system\IoSubsys on Windows 9x/Me platforms. ; 17 INF file directory ; 18 Help directory ; 20 Fonts directory ; 21 Viewers directory ; 23 Color directory (ICM) (not used for installing printer drivers) ; 24 Root directory of the system disk.; This is the root directory of the disk on which Windows files are installed.; For example, if dirid 10 is "C:\winnt", then dirid 24 is "C:\". ; 25 Shared directory ; 30 Root directory of the boot disk, also known as "ARC system partition,"; for NT-based systems. (This might or might not be the same directory as; the one represented by dirid 24.) ; 50 System directory for NT-based operating systems ; This is equivalent to %windir%\system (NT-based systems only). ; ; 51 Spool directory (not used for installing printer drivers see Printer Dirids) ; 52 Spool drivers directory (not used for installing printer drivers) ; 53 User profile directory ; 54 Directory where ntldr.exe and osloader.exe are located (NT-based systems only) ; 55 Print processors directory (not used for installing printer drivers) ; -1 Absolute path ;;; Value Shell Special Folder ;; 16384 %userprofile%\Desktop; 16386 %userprofile%\Start Menu\Programs; 16389 %userprofile%\My Documents; 16390 %userprofile%\Favorites; 16391 %userprofile%\Start Menu\Programs\Startup; 16392 %userprofile%\Recent; 16393 %userprofile%\SendTo; 16395 %userprofile%\Start Menu; 16397 %userprofile%\My Documents\My Music; 16398 %userprofile%\My Documents\My Videos; 16400 %userprofile%\Desktop; 16403 %userprofile%\NetHood; 16404 C:\WINDOWS\Fonts; 16405 %userprofile%\Templates; 16406 %allusersprofile%\Start Menu; 16407 %allusersprofile%\Start Menu\Programs; 16408 %allusersprofile%\Start Menu\Programs\Startup; 16409 %allusersprofile%\Desktop; 16410 %userprofile%\Application Data; 16411 %userprofile%\PrintHood; 16412 %userprofile%\Local Settings\Application Data; 16415 %allusersprofile%\Favorites; 16416 %userprofile%\Local Settings\Temporary Internet Files; 16417 %userprofile%\Cookies; 16418 %userprofile%\Local Settings\History; 16419 %allusersprofile%\Application Data; 16420 System Root (C:\WINDOWS); 16421 C:\WINDOWS\System32; 16422 Program Files; 16423 %userprofile%\My Documents\My Pictures; 16424 %userprofile%; 16425 C:\WINDOWS\System32; 16427 C:\Program Files\Common Files; 16429 %allusersprofile%\Templates; 16430 %allusersprofile%\Documents; 16431 %allusersprofile%\Start Menu\Programs\Administrative Tools; 16432 %userprofile%\Start Menu\Programs\Administrative Tools; 16437 %allusersprofile%\Documents\My Music; 16438 %allusersprofile%\Documents\My Pictures; 16439 %allusersprofile%\Documents\My Videos; 16440 C:\WINDOWS\resources; 16441 C:\WINDOWS\resources\0409; 16443 %userprofile%\Local Settings\Application Data\Microsoft\CD Burning;;; ProfileItems;; 0x00000001 Create menu item in Current User flag; 0x00000002 Delete menu item flag; 0x00000004 Create Start menu group under All Users\Start\Programs; 0x00000005 Create Start menu group under Current User\Start\Programs; 0x00000006 Delete Start menu group under All Users\Start\Programs; 0x00000007 Delete Start menu group under Current User\Start\Programs;;;; -
Dream Update Pack For Windows XP Post SP3 11072013
ricktendo replied to Dream World's topic in WPI, nLite and RVM Addons
You should change paths in the INF from stuff like c:\windows to %10%, c:\windows\system32 to %11%, c:\program files to %16422%, etc. You can also remove the line with UninstallCommand and sections with c:\windows\$hf_mig$\KB#######\SP3QFE and/or C:\WINDOWS\system32\DllCache -
Agregare el fix al proximo UPL si persiste el error de Win Update
-
Este mes agregue KB2834886, este supera KB2659262 Voy a ver si agregándole una entrada reg satisface a microsoft update P.D. aplique este reg y dime si aun molesta win update Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix\KB2659262]"Installed"=dword:00000001
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
Links are on a FTP, try the link in another browswer like IE -
[Repak] Microsoft Security Essentials x86/x64 4.5.216 (Intl)
ricktendo replied to ricktendo's topic in Installer Repacks
Updated -
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
If you use the INTL version it will automatically detect and install the spanish LP Spanish: no tienes que usar modificador con el INTL, el instalador detecta el idioma e instala el LP si es apoyado P.D. pero si quieres saber el modificador (switch) para instalar un LP va asi: /sfxlang:3082 -
[AddOn] ImgBurn v2.5.8 (International)
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
Updated -
[SVCPACK] .NET Framework 4/5EU v2.3.7 (Español)
ricktendo replied to ricktendo's topic in Addons & Silent Installers
Actualizado -
Hoy, estoy esperando por un IE8-WindowsXP-KB2846071-x86-ESN.exe y un WindowsXP-KB2846071-x86-ESN.exe P.D. Actualizado
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
Links are fine, the scripts you use to circumvent adfly maybe the problem -
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
Yea, thats the reason. A hotfix from the june installer supersedes KB2833957 -
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
KB2833957 is superseded Use this latest installer, it should not ask for KB2833957 (let me know if it does) -
[Rebuilt] .NET Framework 4.5.2 Full x86/x64 (9-19-2014)
ricktendo replied to ricktendo's topic in Installer Repacks
Updated -
What is the printer hardware id in device manager
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
Updated -
[Obsolete] Microsoft Camera Codec Pack 16.4.1970.624
ricktendo replied to ricktendo's topic in Installer Repacks
Minor revision, added ARPNOREPAIR=1 property to hide Repair in uninstall -
[Obsolete] Microsoft Camera Codec Pack 16.4.1970.624
ricktendo replied to ricktendo's topic in Installer Repacks
Updated -
Updated
-
[AddOn] DAEMON Tools Lite 4.48.1.347 (International)
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
Fixed a typo in inf where it read %UNCECK% instead of %UNCHECK% -
DAEMON Tools Pro - 5.8.0.0388 (SPTD - 1.86)
ricktendo replied to ricktendo's topic in Win Toolkit Addons
Fixed %UNCECK% typo, should have read %UNCHECK%...redownload