Quantcast
Channel: Adobe Community: Message List - Enterprise Deployment (Acrobat and Reader)
Viewing all 6853 articles
Browse latest View live

C++ not installing when I install Acrobat DC

$
0
0

I'm installing adobe dc via .msi and trying to get the C++ 2013 to install with the installation. Even though I have set the settings in my setup.ini file, it doesn't seem to install the 2013 C++. Am I missing something?

 

[Startup]

RequireOS=Windows 7

RequireMSI=3.1

RequireIE=7.0.0000.0

Require64BitVCRT=1

CmdLine=/rs /sPB

 

 

[Product]

msi=AcroProDC.msi

vcrtMsi=vc_runtimeMinimum_x64.msi

vcrtDir=VCRT_x64

vcrtCommandLine=VSEXTUI=1

Languages=2052;1028;1029;1030;1043;1033;1035;1036;1031;1038;1040;1041;1042;1044;1045;1046; 1049;1051;1060;1034;1053;1055;1058;1025;1037;6156

2052=Chinese Simplified

1028=Chinese Traditional

1029=Czech

1030=Danish

1043=Dutch (Netherlands)

1033=English (United States)

1035=Finnish

1036=French (France)

1031=German (Germany)

1038=Hungarian

1040=Italian (Italy)

1041=Japanese

1042=Korean

1044=Norwegian (Bokmal)

1045=Polish

1046=Portuguese (Brazil)

1049=Russian

1051=Slovak

1060=Slovenian

1034=Spanish (Traditional Sort)

1053=Swedish

1055=Turkish

1058=Ukrainian

1025=English with Arabic support

1037=English with Hebrew support

6156=French (Morocco)

CmdLine=TRANSFORMS="AcroProDC.mst"

 

 

 

 

[Windows 7]

PlatformID=2

MajorVersion=6

MinorVersion=1

 

 

[MSI Updater]

Path=WindowsInstaller-KB893803-v2-x86.exe

 

 

 

Thanks,


Re: How to Remove the "Sign In Required" that launches after install?

$
0
0

I have the same problem.

 

We have serial, bought a lot of licenses.

downloadad Acrobat_2015_Web_WWMUI.exe from our adobe  licensing portal.

 

i create a transform file with "Acrobat Customization Wizard DC". my setting under "Online Services and Features" is simple "Disable all services".

Saved the transform file and start the installation with command line:

msiexec /I "AcroPro.msi" TRANSFORMS="AcroPro.mst"

 

Adobe installed successful but when i start i need a Adobe ID Login.

Then i try the registry trick, create a registry  file with this keys:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\2015\FeatureLockDown\cServices]

"bUpdater"=dword:00000000

" bEnableAcrobatHS"=dword:00000000

" bToggleAdobeDocumentServices"=dword:00000001

"bAdobeSendPluginToggle"=dword:00000001

"bToggleAdobeDocumentServices"=dword:00000001

"bToggleAdobeSign"=dword:00000001

"bTogglePrefSync"=dword:00000001

"bToggleWebConnectors"=dword:00000001


Also this is not working.

 

Why???????

This really frustrating. The "Acrobat Customization Wizard DC" is a simple and easy to use tool but  nothing works.

other problem is, in same cases the installation failed because VC++ 2013 is not installed. but if you run a unattended installation you don't see any message why it's not working.

Re: Acrobat DC - set internet connection speed to LAN

$
0
0

Use the Adobe Customization Wizard's Registry panel and use this entry:

 

[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\11.0\AVGeneral]

"iConnectionSpeed"=dword:00989680

Re: C++ not installing when I install Acrobat DC

$
0
0

Your Startup section PROPERTY name is INCORRECT!  You are missing "10" after "Require64BitVC" and before "RT" in the PROPERTY name.

It should use "Require64BitVC10RT" not "Require64BitVCRT"

Re: Customization Wizard Not Working on Prior Install

$
0
0

Try using the registry entries documented in the ETK for that one machine

 

Services integration

 

Services integration (DC)

These settings for DC products replace those used by 11.x and earlier. By default, Adobe online services are tightly integrated with the user interface so that users can leverage them in enterprise workflows. Adobe's services are rapidly evolving and allow your organization to increase its efficiency with zero infrastructure and management costs.

