|
Rank: Newbie Groups: Member
Joined: 6/23/2020 Posts: 3
|
Is there any way to prevent the Windows Defender messages when using EO Web Browser? I've read the documentation regarding EOWP.EXE and implemented it the way described, but I still get initial Defender warnings on the first time use. Since the web browser is embedded in our product, these warnings are not acceptable to potential customers and create a huge support issue for us. When we started using EO version 2020, this was not an issue. Is there any way around this?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, Windows Defender will always display a warning when it sees a new application accessing the network. However it will then "train" itself over time as it sees many users have allow the app to procceed. At that point it will no longer display the warning. So this can occur at the begining of a new release and it should dispear over time. One thing you can do is to rename EOWP.exe to something that your end user can easily recognize as part of your application. For example, if your app is called CoolApp.exe then you can rename EOWP.exe as CoolAppHelper.exe. This way user may be able to make the connection themself thus reduce the chance of this reaching your support desk. You can use this method to customize EOWP.exe's file name and location: https://www.essentialobjects.com/doc/eo.base.runtime.initworkerprocessexecutable.htmlHope this helps. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 6/23/2020 Posts: 3
|
I tried EO 2021 and that doesn't work either. We are stuck on EO 2020 until this can be resolved.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
We have no control over how Windows Defender decide to silent the error. This is just a simple exe file that will always trigger network warning initially. The fact that 2020 does not trigger the message in one enviornment does not mean it won't trigger it in another enviornment. So one version would work better than than another is just an illusion. They all have to go through some kind of "vetting" process by Microsoft first --- except that for obvious reason Microsoft is not sharing much insight on this process.
|
|
Rank: Newbie Groups: Member
Joined: 6/23/2020 Posts: 3
|
Is it possible to distribute eowp.exe with my app but under a different name? I'd like to have this show up in my program files folder instead of the temp folder. It looks like the InitWorkerProcessExecutable call needs a write-able folder.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, Yes. You can use this method to customize the file name/location of eowp.exe: https://www.essentialobjects.com/doc/eo.base.runtime.initworkerprocessexecutable.htmlThanks!
|
|