WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > nsExec::ExecToStack will be blocked by Trend Micro OfficeScan
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
gan.gary
Junior Member

Registered: Feb 2009
From:

nsExec::ExecToStack will be blocked by Trend Micro OfficeScan

In order to supress the console window when calling a batch file. NSIS provide a command: nsExec::ExecToStackURL submitted by user. .

Refcently, the Trend Micro OfficeScan seems detect another Trojan TROJ_DROPPER.GDM URL submitted by user. that might doing the similar thing, thus
nsExec::ExecToStack will be blocked by Trend Micro OfficeScan.

Any alternative?

Quick Link | Report this post to a moderator | IP: Logged

gan.gary is offline Old Post 02-21-2009 04:19 AM
Click Here to See the Profile for gan.gary Find more posts by gan.gary Add gan.gary to your buddy list Edit/Delete Message Reply w/Quote
Animaether
Major Dude

Registered: Jun 2001
From:

perhaps execDos?

Best bet, though, is to e-mail Trend Micro and tell them were to pick up a sample installer source, executable and the nsExec DLL source. They should then be able to add it to a whitelist.

That said, if it's one of those newfangled 'zomg those cookies are MALWARE!!!!!!' products, then they may very well have a hard stance that -any- suppressing of windows will be flagged.

Should contact them, either way, though

Quick Link | Report this post to a moderator | IP: Logged

Animaether is offline Old Post 02-21-2009 05:08 AM
Click Here to See the Profile for Animaether Click here to Send Animaether a Private Message Find more posts by Animaether Add Animaether to your buddy list Edit/Delete Message Reply w/Quote
gan.gary
Junior Member

Registered: Feb 2009
From:

thanks, it could be the options. Asking user to add it to whitelist of AV could be impossible. Just afraid this plugin might cause another similar issue next time, since it's an commercial application. Is it a freeware? I found no EULA there.

Quick Link | Report this post to a moderator | IP: Logged

gan.gary is offline Old Post 02-21-2009 06:49 AM
Click Here to See the Profile for gan.gary Find more posts by gan.gary Add gan.gary to your buddy list Edit/Delete Message Reply w/Quote
kichik
M.I.A.
[NSIS Dev, Mod]

Registered: Oct 2001
From: Israel

Nothing we can do could ever fix all of the already existing installers using nsExec. It's Trend's bug to fix and it's their product's compatibility with the hundreds of installers using nsExec. Your best and pretty much only choice here is to have them fix this.

__________________
NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius

Quick Link | Report this post to a moderator | IP: Logged

kichik is offline Old Post 02-21-2009 10:18 AM
Click Here to See the Profile for kichik Click here to Send kichik a Private Message Visit kichik's homepage! Find more posts by kichik Add kichik to your buddy list Edit/Delete Message Reply w/Quote
gan.gary
Junior Member

Registered: Feb 2009
From:

Thanks, what about license issue? Nothing mentioned in Wiki page: http://nsis.sourceforge.net/ExecDos

Quick Link | Report this post to a moderator | IP: Logged

gan.gary is offline Old Post 02-23-2009 02:01 AM
Click Here to See the Profile for gan.gary Find more posts by gan.gary Add gan.gary to your buddy list Edit/Delete Message Reply w/Quote
kichik
M.I.A.
[NSIS Dev, Mod]

Registered: Oct 2001
From: Israel

If it's not mentioned, it's zlib like NSIS itself. But the license has nothing to do with this issue.

__________________
NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius

Quick Link | Report this post to a moderator | IP: Logged

kichik is offline Old Post 02-23-2009 07:18 AM
Click Here to See the Profile for kichik Click here to Send kichik a Private Message Visit kichik's homepage! Find more posts by kichik Add kichik to your buddy list Edit/Delete Message Reply w/Quote
gan.gary
Junior Member

Registered: Feb 2009
From:

sorry, I confused you. I was trying to say I am gonna use it in commercial app. It'd be a grey area if it's not specified. It could not be found here: http://nsis.sourceforge.net/User:Takhir

I think I gotta contact him directly: http://forums.winamp.com/memberlist.php?s=&action=getall&what=username&ltr=T&perpage=100&orderby=username&ausername=&homepage=&icq=&aim=&yahoo=&joindateafter=&joindatebefore=&lastpostafter=&lastpostbefore=&postslower=&postsupper=&direction=ASC&pagenumber=5

Quick Link | Report this post to a moderator | IP: Logged

gan.gary is offline Old Post 02-23-2009 08:58 AM
Click Here to See the Profile for gan.gary Find more posts by gan.gary Add gan.gary to your buddy list Edit/Delete Message Reply w/Quote
Takhir
Major Dude

Registered: Feb 2004
From: Moscow, Russia

'There are no new private messages since your last visit.'
OK, ExecDos is free for any use like NSIS itself

Quick Link | Report this post to a moderator | IP: Logged

Takhir is offline Old Post 02-23-2009 02:47 PM
Click Here to See the Profile for Takhir Click here to Send Takhir a Private Message Visit Takhir's homepage! Find more posts by Takhir Add Takhir to your buddy list Edit/Delete Message Reply w/Quote
gan.gary
Junior Member

Registered: Feb 2009
From:

Great, tq. I prefer any document in black in white, so that I can release it with my app's EULA.

Or is it applicable to: (http://nsis.sourceforge.net/License)

Applicable licenses
All NSIS source code, plug-ins , documentation, examples, header files and graphics, with the exception of the compression modules and where otherwise noted, are licensed under the zlib/libpng license.
The zlib compression module for NSIS is licensed under the zlib/libpng license.
The bzip2 compression module for NSIS is licensed under the bzip2 license.
The lzma compression module for NSIS is licensed under the Common Public License version 1.0.


and since it's CPL v1, I subjected to this (http://www.ibm.com/developerworks/library/os-cplfaq.html) ?

Can I take a Program licensed under the CPL, compile it without modification, and commercially license the result?
Yes. You may compile a Program licensed under the CPL without modification and commercially license the result in accordance with the terms of the CPL.


Do I need to include the source code for such Program with the object code distribution?
No. But you do need to include a statement that the source code is available from you and information on how to obtain it.

Actually I sent the mail to this add: 'ineum@narod.ru'

Quick Link | Report this post to a moderator | IP: Logged

gan.gary is offline Old Post 02-24-2009 03:47 AM
Click Here to See the Profile for gan.gary Find more posts by gan.gary Add gan.gary to your buddy list Edit/Delete Message Reply w/Quote
Anders
Major Dude

Registered: Jun 2002
From: N/A

I know I talked about this with kichik on IRC a while back, can't find it in my logs ATM. But yes, anything on the wiki that does not have its own license is zlib. Why http://nsis.sourceforge.net/License does not include parts about the wiki, I don't know, maybe "plug-ins , documentation, examples" covers it (IANAL,TINLA)

__________________
IntOp $PostCount $PostCount + 1

Quick Link | Report this post to a moderator | IP: Logged

Anders is offline Old Post 02-24-2009 04:22 AM
Click Here to See the Profile for Anders Click here to Send Anders a Private Message Visit Anders's homepage! Find more posts by Anders Add Anders to your buddy list Edit/Delete Message Reply w/Quote
gan.gary
Junior Member

Registered: Feb 2009
From:

I think I overlooked. If it's released under zLib, then it'd be GPL (http://www.zlib.net/zlib_license.html, http://en.wikipedia.org/wiki/Zlib_License), instead of CPL.

If it's GPL v2, does it mean zlib, NSIS, execDos cannot be used as proprietry software (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) ?

This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License.

Quick Link | Report this post to a moderator | IP: Logged

gan.gary is offline Old Post 02-24-2009 05:31 AM
Click Here to See the Profile for gan.gary Find more posts by gan.gary Add gan.gary to your buddy list Edit/Delete Message Reply w/Quote
Anders
Major Dude

Registered: Jun 2002
From: N/A

no, zlib is not the same as GPL. It is _compatible_ with the GPL, but it also does not have the same restrictions that GPL has (IANAL)

__________________
IntOp $PostCount $PostCount + 1

Quick Link | Report this post to a moderator | IP: Logged

Anders is offline Old Post 02-24-2009 07:34 AM
Click Here to See the Profile for Anders Click here to Send Anders a Private Message Visit Anders's homepage! Find more posts by Anders Add Anders to your buddy list Edit/Delete Message Reply w/Quote
gan.gary
Junior Member

Registered: Feb 2009
From:

meant it's neither CPL nor GPL? then thanks. I just attach the zlib license.

Quick Link | Report this post to a moderator | IP: Logged

gan.gary is offline Old Post 02-24-2009 09:13 AM
Click Here to See the Profile for gan.gary Find more posts by gan.gary Add gan.gary to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 07:23 PM. Post New Thread    Post A Reply
  Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > nsExec::ExecToStack will be blocked by Trend Micro OfficeScan
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON