App-V Deployment: Acrobat

This guide describes how to deploy Acrobat via App-V so that the application is delivered on demand but runs as if installed locally. For a deployment overview, refer to the App-V deployment video.

Downloads:

Continuous track:

Classic track:

Unsupported scenarios

  • User-publish

  • Roaming profiles.

  • App-V is not tested in Citrix environments.

System requirements

  • Microsoft Application Virtualization Sequencer Version 5.0 SP3 or 5.1.

  • Acrobat (either track)

  • Product system requirements

  • Products sequenced on a 32-bit machine must be deployed on 32-bit clients and products sequenced on a 64-bit machine must be deployed on 64-bit clients.

Tuning

Tune the installer prior to imaging and deployment.

Tuning helps mitigate performance issues, simplifies the end user experience, and allows you to disable features and behaviors that should not be accessible to end users in an IT-managed environment.

  • Install the latest product

  • Accept the EULA on behalf of all users by using the PRTK tool.

  • If the product language should be different than the OS language, set the language.

  • Suppress registration (there are multiple ways: Wizard, cmd line property, PRTK tool).

  • Disable push notifications: Set HKLM\SOFTWARE\WOW6432Node\Policies\Adobe\(product name)\(version)\FeatureLockdown\cServices\bToggleNotifications to 0.

  • Disable the Help > Repair Acrobat Installation menu by setting the following to 1 (DWORD):

    • 32 bit machines: [HKLM\SOFTWARE\Adobe\(product name)\(version)\Installer] "DisableMaintainence"

    • 64 bit machines: [HKLM\SOFTWARE\Wow6432Node\Adobe\(product name)\(version)\Installer] "DisableMaintainence"

Other settings

There are over 500 other registry preferences documented in the Preference Reference. Use the Wizard or manual/scripted methods to customer the product.

Preparing the environment

Prepare the sequencing machine following Microsoft’s guidelines.

  • Create the following registry DWORD entry with a value of 1 to see the option of selecting PVAD while sequencing: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\Sequencer\Compatibility]EnablePVADControl=1

  • Processes that normally run on your computer can slow down the sequencing process and cause irrelevant data to be gathered during sequencing. Because the Sequencer scans for these (and similar) processes before creating a Virtual Application Package, the following programs should be stopped:

    • Windows Defender

    • Antivirus software

    • Disk Defragmentation Software

    • Windows Search

    • Microsoft Update

    • Any open Windows Explorer session

  • Optional: Use the Customization Wizard to further customize the installer.

Creating an App-V Package

Create a template

Templates allow you to control what files become part of the package, and you should exclude unnecessary files. You may wish to create the template after sequencing as described below.

To create a template, start with the provided template, OR perform the following steps:

  1. Launch the Microsoft App-V Sequencer.

  2. Go to Tools > Options.

  3. In the pop-up, go to Exclusion Items tab.

  4. Choose New.

  5. Add folders to the Exclusion Items List based on your 64-bit or 32-bit install:

  • 64-bit:

    • [\{Profile}]

    • [\{AppData}]

    • [\{LocalAppDataLow}]

    • [\{AppVPackageRoot}]\Acrobat\Browser\nppdf32

  • 32-bit:

    • [{Profile}]

    • [{AppData}]

    • [{LocalAppDataLow}]

    • [{Common AppData}]\Adobe\SLStore

    • [{ProgramFilesCommonX86}]\Adobe\PCF

    • [{ProgramFilesCommonX86}]\Adobe\SLCache

    • [{ProgramFilesCommonX86}]\Adobe\Adobe PCD

    • [{AppVPackageRoot}]\Acrobat\Browser\nppdf32

  1. Close the options window.

  2. Choose File > Save As Template…

  3. Choose OK when the dialog appears.

  4. Save as an .appvt file.

  5. Exit.

Sequence Adobe Acrobat

Tip

See the how to video.

There are two ways to approach sequencing:

  • Use the Microsoft Sequencer UI, and create a template file after you create the package as described below. This method incorporates all the changes included the exclusion list as well as the configuration in the package editor’s advanced tab window.

  • Create the Acrobat App-V package with powershell command below. Doing so replaces steps 1-25 but does not incorporate the settings in the last steps. For example, for the Continuous track:

