Jump to content

Recommended Posts

Posted

7w5e8ua.jpg

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

EULA: Accepted

Default viewer for PDF files: Installer will decide

Enable Optimization: OFF

Enable Caching of installer files on local hard drive: OFF

Run installation: Default

If reboot required at the end of installation: Prompt

Desktop Shortcut: Removed

WebMail Profiles: Disabled

Disable product updates: Checked

When launching PDF in IE: Prompt to open/save

Disable help > Purchase Adobe Acrobat: Checked

Disable help > Digital Editions: Checked

Disable Product improvement program: Checked

Disable Viewing of PDF with Ads for Adobe PDF: Checked

Acrobat.com features: ALL Disabled

Disable Shared Reviews and Review/Forms workflows: Checked

Default Action for Unspecified File Types: Never launch

Other:

Removed Features:

Accessibility_Plugins

AdobeCommonLinguistics_Big

ARM

Atmosphere_3D

DTShortcut

MultimediaPlugin

ReaderAIRIntegration

Updater

Removed Plugins:

Accessibility

Checkers

DVA

eBook

MakeAccessible

Multimedia

Multimedia_MPP

PDDom

ReadOutLoud

Reflow

SaveAsRTF

SendMail

Spelling

Updater

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
Posted (edited)

Hi, @ ricktendo64

Congratulations for your work! Thank you for cleaning unnecessary and old version files and for making these msi files.

I have a question. These files are all msi packages. What should i do to use these package with WinKit as silent installer?

For example, is there a need for switches parameter etc. ? :please:

Edited by oguz
Posted

You can use the switch /qn for an silent install!

However, how can I create a new full msi package for french language after customization?

Thanks Rick.

Posted (edited)

You can use the switch /qn for an silent install!

However, how can I create a new full msi package for french language after customization?

Thanks Rick.

Thanks for reply. Is switch /qn only for Adobe Reader or is it use for Rick's all msi packages?

NOTE: Can we use these msi packages with WIN7?

Edited by oguz
Posted

@oguz yes /qn will work on all msi packages and yes you can use them on Windows 7, with wpi, win toolkit and stuff

@myselfidem I use InstEd to rebuild the msi (use yumeyao mod to get better compression)

- I apply update msp

- Remove the old runtimes

- Apply customized mst

- Open the msi in InstEd

- In the Media table right click on the CAB and choose Rebuild selected CABs

- Go to Tables -> Sumary info... and set your installer to Compressed. Long filenames and you are done

Posted (edited)

@jaynbe

Many thanks! You've made a very good work. I don't use Addons at this time...But I know that I can extract the cab file and use the exe file with the switch you given: "ARF.EXE -gm2 -qn"

Thanks for the link. I haven't see this one.

I'm interested now to create a msi file for Adobe Reader, on my own!

@ ricktendo64

Many thanks for your answer. I will try to use your method!

Regards

Edited by myselfidem
Posted

Added a little more details of tweaks that are applied with my custom MST (also added Adobe Customization Wizard repack with old vc runtimes removed)

Posted (edited)

@ricktendo64,

What is the command line you used to extract the setup files?

"AdbeRdr1010_en_US.exe.exe -nos_o"C:\Folder" -nos_ne"

This command line is not working!

In addition when i downloaded Adobe reader setup file from adobe web page, the file name is: "install_reader10_en_mssd_aih.exe"

This is different than above command line setup name.

Edited by oguz
Posted (edited)

@ricktendo64,

What is the command line you used to extract the setup files?

"AdbeRdr1010_en_US.exe.exe -nos_o"C:\Folder" -nos_ne"

This command line is not working!

Yes, there is a little (typo) error inside the tutorial (.exe writed twice)!

Use:

"AdbeRdr1010_en_US.exe -nos_o"C:\Folder" -nos_ne"

or:

"AdbeRdr1013_en_US.exe -nos_o"C:\Folder" -nos_ne"

Regards

Edited by myselfidem
  • 2 months later...
  • 1 month later...
Posted

Hey Rick... I tried creating my own installer and I keep having problems... DotFusion just pointed me here and I will read the info and try again... as always thanks :-)

  • 2 weeks later...
  • 2 weeks later...
Posted

Hi Ricks, your installers are amazing.

I always use in my customizations. You could create this also in pt-BR, please?

Thank you in advance.

I will but not for this release, next month when CustWiz XI comes out I will add a PTB version

Posted

I will but not for this release, next month when CustWiz XI comes out I will add a PTB version

By the way, you can also add pl-PL version (polish) :)?

thanks for the great work so far

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...