Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently December 22nd, 2024, 12:18 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: AVG detects my programs (created using Opus Pro) as viruses
PostPosted: July 10th, 2013, 3:10 pm 
Offline
User avatar

Joined: March 12th, 2005, 10:31 pm
Posts: 140
Location: U.S.A. - Deep South
Opus: ver 7.06 - Opus Pro - Build 15130
OS: Windows XP Build 2600 Service Pack 3
System: (2) 3.2 CPUs Intel - (2) gigs ram - 3.2 tb HD
Lately when I double click on one of my programs, AVG, the anti-virus software I am running on my computer, will detect it as a virus and delete it from my computer. Is there something I need to add to the code, a script perhaps?

I got no help from AVG, just the run of the meal run a rounds. However, I did some research and found one person who claimed AVG was doing the same thing to C++ software programs he had written. One person asked if he was using system() and if he was using that, then try adding system("pause") to the code and see if that helps. I do not mind adding that or any other code to prevent users of my software from being told that my software carries a virus and must be deleted from their computer. How embarrassing would that be??? If there is something to add to the code I would need a little more information on where to add the extra code and what to add.

All AVG will do is tell me how to prevent it from happening on my computer, but if I let the software out to the public and they are using anti-virus software the same thing will happen to them...

By the way, I did a search on this site for this subject (program is detected as virus) and several other variations, but got nothing. If anyone has heard about this or knows what to do, please pass the information to me.

_________________
PlanetDenn.com
Lots of Fun Freeware
Image


For this message Denn has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Re: AVG detects my programs (created using Opus Pro) as viru
PostPosted: July 11th, 2013, 9:44 am 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Opus uses UPX to compress the executable. Some AVs treat this as suspicious behaviour. The simplest solution would be just to turn off compression - given today's HDD sizes - it'll make little different to the installed file.

If it's a downloaded program you could always leave compression off but use an installer to ensure a more compact delivery.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: AVG detects my programs (created using Opus Pro) as viru
PostPosted: July 12th, 2013, 6:46 am 
Offline
User avatar

Joined: March 12th, 2005, 10:31 pm
Posts: 140
Location: U.S.A. - Deep South
Opus: ver 7.06 - Opus Pro - Build 15130
OS: Windows XP Build 2600 Service Pack 3
System: (2) 3.2 CPUs Intel - (2) gigs ram - 3.2 tb HD
That is exactly what it was. Glad to have the fix, but I wish I didn't have to publish without compressing, and it's not the program size as much as it will be the download time. For instance, this program was a little over 2 megs, and now it's over 12 meg. On the good side it opens faster.

Mack, once again...
Thanks for the help...

_________________
PlanetDenn.com
Lots of Fun Freeware
Image


For this message Denn has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Re: AVG detects my programs (created using Opus Pro) as viru
PostPosted: July 12th, 2013, 8:11 am 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
There's nothing to stop you compressing the file for download. Just use an archive manager - Zip is built into Windows or 7Zip is a great free version. Alternatively, an actual installer is ALWAYS good practice. Opus has it's own but I hearty recommend the free version of http://www.advancedinstaller.com/.

You should be able to compress the file down to about 2-3mb again depending on the compression technique used.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: AVG detects my programs (created using Opus Pro) as viru
PostPosted: July 12th, 2013, 1:09 pm 
Offline
User avatar

Joined: March 12th, 2005, 10:31 pm
Posts: 140
Location: U.S.A. - Deep South
Opus: ver 7.06 - Opus Pro - Build 15130
OS: Windows XP Build 2600 Service Pack 3
System: (2) 3.2 CPUs Intel - (2) gigs ram - 3.2 tb HD
Let me see if I have this right. So you publish the program without compressing the file, but you zip it for downloading?

_________________
PlanetDenn.com
Lots of Fun Freeware
Image


For this message Denn has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Re: AVG detects my programs (created using Opus Pro) as viru
PostPosted: July 12th, 2013, 1:39 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Yep.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: AVG detects my programs (created using Opus Pro) as viru
PostPosted: July 12th, 2013, 2:15 pm 
Offline
User avatar

Joined: March 12th, 2005, 10:31 pm
Posts: 140
Location: U.S.A. - Deep South
Opus: ver 7.06 - Opus Pro - Build 15130
OS: Windows XP Build 2600 Service Pack 3
System: (2) 3.2 CPUs Intel - (2) gigs ram - 3.2 tb HD
mackavi wrote:
Yep.

Mack


Your answer is eloquent in it's simplicity.

Thanks one more time added to many times before.

Dennis...

_________________
PlanetDenn.com
Lots of Fun Freeware
Image


For this message Denn has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Re: AVG detects my programs (created using Opus Pro) as viru
PostPosted: July 12th, 2013, 3:40 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
I would have quoted Alexander The Meerkat and said "simples" but thought that was just for this side of the pond.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 30 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group