
- NITRO PDF READER SCCM DEPLOYMENT PDF
- NITRO PDF READER SCCM DEPLOYMENT INSTALL
- NITRO PDF READER SCCM DEPLOYMENT WINDOWS 10
- NITRO PDF READER SCCM DEPLOYMENT PRO
- NITRO PDF READER SCCM DEPLOYMENT FREE
To do that with a command line, run "msiexec /fa can be found in HKLM\software\wow6432node\Microsoft\windows\currentversion\uninstall for 64-bit programs and HKLM\software\Microsoft\windows\currentversion\uninstall. You may need to create dependencies to do so.
NITRO PDF READER SCCM DEPLOYMENT PDF
Run a repair of your PDF reader that you want to keep as default (in my case nitro) AFTER the install. Make the registry key changes that I suggested above Make sure to select "Installer will decide which product will be the default" under "Installation Options." Use the Adobe Customization Wizard DC to make the changes I suggested above.
NITRO PDF READER SCCM DEPLOYMENT INSTALL
It allows me to install Acrobat Reader, while keeping Nitro as the default, and it keeps the Nitro IE add-in working (Adobe also tries to take over as the default IE add-in otherwise).
NITRO PDF READER SCCM DEPLOYMENT WINDOWS 10
Keep in mind that you could also do this with a RegAdd command, if you are not using the customization wizard.Īlright, so here is my final answer, and this is working perfect for me with Nitro 12 and Adobe AcroRdrDC1901020064 on Windows 10 1703, 1709, 1803.
NITRO PDF READER SCCM DEPLOYMENT FREE
I then created two applications, one for our more basic computers that only have the free reader DC (YES set as default), and one for my users who have Nitro (NO to all defaults). The easiest way would be to set it as the default manually, then go to these keys and see what the default key says. HKEY_CLASSES_ROOT\.fdf\(Default), \pdf\(default), \ppdf\(default) - changed to "NitroPDF.PPDFDoc.12" For your example, you would have to find out what Foxit is called in this context in the registry. For my example, to make Nitro PDF the default reader, I had to add the following keys: HKEY_CLASSES_ROOT, then change the data under "Default" to the program that you want it to be. Solution: Use the Adobe Customization Wizard DC to add registry keys to make your preferred reader the default. Installing Acrobat reader would always set itself as some defaults, which would irritate my users to no end.
NITRO PDF READER SCCM DEPLOYMENT PRO
We have a similar issue going on, where we use Reader DC for our Free PDF reader, and Nitro PDF Pro for our paid reader. Although (technically) the Adobe moderator is right that you're not "supposed" to be able to change the default settings globally, you can. Note: This property is deprecated on Windows 10 machines and DISM-GPO configuration methods must be used.Īlright, I've got this figured out for you. IW_DEFAULT_VERB interacts with the Adobe property LEAVE_PDFOWNERSHIP which is often used for silent installs where the user should not be asked to select a default PDF viewer.


YES prevents the new installation from taking over PDF ownership. Note: This property is deprecated on Windows 10 machines and DISM-GPO configuration methods must be used.įor new installs. Default silent installations assume OWNERSHIP_STATE is 2. When the checkbox is not selected, OWNERSHIP_STATE is set to 0.


The UserChoice key for all existing users is updated and a system level xml file will be updated to handle any future users.ĭefault UI-based installations will display a checkbox that allows the user to set the product as the default PDF owner and set OWNERSHIP_STATE to 1. 2: Take ownership for all existing and new users.The UserChoice key for the current user is updated. 1: Take ownership for the current user.Specifies whether to take ownership of any file type the product recognizes (pdf, fdf, etc.). Use the Adobe Properties in the Command Line or in the Setup.ini file in your deployment package so that the second install does not take ownership of the PDF file type.Īdobe Properties - Enterprise Administration Guide PDF Ownership
