Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. @WeBeRiO, acaso eliminaste teclados con nLite? Por eso omití este hotfix, para ver que es lo que escanea (dice que chequea los teclados por problemas) http://support.microsoft.com/kb/2686509
  2. Yes you have to generate a new guid for both client and extended
  3. Lets say hypothetically a new vc 2008 redist hotfix comes out, I have to apply my mst (changes the productcode property) to fool WU into thinking its KB2538243. For the new package to install successfully you have to uninstall the current vc 2008 redist (because it also has the same productcode,) then to install you would use the updated installer with VCRedist_AIO_x86_x64.exe /ai8 BTW do you guys think I should add Visual F# and Visual J# Runtimes? You would be able to skip them during gui install with SHIFT or unattended install with /ai
  4. HUH!?!? You want the old runtimes uninstalled you have to manually uninstall them, you want a installer that does this automatically use burfadels aio vc installer I dont add it because I dont know how effective it would be scanning the registry with a 32bit installer on a 64bit system and I see no need for this so called "feature"
  5. No, if you want that feature use burfadels installer
  6. Added unattended install instructions Off Topic: Does anybody know a program/command/script I can use to get a list of files and their versions?
  7. Esta actualización fue omitida a propósito
  8. 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
  9. 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
  10. 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
  11. 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
  12. Here is everything on inno setup installers (you get with CMenu: More Options -> Installer Tools -> Identify Installer)
  13. Well, its finally done
  14. Dun, also updated with latest stable 7zsd_All.sfx
  15. No prob, glas u like Added sfx makers (gui and no gui) and minor update to main installer finish dialog (reuploaded)
  16. Silent installer with both x86 and x64 runtimes, yumeyaos is a true addon with only x86 runtimes (minus msdia*.dll)
  17. 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>
  18. 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
  19. You need virtual pc or ad ls (whatever that is)
  20. 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';
  21. ricktendo replied to compstuff's post in a topic in OLD Threads
    Yea, maybe give the option for both
  22. 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)
  23. 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
  24. 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.)
  25. 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