Summary table
bAdobeSendPluginToggleToggles the Adobe Send and Track plugin for Outlook
bToggleAdobeDocumentServicesDisables all service access except those features controlled by the other preferences.
bToggleAdobeSignDisables Adobe Send for Signature (formerly EchoSign).
bTogglePrefSyncDisables preferences synchronization.
bToggleWebConnectorsDisables 3rd party connectors.
bUpdaterDisables both updates to the product's web-plugin components as well as all services.

 

bUpdater

 

Data typeboolean: DWORD value > REG_DWORD
Default
Version #DC
HKLM PathHKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cServices
SummaryDisables both updates to the product's web-plugin components as well as all services.
DetailsThis new preference replaces the now deprecated HKCU services master switch bEnableAcrobatHS. It disables both updates to the product's web-plugin components as well as all services without exception, including any sign-in screen. The setting is not the same as bUpdater which resides directly under FeatureLockdown and disables product updates. Possible values include:
  • 0: Disable services and service component updates.
  • 1: Enable services.

bToggleAdobeDocumentServices

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe ReaderTop> Workflows> Services integration (DC)> bToggleAdobeDocumentServices
Data typeboolean: DWORD value > REG_DWORD
Defaultnull
Version #DC
HKLM PathHKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cServices
SummaryDisables all service access except those features controlled by the other preferences.
DetailsThis setting does not affect Adobe Send for Signature, preference synchronization, or third party connectors. Possible values include:
  • 0: Enable Document Cloud services.
  • 1: Disable Document Cloud services.

bToggleAdobeSign

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe ReaderTop> Workflows> Services integration (DC)> bToggleAdobeSign
Data typeboolean: DWORD value > REG_DWORD
Defaultnull
Version #DC
HKLM PathHKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cServices
SummaryDisables Adobe Send for Signature (formerly EchoSign).
DetailsPossible values include:
  • 0: Enable Adobe Send for Signature.
  • 1: Disable Adobe Send for Signature.

bTogglePrefSync

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe ReaderTop> Workflows> Services integration (DC)> bTogglePrefSync
Data typeboolean: DWORD value > REG_DWORD
Defaultnull
Version #DC
HKLM PathHKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cServices
SummaryDisables preferences synchronization.
DetailsThis preference disables and locks a new feature which synchronizes desktop preferences across devices on which the user is signed in with an Adobe ID (including phones). Possible values include:
  • 0: Ensable preferences synchronization.
  • 1: Disable preferences synchronization.

bToggleWebConnectors

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe ReaderTop> Workflows> Services integration (DC)> bToggleWebConnectors
Data typeboolean: DWORD value > REG_DWORD
Defaultnull
Version #DC
HKLM PathHKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cServices
SummaryDisables 3rd party connectors.
DetailsAllows configuring in-product access to third party services for file storage. Possible values include:
  • 0: Enable 3rd party connectors.
  • 1: Disable 3rd party connectors.

bAdobeSendPluginToggle

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe ReaderTop> Workflows> Services integration (DC)> bAdobeSendPluginToggle
Data typeboolean: DWORD value > REG_DWORD
Default1
Version #DC
HKCU PathWorkflows
HKLM PathHKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cCloud
SummaryToggles the Adobe Send and Track plugin for Outlook
DetailsWhen enabled, an Adobe Send and Track button appears in Outlook when composing an email. It enables sending large files as public links through Outlook. The attached files are uploaded to Adobe Document Cloud and public links to the files are inserted in the email body. Recipients can click the link to preview the file in a browser window and can download the file if needed. Possible values include:
  • 0: Disable Adobe Send and Track.
  • 1: Enable Adobe Send and Track.

How to update or patch Adobe Reader DC without local admin rights

$
0
0

We are about to deploy Adobe Reader DC in an enterprise environment where none of the users has local admin rights on their desktops.  Updating and patching typically requires that users are local administrators on their PC, but that is not allowed in this corporate environment.  If set to install updates automatically, do you know if Adobe Reader DC updates & patches will get installed on these computers?  If not, is there any other way to get these updates installed, either by using an Adobe tool or otherwise a 3rd party solution?

Re: How to update or patch Adobe Reader DC without local admin rights

$
0
0

HI Norman,

 

If users do not have local admin rights on their desktops, updates won't get installed automatically. However users will be prompted with the update & once they will click on the prompt it will ask for the admin account details.

 

Even the IT Admin can forcefully push the updates across the systems.

 

Regards,

Aadesh

Re: How to update or patch Adobe Reader DC without local admin rights

$
0
0

It is absolutely ludicrous from an Enterprise standpoint that Adobe would take away the ability for IT Administrators to control Adobe Reader updates on the client side and/or its notifications and then not integrate a way to bypass the need for a an account with administrative rights to install the update. Now Enterprise environments will have 100's or even 1000's of users reporting ot requesting assistance with Adobe Reader updating. I hope that Adobe creates some sort of workaround for this for IT Admins supporting large numbers of end users otherwise they will begin looking at alternatives like web browser add-ons and other freeware.


Re: How to update or patch Adobe Reader DC without local admin rights

$
0
0

But that is what Enterprise Deployment is for; what is wrong with that?

Re: How to update or patch Adobe Reader DC without local admin rights

$
0
0

I'm referring to the time between the release of the update and the time it takes for IT to test the update and then prep and deploy the update package. User's will be alerted and annoyed with Adobe Reader updates up until that point. That is what is wrong with that!

Re: How to update or patch Adobe Reader DC without local admin rights

$
0
0

You should deploy the Reader app with the Updater turned off.

 

I will move your topic to the Enterprise Deployment forum, where the experts will be able to give you more useful advice.

Re: Acrobat DC - set internet connection speed to LAN

$
0
0

Marking as correct answer with note to change version from 11.0 to "2015" for Acrobat and "DC" for Reader.

 

HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\2015\AVGeneral - Acrobat DC

HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\AVGeneral = Reader DC

 

Many thanks, Steve!

Re: C++ not installing when I install Acrobat DC

$
0
0

Once it installs shouldn't it show up in Control Panel\All Control Panel Items\Programs and Features? I don't see it there, so I'm not sure it installed during installation.

Re: Customization Wizard Not Working on Prior Install

$
0
0

Do you mean edit the registry on the machine, or edit the registry within the Customization wizard?  I tried editing it on the local machine and no luck.Capture.PNG

Re: Customization Wizard Not Working on Prior Install

$
0
0

You have the key name incorrect.  It is "cServices" with a capital "S" NOT "cservices" all lower case.

Also depending on which application version you are using it may be correct to have "DC" instead of "2015".  Make sure you have the correct version listed in your key path.


Re: C++ not installing when I install Acrobat DC

$
0
0

Bundled DLLs might come with an installer/uninstaller, but more often not, they are just part of the distribution.

Re: No Pages Selected RDS Server 2012r2

$
0
0

We do have the same issue.

print server is a sbs 2012 - terminalserver is a 2012 R2 standard.

Adobe DC does not fix the solution, as aardum says, its related to Print processors / drivers and so on.

Re: C++ not installing when I install Acrobat DC

$
0
0

Were am I able to see if it actually installed the VC++?

Re: C++ not installing when I install Acrobat DC

$
0
0

If it runs, then it probably installed the needed component. Acrobat uses hundreds of files for all sorts of purposes, and I've never needed to look at the details. What is behind the question - what is the real problem you are trying to solve?

 

(Also if you are really concerned, why not just use Microsoft's MSI for the redistributable?)

Adobe Acrobat Pro only opens certain pdf through internet explorer

$
0
0

Greetings!

 

I am an employee at Shaw AFB, and we have ran into an issue after Adobe Acrobat Pro XI was updated on our systems.

 

I can open a test pdf from a website, and it will open within the browser.

 

When I access another site, like a school website, to access a newsletter, which is in pdf format, it shows a black X near the top left of the page.

 

I am unsure what is causing this to happen, or if something is blocking it.

 

Very confused.  Has anyone else seen this issue?

 

V/r

 

Juan

Viewing all 6853 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>