PDA

View Full Version : Dynamic scan suggests...



NewsArchive
05-28-2009, 01:29 AM
C:\Program Files\Microsoft Firewall Client 2004\FwcWsp.dll
C:\Program Files\Microsoft SQL Server\90\Shared\instapi.dll

C:\WINDOWS\system32\APSHook.dll
C:\WINDOWS\system32\btmmhook.dll
c:\WINDOWS\system32\SQLNCLIR.RLL
c:\WINDOWS\system32\sqlncli.dll

But we have never distributed these files - must we actually do that?

--
Johan van Zyl
http://www.medx.info
http://www.watzon.co.za
http://www.jvz.co.za
Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!
Teach a man how to surf the Internet and he will never bother you again.

NewsArchive
05-28-2009, 01:30 AM
Hi Johan,

> C:\Program Files\Microsoft Firewall Client 2004\FwcWsp.dll
> C:\Program Files\Microsoft SQL Server\90\Shared\instapi.dll
>
> C:\WINDOWS\system32\APSHook.dll
> C:\WINDOWS\system32\btmmhook.dll
> c:\WINDOWS\system32\SQLNCLIR.RLL
> c:\WINDOWS\system32\sqlncli.dll
>
> But we have never distributed these files - must we actually do that?

Only you, the developer, knows if the above files have to be (or are allowed
to be) redistributed with your application. "Dynamic Scan" just tells you
which files are dynamically loaded. If the files are already available on a
standard Windows installation (core system files) or if you distribute the
files through an official redistributable, then there is no need to add the
above.

For example: "sqlncli.dll". This file is a Microsoft SQL Native Client
file. I assume, you are using the standard Microsoft installer to
redistribute SQL Server. So there is no need to redistribute the file from
your System32 folder.

Hope this helps.

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
05-28-2009, 01:30 AM
Yes, thx! - I will only distribute files pointed out by static scan.

--
Johan van Zyl
http://www.medx.info
http://www.watzon.co.za
http://www.jvz.co.za
Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!
Teach a man how to surf the Internet and he will never bother you again.