Skip to main content
Participant
December 24, 2015
Question

Want to use ADE without agreeing to Norton? I use McAfee

  • December 24, 2015
  • 3 replies
  • 2140 views

Trying to install ADE on a Windows laptop using McAfee software.  Installer poses the question "Agree to use Norton scanner?" and gives no option.  I expect Norton might interfere with my McAfee.  What option do I have?

    This topic has been closed for replies.

    3 replies

    Participating Frequently
    November 20, 2020

    The easiest way is to just add -PassThru (if you are using Powershell script)

    Eg:

    Execute-Process -Path "ADE_4.5_Installer.exe" -Parameters '/S' -WindowStyle 'Hidden' -PassThru

    Participating Frequently
    December 30, 2015

    You can hit decline on the Norton portion and it should continue with the installation of ADE. Completely optional and not required to be installed at that time.

    Nanaky
    Participating Frequently
    December 24, 2015

    If you used this link Herunterladen | Adobe Digital Editions no Firewall was installed.

    Participant
    March 15, 2016

    This is perfect.  Thanks so much!

    Nanaky
    Participating Frequently
    March 16, 2016

    You are welcome.