PDF Standardverknüpfung auf Adobe Reader11 setzen?

Antworten
mhaegele
Beiträge: 293
Registriert: 18 Aug 2010, 13:55

PDF Standardverknüpfung auf Adobe Reader11 setzen?

Beitrag von mhaegele »

Hallo,

Irgendwie komme ich nicht weiter,
bei der ansonsten sehr guten Installationsvorlage aus dem Wiki (sisterofmercy) ist
danach die PDF Standardverknüpfung nicht auf Adobe Reader gesetzt.

1. Kennt jemand die Registry Keys etc. für alle Benutzer die man setzen muß um Adobe Reader zum Standardpdfreader zu verknüpfen

oder muß ich mir tatsächlich den Reader 11 mit dem "Customization Wizard bauen"?
- das habe ich nicht gemacht.

2. ReaderPDFIntegration
Weiss jemand was dieser Installationsschalter macht, habe in der Adobe Doku nix konkretes gefunden ...

btw: Suchfunktion ist bei dem Skript standardmässig deaktiviert, habe nur die Option "searchandindex" gefunden die aus der "remove=
Anweisung entfernt wurde dann aber wieder die "Indizierung" mitinstalliert was ich nicht unbedingt bräuchte ...

Die Adobe Reader 10 Installation war ja schon hässlich
Adobe schafft es immer wieder sich selbst zu übertreffen ;-).

Vielen Dank Vorab für Eure Ideen
MH

Habe nach folgendem Skript installiert:
Auszug der relevanten Anpassungen
wiki/doku.php?id=userspace:adobe_reader_xi_yet_another

Code: Alles auswählen

[Winbatch_install_32]
"%SystemRoot%\system32\msiexec.exe" /l*v "$LogDir$\$ProductId$-setup.log" /qb-! /package "%ScriptPath%\files\AcroRead.msi" REBOOT=ReallySuppress SYNCHRONIZER=NO EULA_ACCEPT=YES DISABLE_BROWSER_INTEGRATION=YES ENABLE_CACHE_FILES=NO ENABLE_OPTIMIZATION=NO ADDLOCAL=ALL REMOVE=DTShortcut,MultimediaPlugin,Accessibility_Plugins,Atmosphere_3D,AdobeCommonLinguistics_Big,ARM,ReaderBrowserIntegration,Updater,ReaderAIRIntegration 

;/eigene Anpassungen 
;searchandindex aus den remove Einstellungen rausgenommen
; testweise ReaderPDFIntegration auch installiert 
;/ende eigene Anpassungen 
;Reader_Big_Features
;	Help
;	SearchAndIndex
;	MultimediaPlugin
;	Accessibility_Plugins
;	Atmosphere_3D
;	AdobeCommonLinguistics_Big
;ReaderProgramFiles
;	ARM	
;	ReaderBrowserIntegration
;	ReaderPDFIntegration
;	Enterprise
;	Updater
;	Plugins
;	AdobeCommonTypSpt
;	ReaderAIRIntegration
;DTShortcut	
 
[Winbatch_shellex_32]
; Disable unneeded shell extensions
;Description       : PDF Shell Extension
;Filename          : C:\Program Files (x86)\Common Files\Adobe\Acrobat\ActiveX\PDFShell.dll
"%ScriptPath%\files\shexview-x86\shexview.exe" /disable {F9DB5320-233E-11D1-9F84-707F02C10627}
 
;Extension Name    : Adobe PDF Preview Handler
;Filename          : C:\WINDOWS\system32\"pdfprevhndlrshim.exe"
"%ScriptPath%\files\shexview-x86\shexview.exe" /disable {49400A7C-81A8-4F52-8CCE-D54739EE87EC}
andré
Beiträge: 329
Registriert: 07 Jan 2014, 10:48

Re: PDF Standardverknüpfung auf Adobe Reader11 setzen?

Beitrag von andré »

Ich habe es auch erst ohne den Customization Wizard probiert, hat aber ebenfalls nicht funktioniert. Ich glaube nicht, dass du da drumherum kommst.
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: PDF Standardverknüpfung auf Adobe Reader11 setzen?

Beitrag von SisterOfMercy »

Hey, that's one of my scripts :D
I did change a few things, it now uses a seperate update3264.ins where the update AdbeRdrUpd11016.msp is installed. With a newer version I do not have to reinstall, but only update them.

I tend not to read the documents, but look at the msi file, and exclude all options that sound useless to me. If the program still works with all those things, those features were probably not needed then. This is why I include options that might not have been described in the documents.

https://www.adobe.com/devnet-docs/acrob ... tions.html
So I guess you should include IW_DEFAULT_VERB=Read on the command line.

ReaderPDFIntegration makes Reader the handler for PDF, FDF, XDP and various other extensions. You can view this with InstEd, an msi editor. Features tab -> Expand ReaderProgramFiles -> Expand ReaderPDFIntegration -> all components begin with Registry_, so I guess it does registry stuff.
One could always set the default PDF handler by hand, with a few registry keys, but from InstEd it looks like it's has a few parameters.

The customisation wizard just makes an MST file, which one could use once to find various settings you can't find yourself.

Oh well, try this:
Put IW_DEFAULT_VERB=Read in the commandline, and do not remove the ReaderPDFIntegration.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
mhaegele
Beiträge: 293
Registriert: 18 Aug 2010, 13:55

Re: PDF Standardverknüpfung auf Adobe Reader11 setzen?

Beitrag von mhaegele »

SisterOfMercy hat geschrieben:Hey, that's one of my scripts :D
Oh well, try this:
Put IW_DEFAULT_VERB=Read in the commandline, and do not remove the ReaderPDFIntegration.
Volltreffer. Danke das hat dieses Problem gelöst.

Ist jemand bekannt wie ich die "Werkzeugleiste mit PDF exportieren" Adobe PDF Export für "Onlinekonvertierung" usw. loswerde,
denke daß das Zusatzmodul "dex share plugin" dafür verantwortlich ist?

Danke vorab
MH
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: PDF Standardverknüpfung auf Adobe Reader11 setzen?

Beitrag von SisterOfMercy »

mhaegele hat geschrieben:Ist jemand bekannt wie ich die "Werkzeugleiste mit PDF exportieren" Adobe PDF Export für "Onlinekonvertierung" usw. loswerde,
denke daß das Zusatzmodul "dex share plugin" dafür verantwortlich ist?
http://www.adobe.com/devnet-docs/acroba ... index.html
FeatureLockdown -> Actions (online resources)

Maybe there. I only started reading this when making a package for reader DC which still isn't finished yet.
Do check the 'version #', sometimes settings are only for DC or only for older versions.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Antworten