Adobe Reader 9.3.4 Multimode Installer

All posts in this forum are for releases only.

Moderators: Waldo2k2, RogueSpear, dumpydooby

Adobe Reader 9.3.4 Multimode Installer

Postby user_hidden » Wed Mar 11, 2009 10:42 am

Adobe Reader 9.3.4 Multimode Installer


This is a multimode installer so you have access to the following switches:

-ai = Silent
-ai1 = Passive

Removed Adobe ARM
Removed AIR and Adobe.com
Removed Speedlaunch from Startup
Removed AcroRd32info
Removed "Print Me Internet" Shortcut


Link: adober934.exe
CRC-32: 47abe378
MD4: 4aac89b5c29e575a38aad67a891c49ef
MD5: 6453761aad9c261ddefcdbfd8ef7f570
SHA-1: 1061e47f2251bb3d5445331d9780c7510ebac417
Date: 20100819
OS: WindowsXP SP3 (x86)
Size: 30.1 MB

SVCpack addon which will install at T13 in SILENT mode.( -ai switch used )
Link: Addon_AdobeReader_934.7z
CRC-32: 7aaf0aab
MD4: 93e8bd308139d4af8bbd2863477cd341
MD5: 6d01467b1244ed1a7d68fb468821aa4b
SHA-1: e2fcb2e02b4dfb0fc3ad2aa45598f8373d64a9f0
Date: 20100819
OS: WindowsXP SP3 (x86)
Size: 30.2 MB
Last edited by user_hidden on Thu Aug 19, 2010 8:30 pm, edited 12 times in total.
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Re: Adobe Reader 9.11 Multimode Installer

Postby user_hidden » Wed May 13, 2009 3:05 pm

updated ....
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Re: Adobe Reader 9.11 Multimode Installer

Postby newsposter » Wed May 13, 2009 9:53 pm

thanks!
newsposter
 
Posts: 3
Joined: Mon Dec 24, 2007 12:51 am

Re: Adobe Reader 9.11 Multimode Installer

Postby user_hidden » Thu May 14, 2009 6:37 am

glad to help.....
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Re: Adobe Reader 9.11 Multimode Installer

Postby kane3162 » Thu May 28, 2009 5:23 pm

i hate rapidshit
kane3162
 
Posts: 3
Joined: Fri Feb 02, 2007 2:28 am

Re: Adobe Reader 9.11 Multimode Installer

Postby newsposter » Thu May 28, 2009 5:44 pm

Thanks for your input......
newsposter
 
Posts: 3
Joined: Mon Dec 24, 2007 12:51 am

Re: Adobe Reader 9.12 Multimode Installer

Postby user_hidden » Wed Jun 10, 2009 2:46 pm

updated 9.1.2
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Re: Adobe Reader 9.12 Multimode Installer

Postby newsposter » Wed Jun 10, 2009 4:20 pm

Many thanks, where did you find a 9.1.2 installer at Adobe?
newsposter
 
Posts: 3
Joined: Mon Dec 24, 2007 12:51 am

Re: Adobe Reader 9.12 Multimode Installer

Postby user_hidden » Wed Jun 10, 2009 6:57 pm

newsposter wrote:Many thanks, where did you find a 9.1.2 installer at Adobe?



there is no new installer for 9.11 nor for 9.12
they are released only as updates in the MSP format.
i have built them into the install process with 9.10.
the end result is a fully updated 9.12 version.
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Re: Adobe Reader 9.12 Multimode Installer

Postby chiners_68 » Wed Jun 17, 2009 3:32 pm

Hi User_Hidden,
can you let out some of your secrets on how your managing some of the options on this switchless installer?

Ive got a problem where I need to turn off the PDF in Browser option but for the life of me I cant fin away of doing it. Its a HCKU reg file to turn it on & off but I need to be able to impliment for all users from the install. Any ideas on how this can be done? Ive tried the CIW but that didnt seem to work.

your help is greatly apreciated.

cheers
chiners_68
 
Posts: 134
Joined: Wed Oct 04, 2006 4:21 am

Re: Adobe Reader 9.12 Multimode Installer

Postby user_hidden » Wed Jun 17, 2009 9:00 pm

chiners_68 wrote:Hi User_Hidden,
can you let out some of your secrets on how your managing some of the options on this switchless installer?

Ive got a problem where I need to turn off the PDF in Browser option but for the life of me I cant fin away of doing it. Its a HCKU reg file to turn it on & off but I need to be able to impliment for all users from the install. Any ideas on how this can be done? Ive tried the CIW but that didnt seem to work.

your help is greatly apreciated.

cheers


i actually manage msi features using installsheild.

have never looked into the particular option you are looking to disable.
i would presume in the features section of the msi there will be "ReaderBrowserIntegration" possibly.
removing that and then trying to trace some of its references to remove as well.
you would then have to package install and test to see if the build has the feature disabled and of course has
not effected anything else in the package.
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Re: Adobe Reader 9.12 Multimode Installer

Postby chiners_68 » Thu Jun 18, 2009 3:47 am

ill have a look at installshield. i have tried orca to turn off as you stated "ReaderBrowserIntegration" but it didnt seem to work.

are you using 7-zip to create your extracting exe file once you have your package?


Cheers

Chiners_68
chiners_68
 
Posts: 134
Joined: Wed Oct 04, 2006 4:21 am

Re: Adobe Reader 9.12 Multimode Installer

Postby user_hidden » Thu Jun 18, 2009 10:48 am

orca does not give you full access to the msi.
yes to compile the installer afterwards i use 7zsd.sfx

i got it i think.....

leave your current build alone and don't remove the feature in the msi.

to install adobe9 via cmdline and disable browser integration in SILENT mode use:

<path to>\msiexec.exe /i AcroRead.msi /qn DISABLE_BROWSER_INTEGRATION=YES
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Re: Adobe Reader 9.12 Multimode Installer

Postby chiners_68 » Mon Jun 22, 2009 6:09 am

user_Hidden,
I run that switch & at first it lead me to disapointment as the preference box for pdf in browser remained ticked. I done a bit of more web searching & found the browser plugin file is called nppdf32.dll. I have found that installing with that switch this file dosent get added to the "C:\Program Files\Adobe\Reader 9.0\Reader\Browser" directory so there is no plugin to display pdf in browser even though the preference is selected. PDF's from the web now open in adobe reader.

my next question is. have you got a guide so I can sfx this up as a package like you do but with that switch? Would be nice to know how this process is done so i can create my own pacakages.


thanks for your help.


regards

Chiners_68
chiners_68
 
Posts: 134
Joined: Wed Oct 04, 2006 4:21 am

Re: Adobe Reader 9.12 Multimode Installer

Postby user_hidden » Mon Jun 22, 2009 6:32 am

@chiners_68

you'll find a full description and use of 7dsfx : http://7zsfx.solta.ru/en/

Ricknintendo has made some great starter videos about building packages: http://www.wincert.net/forum/index.php?showtopic=4659
user_hidden
 
Posts: 123
Joined: Mon Dec 10, 2007 6:48 pm

Next

Return to Application Installer Releases

Who is online

Users browsing this forum: No registered users and 2 guests