Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
If you used this link Herunterladen | Adobe Digital Editions no Firewall was installed.
Copy link to clipboard
Copied
This is perfect. Thanks so much!
Copy link to clipboard
Copied
You are welcome.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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