New-AppvSequencerPackage -Name "{Any arbitrary name...}" -PrimaryVirtualApplicationDirectory "C:\Program Files
x86)\Adobe\Acrobat" -Installer "{Absolute path to the installer}" -OutputPath "{the package
location}" -TemplateFilePath "{Path to the template file}"

Manual steps

  1. Start the Microsoft Sequencer.

  2. Choose Go to File > Load Template… and select your saved template (.appvt).

  3. Select Create a new Virtual Application Package > Create Package.

  4. Choose Next.

  5. If there are any warnings on the Prepare Computer screen, correct them.

  6. Choose Next.

  7. On the Type of Application screen, select Standard Application.

  8. Choose Next.

  9. On the Select Installer screen, enter the path to your product installation files (Setup.exe). For custom installs, check Perform Custom Installation.

  10. Choose Next.

  11. In the Package Name screen, enter an application name (such as Adobe Acrobat).

  12. In the PVAD screen, enter the Acrobat installation path. Install Acrobat to this location only. For example, C:\Program Files (x86)\Adobe\Acrobat.

  13. When the installer appears in the Sequencer Screen, select “Trial and subscription mode”. Note: Licensing options appear in subsequent sections.

  14. Install to the location that has been entered as PVAD above using the “Customize” button in the Installer.

  15. Follow the on-screen instructions.

  16. Choose Close (do not choose Launch Now). If you have chosen Custom Installation Option, nothing will happen on the machine.

  17. To install Acrobat via a command-line and suppress the EULA:

  1. Open a command window in admin mode.

  2. Go to the Acrobat installer location.

  3. Verify Acrobat is installed in the PVAD location.

  4. Run the following:

Setup.exe /msi EULA_ACCEPT=YES INSTALLDIR=<Path given as PVAD> <additional installer options>
  1. Create a new registry preference (Serialized installs only-all tracks):

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\(track name)\Activation]
"IsAMTEnforced"=dword:00000001

18a. Named User Licensing installs only. Create the following two keys:

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Licensing\UserSpecificLicensing]"Enabled"="1" (REG_SZ)
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Identity\UserSpecificIdentity]"Enabled"="1" (REG_SZ)

18b. Feature Restricted Licensing connected and offline packages. Create the following key:

HKLM\SOFTWARE\WOW6432Node\Adobe\Licensing\FeatureRestrictedLicensing]"Enabled"="1"  (REG_SZ)
  1. After installation completes, select I am finished installing.

  2. Choose Next.

  3. Do not run any Application in the Configure Software screen. Choose Next.

  4. After the Sequencer collects the system changes, review the Installation Report which detects common sequencing issues.

  5. Choose Next.

  6. Choose Stop Now.

  7. Choose Next.

  8. Select “Continue to modify package without Saving using the package editor”.

  9. Choose Next.

  10. In Package Editor window, open the Advanced Tab and check the following checkboxes:

    • Allow virtual applications full write access to virtual file system.

    • Allow COM Objects to interact with Local System.

    • Allow all named objects to interact with Local System.

  1. Verify the files and folders excluded above do not appear in the package:

    • <Package root>\Acrobat\Browser > nppdf32.* (any files starting with that string)

    • <Package root>\VFS\Profile

    • <Package root>\VFS\Local\AppDataLow

    • <Package root>\VFS\AppData

    • <Package root>\VFS\Common Appdata\Adobe\SLStore

    • <Package root>\VFS\ProgramFilesCommonX86\Adobe\SLCache

    • <Package root>\VFS\ProgramFilesCommonX86\Adobe\Adobe PCD

    • <Package root>\VFS\ProgramFilesCommonX86\Adobe\PCF

  2. Select “Merge with local Directory” option for the following folders.

    • <Package root>\VFS\ProgramFilesCommonX86\Adobe

    • <Package root>\VFS\CommonAppdata\Adobe

  3. Serial number deployents only. Add the necessary files to the Scripts folder.

31a. Feature Restricted Licensing connected and offline packages only.

  1. Go to https://adminconsole.adobe.com/

  2. Create a license only package. (Do NOT include the Acrobat installer in the package).

  3. Add adobe-licensing-toolkit.exe and json files from the FRL package created above to the scripts folder.

