redistributable - Redistribute dll files -


i reading manual , found following information:

your application should:

link against assembly “streamsdk_dotnet.dll”.

redistribute:

“streamsdk_dotnet.dll”

“streamsdk_cpp.dll”

“microsoft.vc8.crt” (x86) or “microsoft.vc9.crt” (x64).

have .net framework 2.0 or later installed.

the managed code in assembly requires unmanaged code in c++ sdk

i not sure how redistribute dll files in program. suggestion?

well, zip files together, , distribute that, or use program create installers stuff such this: http://www.advancedinstaller.com/, include dll files parts of program, install , can give out single installer msi package.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -