-
Posts
8,715 -
Joined
-
Last visited
-
Days Won
444
Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
http://adf.ly/1713566/vbcruntimes Size: 5.10 MB Date: May 15 2012 MD5: f16cfdadd88c5863f17cf445f8b11f90 About: Contains Microsoft Visual Basic and Visual C Runtimes, the 16bit Runtimes will be skipped on x64 installs, also the Visual Basic Virtual Machine will only be offered to Vista and above. Note: This installer is merged with/not needed if you use my AIO Visual Basic/C++/F#/J# Runime list: /*-- Microsoft Visual Basic Runtimes -----------------------------------*/ comct232.ocx 6.0.98.16 comct332.ocx 6.7.0.9816 comctl32.ocx 6.0.98.16 comdlg32.ocx 6.1.98.16 dblist32.ocx 6.1.98.16 mci32.ocx 6.1.98.16 mscomct2.ocx 6.1.98.16 mscomctl.ocx 6.1.98.33 mscomctl32.ocx 6.0.88.62 mscomm32.ocx 6.1.98.16 msdatgrd.ocx 6.1.98.16 msdatlst.ocx 6.1.98.16 msflxgrd.ocx 6.1.98.14 mshflxgd.ocx 6.1.98.16 msinet.ocx 6.1.98.16 msmask32.ocx 6.1.98.16 msstdfmt.dll 6.1.98.16 msstkprp.dll 6.1.98.16 mswinsck.ocx 6.1.98.17 picclp32.ocx 6.1.98.16 richtx32.ocx 6.1.98.16 sysinfo.ocx 6.1.98.16 tabctl32.ocx 6.1.98.16 vb40032.dll 4.0.29.22 /*-- Microsoft Visual Basic Runtimes (16bit) ----------------------------*/ vb40016.dll 4.0.24.22 vbrun100.dll <none> vbrun200.dll 2.0.9.8 vbrun300.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.0 atl71.dll 7.10.6119.0 mfc70.dll 7.0.9975.0 mfc70chs.dll 7.0.9975.0 mfc70cht.dll 7.0.9975.0 mfc70deu.dll 7.0.9975.0 mfc70enu.dll 7.0.9975.0 mfc70esp.dll 7.0.9975.0 mfc70fra.dll 7.0.9975.0 mfc70ita.dll 7.0.9975.0 mfc70jpn.dll 7.0.9975.0 mfc70kor.dll 7.0.9975.0 mfc70u.dll 7.0.9975.0 mfc71.dll 7.10.6119.0 mfc71chs.dll 7.10.6119.0 mfc71cht.dll 7.10.6119.0 mfc71deu.dll 7.10.6119.0 mfc71enu.dll 7.10.6119.0 mfc71esp.dll 7.10.6119.0 mfc71fra.dll 7.10.6119.0 mfc71ita.dll 7.10.6119.0 mfc71jpn.dll 7.10.6119.0 mfc71kor.dll 7.10.6119.0 mfc71u.dll 7.10.6119.0 msvci70.dll 7.0.9955.0 msvcp70.dll 7.0.9466.0 msvcp71.dll 7.10.6052.0 msvcr70.dll 7.0.9981.0 msvcr71.dll 7.10.7031.4 msvcrt10.dll <none>name version Unattended install switches: - Silently install and display progress: <installer>.exe /SILENT - Quietly install and display no progress: <installer>.exe /VERYSILENT - To skip restart prompt add: /NORESTART - To install C++ only and skip all vb runtimes including 16bit and VM: /TASKS="!msvb" - To skip all vb runtimes: /MERGETASKS="!msvb\run" - To skip only the 16bit vb runtimes: /MERGETASKS="!msvb\run\xvibit" - To skip only the Visual Basic VM: /MERGETASKS="!msvb\vm" Source: http://adf.ly/1713566/vbcsource
-
[Slim] .NET Framework 4 Full x86/x64 (1-10-2016)
ricktendo replied to ricktendo's topic in Installer Repacks
Yes but it might take some skill Rename the 4 lp installers, example netfx_corelphe_x*.msi netfx_corelpfr_x*.msi netfx_extendedlphe_x*.msi netfx_extendedlpfr_x*.msi Edit config.txt with the new lp names and add the second lp xxxxxxx="netfx_core_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qb!" xxxxxxx="netfx_corelphe_%%P.msi /qb!" xxxxxxx="netfx_corelpfr_%%P.msi /qb!" xxxxxxx="netfx_extended_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qb!" xxxxxxx="netfx_extendedlphe_%%P.msi /qb!" xxxxxxx="netfx_extendedlpfr_%%P.msi /qb!" You may have to use InstEd to generate a new package code GUID for the second lang pack installers, they take on the last GUID from the last hotfix that was integrated into them...since I integrated the same hotfixes into both they have the same package code -
[AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64
ricktendo replied to ricktendo's topic in Installer Repacks
I was about to do that, but I was planning a secondary installer just trying to decide what installer engine to use. I think a inno setup (that creates no uninstall entries) is best because of restart replacement and file registration, I can also probably add some user choices weather to install old 16bit vb runtimes and only offer them on 32bit installs -
[AddOn] CCleaner v4.13.4693 (International)
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
If you want to force install in spanish on all languages copy what is under [strings.0C0A] and put it under [strings], now you can delete all the [strings.XXXX] sections and language dll's from the INF -
[Video] How To make Silent Switch Installers
ricktendo replied to ricktendo's topic in SVCPACK Addons
Here is everything on inno setup installers (you get with CMenu: More Options -> Installer Tools -> Identify Installer) -
Well, its finally done
-
[Video] How To make Silent Switch Installers
ricktendo replied to ricktendo's topic in SVCPACK Addons
Dun, also updated with latest stable 7zsd_All.sfx -
[AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64
ricktendo replied to ricktendo's topic in Installer Repacks
No prob, glas u like Added sfx makers (gui and no gui) and minor update to main installer finish dialog (reuploaded) -
[AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64
ricktendo replied to ricktendo's topic in Installer Repacks
Silent installer with both x86 and x64 runtimes, yumeyaos is a true addon with only x86 runtimes (minus msdia*.dll) -
Info: 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 2005: 2643995 2008: 2834565 2010: 2821701 2012: Release 4 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>
-
Its up to the author to publish here if he/she wishes Edit: did not notice the forum it was in, you are asking for it to be added to win toolkit I thought you meant on the forum BTW stay tuned I am working on a AIO vcred installer of my own
-
[Solved] Error Integrating KB2697737 & KB2681584
ricktendo replied to compstuff's topic in Win Toolkit
You need virtual pc or ad ls (whatever that is) -
Universal Extractor Features: Includes updates and program improvements by gora, SendTo shortcut is on by default, Quick Launch only offered to Vista or bellow Download: Size: 7.55 MB Website: http://legroom.net/software/uniextract Gora: http://gora.7zsfx.info/addons ComponentList = 'docs - Documentation and licensing information | lang - Language files for internationalization support | kgb - Support for KGB files | pea - Support for Pea files | sit - Support for StuffIt files';TaskList = 'associate - Enable Explorer context menu integration | associate\files - Add UniExtract Files... to context menu | associate\here - Add UniExtract Here to context menu | associate\subdir - Add UniExtract to Subdir to context menu | associate\force - Force association with all supported archive formats | modifypath - Add Universal Extractor to your system path | sendtoicon - Create a SendTo icon | desktopicon - Create a Desktop icon | quicklaunchicon - Create a Quick Launch icon';ParameterList = '/APPENDEXT - Enables using TrID to identify and append file extensions to unknown files | /NOHISTORY - Disables archive and directory history functionality | /NOREMOVEDUPE - Duplicate files extracted by InstallExplorer will not be removed | /NOREMOVETEMP - Temporary files extracted by WUN will not be removed | /NOWARNEXECUTE - Do not display warning prompt before executing files for extraction | /NOUPDATE - Disables automatic update functionality';
-
Yea, maybe give the option for both
-
Nope, its much! simpler...read the "Features" carefully You will find pkey.txt in the program files folder after you register the program, back it up somewhere so next time you do a install you only need to put it in the same dir as this installer and it will be copied/registered automatically Edit: BTW minor installer update, fixed installer file version info (nothing major only cosmetic)
-
Not that I am aware of, if you know how to use cmd or another executable to do it I could probably figure out a way to add it to INF
-
Here is something you guys might find useful, Its a must have if you are into driverpack making and it comes with InstallShield (used to extract drivers/files from installers with data1.cab/hdr packages created with InstallShield) Here is my SendTo style installer, I extracted the files from InstallShield 2018 SP1 (may also require Visual C++ Runtimes) Download: https://mega.nz/#F!SpQgkAII!07wjhxEh89CUQlTV8oXPyg MD5: 7de20da0f41b1425739f23ad49b31a59 Size: 18.2 MB For unattended install Passive:<installer>.exe /SILENTQuiet:<installer>.exe /VERYSILENTOther command-line options:/NOICONSInstructs Setup to initially check the Don't create a Start Menu folder check box on the Select Start Menu Folder wizard page./COMPONENTS="!help"Do NOT! install "Help files" components. (If a component name is prefixed with a "!" character, the component will be deselected.)/TASKS="sendtoicon,desktopicon,quicklaunchicon"Deselect all tasks, then select the "desktopicon", "sendtoicon" and "quicklaunchicon" (Vista & under) tasks. (Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them.)/MERGETASKS="desktopicon"Keep the default set of selected tasks, but additionally select the "desktopicon" tasks. (If a task name is prefixed with a "!" character, the task will be deselected.)
- 9 replies
-
- extract
- installshield
-
(and 2 more)
Tagged with:
-
AIDA64 Extreme v4.70.3200 Features: Added Control Panel icon option during install, Desktop icon unchecked by default, Quick Launch icon unchecked/only offered to Vista and bellow, Sidebar Gadget installs by default on Vista or 7 (not 8,) for program registration setup will copy pkey.txt if present in the same directory as the installer, removed languages and files (details bellow) Download: http://adf.ly/1713566/aida64ext MD5: ca70ea56143785d303f7acf9a2b71b35 Size: 13.7 MB Website: http://www.aida64.com/product/aida64-extreme/overview Removed: ***TOOLBARS***aida64.webkerneld.ia64kerneld.w9xlibeay32.dll (will require OpenSSL)ssleay32.dll (will require OpenSSL)(Installs only on x64)aida_bench64.dllaida_helper64.dllkerneld.x64(Languages removed)lang_aa.txtlang_al.txtlang_bg.txtlang_bs.txtlang_by.txtlang_ca.txtlang_cn.txtlang_cz.txtlang_de.txtlang_dk.txtlang_ee.txtlang_es.txtlang_fi.txtlang_fr.txtlang_hr.txtlang_hu.txtlang_id.txtlang_it.txtlang_jp.txtlang_kr.txtlang_lt.txtlang_lv.txtlang_mk.txtlang_nl.txtlang_no.txtlang_pl.txtlang_pt.txtlang_ro.txtlang_ru.txtlang_se.txtlang_si.txtlang_sk.txtlang_src.txtlang_srl.txtlang_tr.txtlang_tw.txtlang_ua.txt
-
Resource Hacker v3.6.0.92 FX v1.4.19 About: This is the latest version of Resource Hacker already patched by RaMMicHaeL (includes Dubby 32bit icon patch), also added SendTo icon shortcut and .msstyles, .mui and .res file right click entries. Download: http://adf.ly/1713566/reshackfx MD5: 78e4ce5f45d60cad8c8dfe91b0f64be4 Size: 1 MB Website: http://rammichael.com/resource-hacker-fx
-
SpywareBlaster v5.2 Features: Included updated Spyware Database 7/15/2015, removed old vb runtimes and desktop shortcut unchecked by default Download: http://adf.ly/1713566/spywareblastersetup Size: 3.81 MB MD5: 4c866224aaa6023073eb0a1b8a3acc95 Website: http://www.javacoolsoftware.com/
-
[Repak] Adobe Shockwave Player 12.2.2.172
ricktendo replied to ricktendo's topic in Installer Repacks
Yep, see for yourself http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi The wierd thing is in 11.6.4.634 they had removed 10, but they aparently brought it back in this version (maybe its for compatibility reasons) -
I have not had any problems so far and my winsxs folder is clean, ONLY newer vc runtimes (because I strip them out of all my installers)
-
Microsoft Camera Codec Pack v16.4.1970.624 Info: Removed Visual C++ 2010 runtimes and rebuilt Website: http://www.microsoft...s.aspx?id=26829 English x86: http://adf.ly/1713566/msccp86enmsi MD5: c407ef8a708d8fe7cd52bddf6ed995e5 Size: 6.59 MB English x64: http://adf.ly/1713566/msccp64enmsi MD5: 399493cabbb0fd984ebab2fc59c7e1b8 Size: 12.4 MB This repack is now obsolete, the latest one no longer has vc runtimes in the installer Download: http://www.microsoft.com/en-us/download/details.aspx?id=26829
-
KB3056819: Security update for Microsoft Silverlight 5 About: Took the Silverlight MSI and integrated/updated with the MSP (so you don't get the extra uninstall entry in "View installed updates") and rebuilt into a single package x86: http://my.repacks.space/Silverlight.msi Size: 7.68 MB MD5: d10f3e54d720e4a30ed83523f12e5ca0 x64: http://my.repacks.space/Silverlight_x64.msi Size: 15.1 MB MD5: bee00e0c4273a01353731cbd9de41023