Plugin will not install for IE11 on Win10 1703

Forum for the PDF-XChange Editor - Free and Licensed Versions

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
mmurray821
User
Posts: 2
Joined: Wed Dec 20, 2017 2:35 pm

Plugin will not install for IE11 on Win10 1703

Post by mmurray821 »

We are using SCCM to image our machines and the plug in for the PDF-xChange editor is not installing during that process for IE11. It works for Win7.

On the windows 10 machines, if we uninstall the editor and then use the exact same command line script during the SCCM image the plugins are installed. Needless to say we can't do this manual over 3200+ computers.

Command line install we use: EditorV6.x64.msi /qn /norestart ADDLOCAL="F_Viewer,F_ShellExt,F_Plugins,F_BrowserPlugins,F_IEPlugin" CREATEDESKTOPICON=0 ORGANIZATION="FirstBank" KEYDATA="*****"
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3550
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada
Contact:

Re: Plugin will not install for IE11 on Win10 1703

Post by Ivan - Tracker Software »

Can you please export and send us the following pieces of registry
HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/pdf
and
HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\MIMEAssociations

from both cases - when installed using local installer and via SCCM ?
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
mmurray821
User
Posts: 2
Joined: Wed Dec 20, 2017 2:35 pm

Re: Plugin will not install for IE11 on Win10 1703

Post by mmurray821 »

SCCM OCD install:
Root key: [HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/pdf]
"Extension"=".pdf"

MIME key: Does not exist. Just goes to Associations>UrlAssociations

Local install:
"CLSID"="{53719C00-353D-4FCF-A8AB-1B1027B60A49}"
"Extension"=".pdf"

MIME key: Does not exist. Just goes to Associations>UrlAssociations
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17948
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Plugin will not install for IE11 on Win10 1703

Post by Tracker Supp-Stefan »

Thanks mmurray821,

Thanks for these details. I've passed them to Ivan and he will comment as soon as possible!

Festive cheers,
Stefan
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3550
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada
Contact:

Re: Plugin will not install for IE11 on Win10 1703

Post by Ivan - Tracker Software »

Thanks, it is strange that CLSID is not present in SCCM installation.
Can you add logging parameters to your command line? So, it will look like:

Code: Select all

EditorV6.x64.msi /qn /norestart /lvx*! install.log ADDLOCAL="F_Viewer,F_ShellExt,F_Plugins,F_BrowserPlugins,F_IEPlugin" CREATEDESKTOPICON=0 ORGANIZATION="FirstBank" KEYDATA="*****"
and send us (please via email) this install.log file?
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
Post Reply