Embed scripts

  1. Download and unzip required scripts.

  2. Go to the Package Files tab in the Editor.

  3. Navigate to Package > Scripts.

  4. Right click the Scripts folder and choose Add to embed a new script into the package.

  • Publish.ps1: A PowerShell script to identify the location of App-V Acrobat on system, deploy Acrobat App-V in various Licensing modes, and suppress the updater on the client.

  • Unpublish.ps1: An un-publish script which removes Adobe Acrobat activation as well as the updater and the location entry created by Publish.ps1.

  • To volume serialize Acrobat on the client machine, include prov.xml in the package scripts. Generate this XML File on the sequencer machine using adobe_prtk.exe, and then run the APTEE Command from an elevated command prompt as shown below.

  • Runtime.bat: This run-time script is only required when Acrobat should run in sandbox mode. The script creates the parent registry of the pass-through entries in App-V. This script only works for the domain users and will throw error 534 if a local user tries to open the Virtual Document Cloud App. Use the above script only when the package is published to the domain users.

Note

NUL (named user) installs don’t require using prov.xml.

adobe_prtk.exe --generate --tool=VolumeSerialize --leid=<LEID> --serial=<Volume Serial No> [--regsuppress=ss]
  1. Save the package.

  2. Close the editor.

Post sequencing steps

The DeploymentConfig.xml file resides in the same folder as the .appv file. Modify it as described below.

  1. Create script extension points by adding the script calls inside the <MachineScripts> tag. The Publish and Unpublish scripts require arguments as follows:

    • Channel name: Either 2020|2017|2015|DC.

    • The Package ID: Copy it from the <DeploymentConfiguration line. For example, PackageId="dcc25ced-6e2e-4a44-8ef3-4afe3e3fbde8"

    • Product path: Copy it from the <Application Id line in the <Applications> tag. For example, <Application Id="[{AppVPackageRoot}]\Acrobat\Acrobat.exe" Enabled="true">

Note

NUL installs should remove [-Serialize]</Arguments> from the example below.

<MachineScripts>
        <PublishPackage>
                <Path>powershell.exe</Path>
                <Arguments>-f "[{AppVPackageRoot}]\..\Scripts\Publish.ps1" <Package GUID copied from PackageID> "[{AppVPackageRoot}]\Acrobat\Acrobat.exe" [-ChannelName {2015|2017|2020|DC}] [-Serialize]</Arguments>
                <Wait RollbackOnError="true" Timeout="240"/>
        </PublishPackage>
        <UnpublishPackage>
                <Path>powershell.exe</Path>
                <Arguments>-f "[{AppVPackageRoot}]\..\Scripts\Unpublish.ps1" [-ChannelName {2020|2017|2015|DC}] </Arguments>
                <Wait RollbackOnError="false" Timeout="120"/>
        </UnpublishPackage>
</MachineScripts>

Note

the Publish script takes -Serialize as an optional argument to volume serialize the product. Otherwise, Acrobat is deployed in trial mode on the client machine.

  1. Set the COM integration mode:

<COM Mode="Integrated">
        <IntegratedCOMAttributes OutOfProcessEnabled="true" InProcessEnabled="false" />
</COM>
  1. Set named object interaction. Change all <Objects> tags to false:

<Objects Enabled="false">
  1. Configure <UserScripts> to add Runtime.bat so that it is triggered on the creation of the virtual environment for the package.

<UserScripts>
 <StartVirtualEnvironment  RunInVirtualEnvironment="false">
  <Path>cmd.exe</Path>
  <Arguments>/c "[{AppVPackageRoot}]\..\Scripts\Runtime.bat"</Arguments>
  <Wait RollbackOnError="false"/>
 </StartVirtualEnvironment>
</UserScripts>
  1. Disable virtual fonts subsystem. The required fonts would be locally registered on the client machine by our supplementary App-V installer.

<Fonts Enabled="false">
  1. (OPTIONAL) Hide unnecessary extension points. Configure <Applications> to hide “AcrobatInfo” application from being seen in the list of recommended programs when users try to change the default PDF viewer. This application also has the name “Adobe Acrobat”; however, as a default application for .pdf files, it does not perform anything and so should not appear.

<Application Id="[{AppVPackageRoot}]\Acrobat\AcrobatInfo.exe" Enabled="false">
        <VisualElements>
                <Name>Adobe Acrobat</Name>
                <Icon />
                <Description />
        </VisualElements>
</Application>
  1. Feature Restricted Licensing connected or offline package.

    1. Go to https://adminconsole.adobe.com/

    2. Create a license only package. (Do NOT include the Acrobat installer in the package).

    3. Add adobe-licensing-toolkit.exe and json files from the FRL package created above to the scripts folder.

    4. Add the -Frl option to the machine scripts tag:

