Question
Acrobat 2020 MSI - disable Windows Explorer thumbnail preview handler during an initial install
We are currently preparing the deployment of Adobe Acrobat 2020 (Classic Track)
Most of your basic modifications could be done with the Customization Wizard, but we struggle disabling the thumbnail preview handler.
In the official admin guide it is written:
ADD_THUMBNAILPREVIEW
Installs and uninstalls the Windows Explorer thumbnail preview handler.
While this property can only be used during an initial install, the ThumbnailPreviewHandler property can be run anytime post install. Note also that admins can use bDisableThumbnailPreviewHandler to prevent users from toggling this feature on an off. For details, see the Preference Reference.
Installs and uninstalls the Windows Explorer thumbnail preview handler.
While this property can only be used during an initial install, the ThumbnailPreviewHandler property can be run anytime post install. Note also that admins can use bDisableThumbnailPreviewHandler to prevent users from toggling this feature on an off. For details, see the Preference Reference.
And the reference guide leads back to the admin guide, without further details. The values for the property are completely missing
Acrobat product integration with Windows Explorer can only be modified via command line properties or by invoking the installer. Since there is a user interface option to toggle this feature on and off, bDisableThumbnailPreviewHandler provides a method to prevent end users from changing the feature. Before locking the feature, admins can turn it on or off via the command line:
During initial install: run ADD_THUMBNAILPREVIEW
Post install: run ThumbnailPreviewHandler
For command line property details, see the Admin Guide.
During initial install: run ADD_THUMBNAILPREVIEW
Post install: run ThumbnailPreviewHandler
For command line property details, see the Admin Guide.
ADD_THUMBNAILPREVIEW = "NO" or "0" has no effect during install. Removing the THUMBNAILPREVIEWHANDLER from the MSIs feature list causes the installation to fail because of missing components.
I hope you can help us out.
If it's not possible to disable the thumbnail preview handler during the installation, please provide us the corrent command for post installation
Thank you and kind regards,
Stefan Boba
