Reputation Activity
-
ricktendo got a reaction from niTe_RiDeR_Pr0 in [Repak] Paint.NET 4.0.9x86: http://my.repacks.space/PaintDotNet_x86.msi
MD5: b405804dd779f85e35ead492242ff041
Size: 5.54 MB
x64: http://my.repacks.space/PaintDotNet_x64.msi
MD5: 15fc7aeb19dc834b07a7b056735e9f30
Size: 5.54 MB
Website: http://www.getpaint.net/
Default/Customizable MSI properties/command lines
CHECKFORBETAS 0 CHECKFORUPDATES 0 DESKTOPSHORTCUT 0 JPGPNGBMPEDITOR 0 PDNUPDATING 0 TARGETDIR C:\Program Files\Paint.NET TGAEDITOR 0 -
ricktendo got a reaction from dingo in [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)Slim Microsoft .NET Framework 4.6.1 Full x86/x64
Slim Microsoft .NET Framework 4.6.1 Full x86/x64 Incl. Language Packs (ar cs da de el es fi fr he hu it ja ko nl no pl pt-BR pt-PT ru sv tr zh-Hans zh-Hant)
Some tools and resources for (re)creating your own slim (intl) installer
http://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567
-
ricktendo got a reaction from Docthal in [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64Info: Microsoft Visual C++ 2005/2008/2010/2012/2013/2014/2015, Microsoft Visual F# 2.0, Microsoft Visual J# 2.0 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)
Same as above but excludes F# & J# runtimes
Info: Microsoft Visual C++ 2005/2008/2010/2012/2013 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)
Some tools and resources for (re)creating your own installer
Visual AIO SFX Maker v6 (installer repacker):http://adf.ly/1713566/visualsfxSilent "No GUI" SFX alternative v4:http://adf.ly/1713566/visualsfxngKB2538242 MST Windows Update fix v1.7:http://adf.ly/1713566/wufix5mstKB2538243 MST Windows Update fix v3:http://adf.ly/1713566/wufix8mstMsiTran.Exe -a <transform>.MST <installer>.MSI:http://adf.ly/1713566/msitranSlim down your vcredist 2005/2008 installers:http://adf.ly/1713566/msislim"Extra" Visual Basic/C runtimes installer sourceshttp://adf.ly/1713566/vbcsourceIf you cant find a hotfix try using the KB number w/ this URLhttp://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567 Hotfix list
Also includes:
name version/*-- Microsoft Visual Basic Runtimes -----------------------------------*/ comct232.ocx 6.0.98.39comct332.ocx 6.7.0.9839comctl32.ocx 6.0.98.39comdlg32.ocx 6.1.98.41dblist32.ocx 6.1.98.39mci32.ocx 6.1.98.39mscomct2.ocx 6.1.98.39mscomctl.ocx 6.1.98.39mscomm32.ocx 6.1.98.39msdatgrd.ocx 6.1.98.39msdatlst.ocx 6.1.98.39msflxgrd.ocx 6.1.98.39mshflxgd.ocx 6.1.98.39msinet.ocx 6.1.98.39msmask32.ocx 6.1.98.39msstdfmt.dll 6.1.98.39msstkprp.dll 6.1.98.39mswinsck.ocx 6.1.98.39 picclp32.ocx 6.1.98.39richtx32.ocx 6.1.98.39sysinfo.ocx 6.1.98.39tabctl32.ocx 6.1.98.39vb40032.dll 4.0.29.22/*-- Microsoft Visual Basic Runtimes (16bit) ----------------------------*/vb40016.dll 4.0.24.22vbrun100.dll <none>vbrun200.dll 2.0.9.8vbrun300.dll 3.0.5.38/*-- Microsoft Visual Basic Virtual Machine -----------------------------*/msvbvm50.dll 5.2.82.44/*-- Microsoft Visual C Runtimes ----------------------------------------*/atl70.dll 7.0.9975.0atl71.dll 7.10.6119.0mfc70.dll 7.0.9975.0mfc70chs.dll 7.0.9975.0mfc70cht.dll 7.0.9975.0mfc70deu.dll 7.0.9975.0mfc70enu.dll 7.0.9975.0mfc70esp.dll 7.0.9975.0mfc70fra.dll 7.0.9975.0mfc70ita.dll 7.0.9975.0mfc70jpn.dll 7.0.9975.0mfc70kor.dll 7.0.9975.0mfc70u.dll 7.0.9975.0mfc71.dll 7.10.6119.0mfc71chs.dll 7.10.6119.0mfc71cht.dll 7.10.6119.0mfc71deu.dll 7.10.6119.0mfc71enu.dll 7.10.6119.0mfc71esp.dll 7.10.6119.0mfc71fra.dll 7.10.6119.0mfc71ita.dll 7.10.6119.0mfc71jpn.dll 7.10.6119.0mfc71kor.dll 7.10.6119.0mfc71u.dll 7.10.6119.0msvci70.dll 7.0.9955.0msvcp70.dll 7.0.9466.0msvcp71.dll 7.10.6052.0msvcr70.dll 7.0.9981.0msvcr71.dll 7.10.7031.4msvcrt10.dll <none>
-
ricktendo got a reaction from Ali Sahandi in [Video] Windows 7 AIK/OPK deployment 101 (Updated)Mount image
DISM /Mount-Wim /WimFile:<dir>:\<path>\<filename>.wim /Index:<#> /MountDir:<dir>:\<path_to_empty_folder>
Integrate MSU/CAB updates
DISM /Add-Package /Image:<dir>:\<mounted_image_path> /PackagePath:<dir>:\<folder_with_updates>
Integrate multiple drivers
DISM /Add-Driver /Image:<dir>:\<mounted_image_path> /Driver:<dir>:\<folder_with_drivers> /recurse
Integrate unsigned driver
DISM /Add-Driver /Image:<dir>:\<mounted_image_path> /Driver:<dir>:\<folder_with_driver>\<inf_name>.inf /forceunsigned
Remove driver
DISM /Remove-Driver /Image:<dir>:\<mounted_image_path> /Driver:oem<#>.inf
Turn off feature
DISM /Disable-Feature /Image:<dir>:\<mounted_image_path> /FeatureName:<feature_name>
Turn off features (multi)
FOR %i IN (<featurename1> "<feature name 2>" <feature-name-3>) DO DISM /Disable-Feature /Image:<dir>:\<mounted_image_path> /FeatureName:%i
Unhide packages (optional)
install_wim_tweak /p <dir>:\<mounted_image_path> /m
Remove package
DISM /Remove-Package /Image:<dir>:\<mounted_image_path> /PackageName:Microsoft-Windows-<example>-Package~31bf3856ad364e35~x86~~6.1.7600.16385
Unmount image
DISM /Unmount-Wim /MountDir:<dir>:\<mounted_image_path> /commit [/discard]
-
ricktendo got a reaction from kevins in [SVCPACK] .NET Framework 4/5EU v2.3.7 (Español)Microsoft .NET Framework "4/5EU" v2.3.7 Cuatro/Cinco En Uno (Español)
4EU: http://adf.ly/1713566/dotnet4eu Peso: 44.9 MB
MD5: 605fe1b7b8fcbe09b8ff8328dbc8d15f
5EU: http://adf.ly/1713566/dotnet5eu
Peso: 69.3 MB
MD5: c29f05e0f9904d7180a2717be5ba293e
Nota: su instalación de XP tardara mucho mas si incluyes este addon (agreguen /qb o /passive para observar la instalación.)
-
ricktendo got a reaction from steven4554 in [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)Slim Microsoft .NET Framework 4.6.1 Full x86/x64
Slim Microsoft .NET Framework 4.6.1 Full x86/x64 Incl. Language Packs (ar cs da de el es fi fr he hu it ja ko nl no pl pt-BR pt-PT ru sv tr zh-Hans zh-Hant)
Some tools and resources for (re)creating your own slim (intl) installer
http://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567
-
ricktendo got a reaction from Reezo in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)
-
ricktendo got a reaction from ReNoVaTo666 in [SVCPACK] .NET Framework 4/5EU v2.3.7 (Español)Microsoft .NET Framework "4/5EU" v2.3.7 Cuatro/Cinco En Uno (Español)
4EU: http://adf.ly/1713566/dotnet4eu Peso: 44.9 MB
MD5: 605fe1b7b8fcbe09b8ff8328dbc8d15f
5EU: http://adf.ly/1713566/dotnet5eu
Peso: 69.3 MB
MD5: c29f05e0f9904d7180a2717be5ba293e
Nota: su instalación de XP tardara mucho mas si incluyes este addon (agreguen /qb o /passive para observar la instalación.)
-
ricktendo got a reaction from moszter in [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64Info: Microsoft Visual C++ 2005/2008/2010/2012/2013/2014/2015, Microsoft Visual F# 2.0, Microsoft Visual J# 2.0 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)
Same as above but excludes F# & J# runtimes
Info: Microsoft Visual C++ 2005/2008/2010/2012/2013 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)
Some tools and resources for (re)creating your own installer
Visual AIO SFX Maker v6 (installer repacker):http://adf.ly/1713566/visualsfxSilent "No GUI" SFX alternative v4:http://adf.ly/1713566/visualsfxngKB2538242 MST Windows Update fix v1.7:http://adf.ly/1713566/wufix5mstKB2538243 MST Windows Update fix v3:http://adf.ly/1713566/wufix8mstMsiTran.Exe -a <transform>.MST <installer>.MSI:http://adf.ly/1713566/msitranSlim down your vcredist 2005/2008 installers:http://adf.ly/1713566/msislim"Extra" Visual Basic/C runtimes installer sourceshttp://adf.ly/1713566/vbcsourceIf you cant find a hotfix try using the KB number w/ this URLhttp://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567 Hotfix list
Also includes:
name version/*-- Microsoft Visual Basic Runtimes -----------------------------------*/ comct232.ocx 6.0.98.39comct332.ocx 6.7.0.9839comctl32.ocx 6.0.98.39comdlg32.ocx 6.1.98.41dblist32.ocx 6.1.98.39mci32.ocx 6.1.98.39mscomct2.ocx 6.1.98.39mscomctl.ocx 6.1.98.39mscomm32.ocx 6.1.98.39msdatgrd.ocx 6.1.98.39msdatlst.ocx 6.1.98.39msflxgrd.ocx 6.1.98.39mshflxgd.ocx 6.1.98.39msinet.ocx 6.1.98.39msmask32.ocx 6.1.98.39msstdfmt.dll 6.1.98.39msstkprp.dll 6.1.98.39mswinsck.ocx 6.1.98.39 picclp32.ocx 6.1.98.39richtx32.ocx 6.1.98.39sysinfo.ocx 6.1.98.39tabctl32.ocx 6.1.98.39vb40032.dll 4.0.29.22/*-- Microsoft Visual Basic Runtimes (16bit) ----------------------------*/vb40016.dll 4.0.24.22vbrun100.dll <none>vbrun200.dll 2.0.9.8vbrun300.dll 3.0.5.38/*-- Microsoft Visual Basic Virtual Machine -----------------------------*/msvbvm50.dll 5.2.82.44/*-- Microsoft Visual C Runtimes ----------------------------------------*/atl70.dll 7.0.9975.0atl71.dll 7.10.6119.0mfc70.dll 7.0.9975.0mfc70chs.dll 7.0.9975.0mfc70cht.dll 7.0.9975.0mfc70deu.dll 7.0.9975.0mfc70enu.dll 7.0.9975.0mfc70esp.dll 7.0.9975.0mfc70fra.dll 7.0.9975.0mfc70ita.dll 7.0.9975.0mfc70jpn.dll 7.0.9975.0mfc70kor.dll 7.0.9975.0mfc70u.dll 7.0.9975.0mfc71.dll 7.10.6119.0mfc71chs.dll 7.10.6119.0mfc71cht.dll 7.10.6119.0mfc71deu.dll 7.10.6119.0mfc71enu.dll 7.10.6119.0mfc71esp.dll 7.10.6119.0mfc71fra.dll 7.10.6119.0mfc71ita.dll 7.10.6119.0mfc71jpn.dll 7.10.6119.0mfc71kor.dll 7.10.6119.0mfc71u.dll 7.10.6119.0msvci70.dll 7.0.9955.0msvcp70.dll 7.0.9466.0msvcp71.dll 7.10.6052.0msvcr70.dll 7.0.9981.0msvcr71.dll 7.10.7031.4msvcrt10.dll <none>
-
ricktendo got a reaction from roedel in [Repak] Adobe Shockwave Player 12.2.2.172Adobe Shockwave Player
About: Removed old Visual C++ runtimes and rebuilt installer, this is the msi version of the installer so it contains both Shockwave vevsions 12 & 10 and NO CRAPWARE
Download: http://adf.ly/1713566/shockwavemsi
MD5: 62deabd9f31a1b3e5c378298f6a60510
Size: 18.5 MB
-
ricktendo got a reaction from Átila César in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)
-
ricktendo got a reaction from VanCee in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)
-
ricktendo got a reaction from alfreire in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)This has 1.1, 2.0, 3.0, 3.5 and 4.0 for Windows XP x86
-
ricktendo got a reaction from SunLion in [Video] Windows 7 AIK/OPK deployment 101 (Updated)Created some videos on the topic of Windows AIK/OPK, how I use it to update my image...
OLD Videos
Part #1 HD 720
Part #2 HD 720
Part #3 HD 720
NEW Videos
Preinstalling Applications and Capturing Image HD 1080
Others will come in the next few weeks...
Tutorials
How to install Windows 7 on a virtual hard disk (VHD)
Use Reverse Integration to slipstream Windows Vista SP1 and SP2
Windows OPK Videos
Default Windows 7 Keys
Tools
Windows Automated Installation Kit (AIK)
Windows Automated Installation Kit for Windows 7 documentation (May 2010 Update)
SoLoR's Hotfix Repository (Recommended)
FireGeier Unattended Vista Guide
Hotfix Extractor
InstallWimTweak & Packages.xls (Optional)
GImageX (Optional)
GDism (Optional)
-
ricktendo got a reaction from alfreire in [Repak] Adobe Shockwave Player 12.2.2.172Graicias, updated
-
ricktendo got a reaction from IcemanSR in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)
-
ricktendo got a reaction from raddy in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)
-
ricktendo got a reaction from wasisdn in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)
-
ricktendo got a reaction from werwaok in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)
-
ricktendo got a reaction from kkso in [Repak] VMware Workstation Lite 12.1.0-3272444Added mediafire mirror
-
ricktendo got a reaction from tikman in [Slim] .NET Framework 4 Full x86/x64 (1-10-2016)These are all essentially the same, each successive one superseding the previous
Install this if you have XP, otherwise go with the latest version
-
ricktendo got a reaction from alfreire in [Repack] VirtualBox 5.1.18 + ExtensionPacksThank you for the MSI edit, and 4.3.12 is out BTW
-
ricktendo got a reaction from HJSC in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)You need to learn to have a little more patience
Added pt-BR and it-IT
-
ricktendo got a reaction from HJSC in [Tweaked] Skype 7.18.32.111 (Multilanguage)Updated
-
ricktendo got a reaction from alfreire in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)You need to learn to have a little more patience
Added pt-BR and it-IT