Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/14/2014 in all areas

  1. 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
  2. I think the lite process breaks msp update, I have to integrate update before I lite it
    1 point
  3. Quick tuto: You need 7zip (gui or command line), 7zSD modified sfx module, and 7z splitter Run 7ZSplit.exe to get the install config of your SFX (here VBCRedist_AIO_x86_x64.exe) Edit the text file file to remove all x64 lines. You can also simplify the install if you always run it silently You will end with something like that: ;!@Install@!UTF-8!RunProgram="2005\\x86\\vcredist.msi /qn"RunProgram="2008\\x86\\vc_red.msi /qn"RunProgram="2010\\x86\\vc_red.msi /qn"RunProgram="2012\\x86\\vc_runtimeMinimum_x86.msi /qn"RunProgram="2012\\x86\\vc_runtimeAdditional_x86.msi /qn"RunProgram="2013\\x86\\vc_runtimeMinimum_x86.msi /qn"RunProgram="2013\\x86\\vc_runtimeAdditional_x86.msi /qn"RunProgram="extra /SILENT /NORESTART";!@InstallEnd@!If you don't want the extra runtimes you can also remove the line RunProgram="extra /SILENT /NORESTART" Now extract the content (with 7zip) of VBCRedist_AIO_x86_x64.exe in a temp folder. Delete all "x64" folders (inside folders 2005,2008, etc....) and eventually "extra.exe" Once done, you have to recreate the 7zip archive: select all the content of your temp folder and make a 7zip archive (LZMA Ultra). Then run this command (adapt the names): copy /b 7zsd.sfx + config.txt + archive.7z VCRedist_AIO_x86.exe
    1 point
  4. I still cannot find the "make me coffee while I wait" feature.
    1 point
×
×
  • Create New...