<MachineScripts>
        <PublishPackage>
                <Path>powershell.exe</Path>
                <Arguments>-f "[{AppVPackageRoot}]\..\Scripts\Publish.ps1" <Package GUID copied from PackageID> "[{AppVPackageRoot}]\Acrobat\Acrobat.exe" [-ChannelName {2015|2017|DC}] [-Serialize] [-Frl]</Arguments>
                <Wait RollbackOnError="true" Timeout="240"/>
        </PublishPackage>
        <UnpublishPackage>
                <Path>powershell.exe</Path>
                <Arguments>-f "[{AppVPackageRoot}]\..\Scripts\Unpublish.ps1" [-ChannelName {2017|2015|DC}] [-Frl]</Arguments>
                <Wait RollbackOnError="false" Timeout="120"/>
        </UnpublishPackage>
</MachineScripts>

Deploying a client package

Prerequisites

  • Enable scripting on client machines. The Acrobat Package contains scripts which are executed on the client machine in order to provide a feature rich experience to the end user. The scripts can be enabled via:

Set-AppvClientConfiguration -EnablePackageScripts $true
  • Publish the package globally: Extension points for the Acrobat App-V Package require machine-level installation. With App-V 5.0 SP2, publishing globally automatically creates these extensions and Acrobat behaves like an installed application.

Note

User-publish is not supported.

  • Apply the hotfix to the App-V 5.0 SP3 Client See https://support.microsoft.com/kb/3039022. This hot-fix fixes the problems of the application crashing while performing an OCR, editing a PDF file and opening a shared review PDF file.

  • Optional: Enable FeatureLockdown on Clients. To suppress or lock certain features on the client, do one of the following:

    1. Manually create the FeatureLockDown keys on the client machine either by pushing policies from the server.

    2. Add the keys inside the package itself from the package editor window using the Registry tab. This requires removing the HKEY_LOCAL_MACHINE\SOFTWARE\Policies registry entry from the list of pass-through registry keys (at HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\AppV\Subsystem\VirtualRegistry on the client machine. Since, the change is machine specific this will impact other virtual applications as well, hence, care must be taken while choosing this step.

Publishing

  1. To publish the package globally, run the following Power-Shell command:

Add-AppvClientPackage [Path_to_AppV_Package] -DynamicDeploymentConfiguration
[Path_to_DeploymentConfig_xml_File] | Publish-AppvClientPackage –Global |
Mount-AppvClientPackage
  1. To leverage all of Acrobat’s features, install the supplementary App-V Kit downloads (at the top of this page) on the user’s machine. The kit does the following:

  • MS Office Integration - Context Menu and In-App Acrobat Ribbons.

  • Mail Integration - MS Outlook and Lotus Notes will start showing Acrobat Features.

  • Adobe PDF Printer - Allows the user to print any file to Adobe PDF.

  • Web Capture - Allows the user to be able to convert a webpage to Adobe PDF inside the Browser.

  • Registers necessary fonts on the client which will be used by the virtual application.

Unpublishing

If you have installed the MSI at the time of publishing the package, then it is recommended to uninstall it before unpublishing or removing the package from your system. Since the Acrobat Package creates extension points on system, it is necessary to stop the package before unpublishing and removing it from the client machine. The package should be unpublished globally as follows:

  1. Stop the package.

  2. Verify adobe_prtk.exe is in the same directory as the package.

  3. Run the following:

Get-AppvClientPackage -Name "*Adobe Acrobat *" | Stop-AppvClientPackage |
Unpublish-AppvClientPackage -Global | Remove-AppvClientPackage

Tip

If you unpublish the App-V package from the machine instance on user logout, then users won’t need to manually sign out in order to avoid over activation messages on subsequent log-ins.

Patching Acrobat

Note

Due to a number of significant changes, it is not possible to update existing installs with the August, 2020 update. When migrating to a post-August, 2020 release, create a new package with a full installer.

Prerequisites

  • An existing Acrobat App-V Package

  • The installer from which the actual Acrobat Package was created.

  • The latest Acrobat patch or update of the same channel from which the original package was created.

  • The template that was created in the “Create a template” section above.

  • Close the same processes that were closed when publishing the initial package.

  • Registry settings are not migrated during a patch. If required, copy existing registries to the new install.

Pre-sequencing steps

The pre-sequencing steps are identical to those for creating an App-V Package.

Sequencing a patch

  1. Start the Microsoft Sequencer.

  2. Choose File > Load Template… and select your saved template (.appvt).

  3. Choose Modify Existing Virtual Application Package. A dialog appears.

  4. Choose Update Application in existing package.

  5. Choose Next.

  6. Browse to the .appv file of the virtual application package that needs to be patched.

  7. Choose Next.

  8. After the sequencer is done loading the package, it will display the issues if anything is wrong with the machine. If there are no serious issues, choose Next. If there are issues, address those issues and repeat the previous steps.

  9. Choose Select the installer for the application.

  10. Browse to the .msp patch file.

  11. Choose Next. The patch is invoked automatically.

  12. If the Windows installer asks for the location of the MSI file, point to the location where the application installer was copied.

  13. Choose OK.

  14. After the patch completes, close the patch installer.

  15. Create a new registry preference (for products released after December, 2018):

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\<version>\Activation]
"IsAMTEnforced"=dword:00000001
  1. After installation, select I am finished installing.

  2. Choose Next.

  3. After the application collects the system changes, choose Next.

  4. Review the Installation Report which detects common sequencing issues during sequencing.

  5. Click Next.

  6. Do not go to Configure Screen. Instead, select Stop Now.

  7. Choose Next.

  8. Select Continue to modify package without Saving using the package editor.

  9. Choose Next.

  10. Choose Close. The Package Editor will open.

  11. Move to Advanced Tab and check the following:

    • Allow virtual applications full write access to virtual file system.

    • Allow COM Objects to interact with Local System.

    • Allow all named objects to interact with Local System.

  1. Verify the files excluded from the package (above) are not present inside the package.

  2. Select “Merge with local Directory” option for the following folders.

    • <Package root>\VFS\ProgramFilesCommonX86\Adobe

    • <Package root>\VFS\CommonAppdata\Adobe

  1. The scripts and other files added while creating the package from scratch are lost during patching. Re-add them as described in “Sequence Adobe Acrobat” above.

  2. Save the package and move on to Post Sequencing Steps in the following section.

