This is a
HUGE project to maintain on my own. In fact, I'm stepping aside . . .
Therefore I'm posting a tutorial for those with some MSI editting skills to be able to keep up releases of thier own language(s).
I have prepared 15 new releases of 9.0 which I will make available soon,
BUT in the future I'd like to see others posting thier own work, in this thread for others to use.
Form Filling is functional in the new releases, AcroRead32Info.exe is removed with no errors in the event log (I hope)
______________________________ T U T O R I A L ________________________________
open the MSI in orca
headings.. edit/find .. type; 32info .. find next .. delete all instances found .. save
open the MSI with Installshield ..click upper TAB, Installation Designer
left column, click Setup Design
center column, expand ReaderProgramFiles .. delete, AUM, Updater
expand Plugins .. delete all instances of;
AcroSign, Annotations, Checkers, DigSig, DVA, ebook, HLS, IA32, PPKLite, ReadOutLoud, SendMail
LANGUAGE SPECIFIC ITEM
expand Plugins_UI_(language specific) .. click on Files
delete Checkers, DigSig, DVA, Hls, IA32, PPKLite, SendMail
LANGUAGE SPECIFIC ITEM
Chinese, Korean and Japanese versions have this extra step;
left column click Components, scroll center column to Resource_CIDFont_(laguage specific)
expand and click on Files, delete the files from the right column
expand Reader_Big_Features .. delete MultimediaPlugin, Atmosphere_3D, AdobeCommonLinguistics_Big
expand Accessibility_Plugins .. delete all instances of;
Accessibility, MakeAccessible, PDDom, SaveAsRTF
Left Column, click Shortcuts, under Program Menu, delete Adobe Reader 9 and PrintMe Internet Printing
Under Desktop, drag n drop the shortcut to Program Menu
Left Column click Registry, Import this registry file;
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Downtown]
"bDontShowAtLaunch"=dword:00000001
"bGoOnline"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\9.0\Downtown]
"bDontShowAtLaunch"=dword:00000001
"bGoOnline"=dword:00000000
Under HKLM, expand Software/Windows/CurrentVersion .. delete Run
Left Column click Property Manager .. change the following Values;
ADMIN_INSTALL - YES
ALLUSERS - 2
ENABLE_CACHE_FILES - NO
ENABLE_OPTIMIZATION - NO
EULA_ACCEPT - YES
LAUNCH_APP - 0
SUPPRESS_APP_LAUNCH - YES
SYNCHRONIZER - NO
Left Column click on Direct Editor, center column, highlight InstallExecuteSequence
right column click the word 'Action' to alphabetize the menu
delete AumRegister and AumUnregister
SAVE
Creating an AIP ...
create the directory, c:\temp
run this command in the MSI folder; msiexec /a AcroRead.msi targetdir=c:\temp /qb
The resulting files are ready for repackaging/redistribution
____________________________ E N D __________________________
good luck, shark