Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/22/2014 in all areas

  1. 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>
    1 point
  2. This is my updated, lite installer with a few Adobe Customization Wizard tweaks from this tutorial by Aaron Parker Details: Integrated latest MSP update, old Visual C++ runtimes removed, also other stuff removed and made "Lite", recompiled MSI, applied custom MST tweaks (details bellow) English United States (en-US) Updated MD5: b67afb0cf53ab6bfe50db7dca4c55656 Size: 54.3 MB German Germany (de-DE) Updated MD5: 21d78e42d4de9579474a68af54c5cf3c Size: 54.7 MB Spanish Spain (es-ES) Updated MD5: f98fd244b74adc30becd118e6d2f78e5 Size: 54.7 MB French France (fr-FR) Updated MD5: 628c6bbaa9c9540fec8ce73c4dd75ed4 Size: 54.7 MB Hungarian Hungary (hu-HU) Updated MD5: c94a243ed71a29b9bfba20ae7bc8af78 Size: 54.7 MB Italian Italy (it-IT) (Mirror) MD5: ff1d6364469fc164ac18761afd84173a Size: 54.5 MB Polish Poland (pl-PL) Updated MD5: 89d69f6190a9b5cd1396c97965111249 Size: 54.7 MB Portuguese Brazil (pt-BR) Updated MD5: 9b521f9b07b1440ac7352e765df7bf75 Size: 54.7 MB Russian Russia (ru-RU) (Mirror) MD5: 84a70b1194ecac300042185f4914ce96 Size: 54.5 MB Turkish Turkey (tr-TR) Updated MD5: 3d3f746bde2dab1f23e0bdd54ec75c4f Size: 54.7 MB CustWiz and other tweaks Hidden Menu Items //HideMenu.js // [File - Save As Other]app.hideMenuItem("SaveAsSubmenu"); // [File - Send File]app.hideMenuItem("Email"); // [Edit - Check Spelling]app.hideMenuItem("Spelling:Spelling"); // [Edit - Accessability]app.hideMenuItem("Accessibility"); // [View - Read Out Loud]app.hideMenuItem("ReadAloud"); // [Help - Online Support]app.hideMenuItem("OnlineSupport"); // [Help - Online Support - Knowledge Base]app.hideMenuItem("KnowledgeBase"); // [Help - Online Support - Adobe Support Programs]app.hideMenuItem("AdobeExpertSupport"); // [Help - Online Support - Adobe User Community]app.hideMenuItem("AdobeUserCommunity"); // [Help - Online Support - Accessibility Resource Center]app.hideMenuItem("AccessOnline"); // [Help - Online Support - Generate System Report]app.hideMenuItem("SystemInformation"); // [Help - Repair Adobe Reader Installation]app.hideMenuItem("DetectAndRepair");Some tools to create your own Adobe Customization Wizard (repack/removed old runtimes)http://adf.ly/1713566/custwizInstEd (yumeyao LZX:21 mod)http://adf.ly/1713566/instedmsiSlim down your installers:http://adf.ly/1713566/msislim
    1 point
  3. Thiersee

    [Solved] error bugs

    Test 20 and release 1.5.0.21 works.
    1 point
  4. Legolash2o

    WinToolkit x64?

    I guessed but it's already set as AnyCPU so no performance benefits would be seen setting it to x64.
    1 point
×
×
  • Create New...