Post Sequencing Steps

Modify DeploymentConfig.xml as described above.

Known issues

  • Automatic updates or manual end user updates are not supported. App-V updates are pushed by enterprise IT.

  • On-the-fly switching of the default PDF handler (viewer) from within the application is not supported. Handler selection can occur at install time or prior to deployment.

  • PDF previews are not visible in Windows Explorer.

  • Opening a PDF inside Internet Explorer does not work on Win 8.1 and Win 10 when IE’s Enhanced Protected Mode is turned on.

  • Conversion of .vsl files does not work with App-V Acrobat via Context Menu Handlers. For details and a workaround, see https://helpx.adobe.com/acrobat/kb/pdf-conversion-of-visio-files-through-context-menu-in-app-v-envi.html

  • App-V Acrobat may crash when invoking Send for Signature if App-V Reader is present on the same machine and not previously launched by the user. For details, see https://helpx.adobe.com/acrobat/kb/send-for-signature-crashes.html.

Known issues added June, 2020

  • NUL-license is not deactivated from the machine on AppV package unpublish.

  • Thumbnails for non-PDF files are missing while creating and combinig portfolios. There is no current workaround.

  • The Office PDFMaker Add-In is not enabled on installation. The add-in must be enabled manually from MS Word/PPT/Excel. To do so:

  1. Launch MS Word/Excel/PPT

  2. Click on Options from the bottom left corner

  3. Click on “Add-Ins” from the Options menu

  4. Select “COM Add-ins” and Click “Go” from bottom of the menu

  5. Enable checkbox for “Acrobat PDFMaker Office COM Addin”.

  6. Click OK.

The Acrobat tab will now appear on the MS Office app so that users can create and share PDFs.

  • A registry entry is not added/updated/removed during the install and uninstall of Acrobat and context menu therefore fail to function. To enable the Create and Combine menu items in the context menu, do the following:

  1. Create a new key: HKLM\SOFTWARE\WOW6432Node\Adobe\Acrobat Elements\{Track DC/2015/2017}\InstallPath

  2. Set the value to: Default |C:\ProgramData\Microsoft\AppV\Client\Integration\{Package ID}\Root\Acrobat Elements