Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Norton is detecting the update as threat #25

Closed
anivmy opened this issue Jul 10, 2012 · 8 comments
Closed

Norton is detecting the update as threat #25

anivmy opened this issue Jul 10, 2012 · 8 comments

Comments

@anivmy
Copy link

anivmy commented Jul 10, 2012

I used the project in my application for automatic update. But during update, after downloading the updates to appdata folder, norton is detecting the files as threat and deletes all the update files from the system. You can view the screen shot of norton message http://i50.tinypic.com/2emmmc3.jpg Can you please help me to overcome this problem?

@synhershko
Copy link
Owner

I have Norton installed as well and it doesn't happen to me.

Can you try changing the update host exe name from foo.exe (the default) to something more meaningful? there is a config entry for that in UpdateManager.Instance.Config

@anivmy
Copy link
Author

anivmy commented Jul 11, 2012

I tried updating my application using the new source code and it is working well now. But there is a problem. Updating is not working when the updator is running hidden. ie. when I use updManager.ApplyUpdates(true, false, false);
It is working well when the show console is true, but fails the update process when the show console is false.

@synhershko
Copy link
Owner

Using what codebase? the one with the commits from a few hours ago?

@anivmy
Copy link
Author

anivmy commented Jul 11, 2012

Yes. I had problem in self update of my application.

@synhershko
Copy link
Owner

I'll look into that

@anivmy
Copy link
Author

anivmy commented Jul 11, 2012

Ok. Thank you.

@synhershko
Copy link
Owner

Pushed a possible fix

Can you elaborate on what exactly happens - what files are downloaded, what's being copied, and what do the logs say if you enable them

@synhershko
Copy link
Owner

Should be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants