簡體   English   中英

如何以編程方式關閉Foxit在瀏覽器設置中打開?

[英]How to programatically turn off Foxit open in browser settings?

我將使用Adobe Reader DC從我公司轉換到使用福昕閱讀器進行大規模的部署。 這主要是因為Reader DC拒絕在本機程序中打開PDF文檔,而不是通過IE擴展打開它們,即使完全禁用了擴展名。 不幸的是,默認情況下,Foxit已啟用設置以在瀏覽器選項卡中打開PDF。 我在注冊表中找到了Foxit設置樹,但那個特定的設置沒有。 我在HKCR的任何地方都找不到設置。 我想知道是否有辦法以編程方式關閉此設置,或者是否有一個控制此設置的注冊表項,我沒有看到。 我需要在大約140台機器上安裝所有這些(感謝上帝的遠程管理!)所以我花在每台機器上的時間越少越好。

詳細信息:由於我們在域上使用的Web服務,使用IE11作為主瀏覽器,所以我需要將設置應用於每台機器的所有帳戶

謝謝!

我做了一些研究,發現了下面的內容,看看VIEW_IN_BROWSER選項,你需要做一些測試來獲得它,但它應該讓你到那里。

Command-line for installation is:
msiexec /Option <Required Parameter> [Optional Parameter] [PROPERTY=PropertyValue]
For detailed information on msiexec.exe options, required parameters, and optional 
parameters, type msiexec on the command line or visit Microsoft TechNet help center.

Public Properties of the Foxit Reader MSI installation package.

Foxit Reader installation properties supplement the standard MSI public properties
to give administrators greater control over the installation of the application.

For the complete list of standard public properties please refer to: [url]http://msdn.microsoft.com/en-gb/library/aa370905(VS.85).aspx[/url]

The Foxit Reader properties are:
---------------------------------------------------------------------------------------------------------------
ADDLOCAL    <list of features>  The value of the ADDLOCAL property is a comma delimited list of features which the installation of Foxit Reader will make available locally. Foxit Reader installer defines the following features:
FX_PDFVIEWER - Foxit PDF Viewer and its components;
FX_FIREFOXPLUGIN - Plugin which is used for opening PDF files in Mozilla Firefox, Opera, Safari, and Chrome browsers. This feature requires FX_PDFVIEWER feature to be installed.
FX_SE - Plugins for Windows Explorer and Windows shell. These extensions allow viewing PDF thumbnails into Windows Explorer, handling preview of PDF files into Windows Vista and Office 2007. This feature requires FX_PDFVIEWER feature to be installed.
INSTALLLOCATION Specifies the folder where products will be installed.

MAKEDEFAULT Default value of "1", Foxit Reader will be set as default application for PDF files.
VIEW_IN_BROWSER Default value of "1", Foxit Reader will be configured to open PDF files inside browsers.
DESKTOP_SHORTCUT    Default value of "1", installer will place shortcut for installed application on Desktop.
STARTMENU_SHORTCUT  Default value of "1", installer will create program menu group for installed application and their components.
LAUNCHCHECKDEFAULT  Default value of "1", Foxit Reader will check if the Reader is the default reader when launching.
SAFEMODE    Default value of "1", Foxit Reader will run in the Safe Reading Mode.

資源

尼克的答案,調整安裝設置,是最好的,但如果你需要通過注冊表編輯這個,你可以嘗試更改

HKCU/SOFTWARE/Foxit Software/Foxit Reader 7.0/Preferences/IeAssociation/bShowInbrowser 

鍵從1到0。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM