Skip to main content
Participant
December 31, 2015
Question

How to package Adobe Digital Editions 4.5 in SCCM 2012?

  • December 31, 2015
  • 1 reply
  • 1598 views

How to package Adobe Digital Editions 4.5 in SCCM 2012? The install exe finishes with a prompt to install Symantec, and even with silent install switch on, the prompt still comes up. This is an enterprise of 4300 users, and we cannot push this with the silent switch not working.

This topic has been closed for replies.

1 reply

Participant
April 1, 2016

Hi!

You can try to add this information to registry (ex. with "reg import" command) before installing Digital Editions 4.5

---------------------------- decline.reg ----------------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\NPInstaller\DeclineCount\adobeebook]

"nss"=dword:00000002

-------------------------------------------------------------------------------------------------------


Note that in 64-bit systems the registry key is
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Symantec\NPInstaller\DeclineCount\adobeebook

Ari Koskela