Adobe Reader Silen Install

Posted on

Apr 21, 2015  Adobe Reader DC (Document Cloud) is the update and upgrade for Adobe Reader 11 but that’s not all. There are two tracks of Adobe Reader (with two different installation files) called Continuous and Classic. Choosing Between Continuous and Classic. The Package Library is a great resource to silently install Adobe Reader DC (and many other. I have used in the past wmic.exe product where 'name like 'Adobe Reader%' call uninstall. Wmic seems to no longer work with this latest version and KBOX doesn't show an uninstall command either. Not sure if this is a result of using the Adobe Customization Wizard XI or not. We are looking at rolling out the latest version of adobe reader dc 15 and they have seemed to have changed the silent install switch. Does anyone know what the current switch to install the exe.

You’ve got some users that need access to Adobe Photoshop or Dreamweaver perhapsthat’s where deploying Adobe Creative Cloud comes in. This post will have two parts. First you will make configurations using the Creative Cloud Packager, then you will create a deployment package to silently install Adobe Creative Cloud.Note: These steps will ONLY work for Team, Enterprise, or Education plans of Creative Cloud, NOT individual.

Making Configurations with the Creative Cloud PackagerYou’ll need to have administrator access to the Creative Cloud account. And select Manage team. From there you will be able to download the Creative Cloud Packager under Deployment Tools Download Win.This will download the CCPLauncher.exe. Launch the executable and login, then you will be able to select Create Package.Now you’ll need to give the package a name, a location where the package should be saved, architecture (32 or 64-bit), and the license type. License type will vary from plan to plan. Named License is available for the Teams plan.

Serial Number License is available for the Enterprise plan, and Device License is available for the education plan. You should only see the license(s) applicable to your account.In Package configurations, de-select the Applications & Updates via the Apps Panel options if the users are not also local administrators.

Reader

Adobe Reader Silent Install Switch

This will keep your users from getting update notifications or otherwise being prompted to install updates.Next, select the applications and/or updates you wish to build into your installer.That’s it! Click build and the Creative Cloud Packager will create a directory containing your MSI installer. Silently Install Adobe Creative Cloud PackageFor these next steps you’ll need to have PDQ Deploy downloaded. The free version works great for deploying to either 32-bit or 64-bit architectures. However if you want to create a deployment package that will deploy to both the 64-bit installer and the 32-bit installer to the respective target computers, you’ll want a two-step package that allows you to specify which architecture each package is to be deployed.For our example we will create a two step package to silently install Adobe Creative Cloud Package to both architecture types. In PDQ Deploy click New Package or select File New Package.

Name the Package and make sure you have your copy mode set to pull. Pull is recommended due to the size of this installation. Using the pull copy mode also requires that you place the Repository on an accessible file share. Click on Step 1, give the step a title. For the Install File, navigate to the directory where you downloaded the Creative Cloud 32-bit installer.

Make sure you select Include Entire Directory. If left unchecked your deployment WILL FAIL as you will be missing important pieces required for the installation.

Click on the Conditions tab and select the O/S Version. Since Adobe Creative Cloud products will only run on Windows 7 and above, exclude XP and Vista. Exclude servers unless required. Select the appropriate architecture. Since this step is installing the 32-bit Creative Cloud applications, select 32-bit from Architecture. If you have PDQ Deploy Pro or Enterprise mode and need to deploy another architecture type, add a new Install step. Repeat steps 1-4 with the new install file.

If you are using the free version of PDQ Deploy or only need to deploy to one architecture type you’re ready to save and silently install Adobe Creative Cloud.After you save the package you will find it in the Packages folder in the left side tree. Highlight the package, and click Deploy Deploy Once in the right corner of the console.IMPORTANT: While we make every effort to test on multiple platforms and architectures, it is highly recommended you test the deployment before a general release into production. Given the possibility of the package being substantially sized, testing will provide important information on bandwidth limitations and deployment times. In our tests, a single instance of Photoshop took anywhere from 15 – 20 minutes to deploy. Troubleshooting Deployment IssuesIf the package deployment fails and/or you receive a 1603 error, please try the following. Machines should be fully patched and not in need of a reboot. Check to ensure sufficient space is available on the drive where Adobe CC will be installed.

Adobe reader silent install setup.exe

Some Creative Cloud deployments can be several gigabytes in size, which includes the files copied to the target and the installed size. Clear out%WINDIR%Temp directory. Review the troubleshooting steps in this article:This post was adapted from a. Hi Brigg, I just created the package following your instruction and it’s working like a charm.

My package only contains Indesign 2015 and I deployed on a computer with Indesign 2014, so at the end I have both versions installed on that computer. According to you is there a way to automatically update the current version instead of installing the newer version next to the previous? Star wars knights of the old republic build. If not, creating a package that first uninstall the previous version and then install the newer version could be a good idea?Thanks in advance.CiaoMassimo. Hi guysWhile these steps will work most of the time, there seems to be an issue or bug with Acrobat package if you deploy it on its own with CC app.Basically, CC app is installed, but the Acrobat package exits with error code 19 (logs has a lot of return codes 1 in them, too). Despite the error code, PDQ will still receive code 0 and think it was a success.The workaround for this problem (and good alternative to above steps) is instead of using MSI file, use EXE file with –silent parameter.See Adobe documentation on how to specify language if required, not sure there are more switches though.As of today with latest CCPLauncher I can confirm that running exe silently installs both cloud and Acrobat nicely and it supports elevated installation where user is not required to be an admin for installs or updates from CC app.Cheerio.

I'd say, Shaun Vermaak's comment is confusing at least: the command line posted is for the exe, i.e. Without extracting the msi. If you extract the msi, then the command line would be very different. However, the issue is made further more difficult by the fact that besides the msi, there's also a patch, an.msp file, so the user would have to install the msi, and then on top of it an msp.

The best way to to it is by creating administrative installation.However, all this, and more, is described at Adobe manual that I linked. (did not notice the previous comment)Not true, all files are used but you do not need to install MSI, then MSP etc. You only need to run one commandMSP is a patch that patches an existing installation, usually to the next version.

First you run msi, which installs the baseline version, then you run the patch that upgrades. If this is for network distribution in active directory, usually you create administrative installation from the MSI, then you patch it with the MSP, and then the users install on their machines from administrative installation.Maybe you confused msp with transform (mst), which you indeed would run in the same command with the msi it's supposed to modify. Msp is different.