.net - how to deploy both x86 and x64 MSVCR120 to local application folder for C# project? -


my ultimate purpose deploy .net application clickonce , copy runtime dlls (msvcr, msvcp) local application folder. needed nlua integration .net app.

that way user doesn't need install using microsoft redistributable package, not have admin right install that.

the possible method can think of have both x86 , x64 dlls deployed somewhere separate folders , during application launch, detect user platform , copy right dlls actual app/bin folder. avoid doing if known method work on case.

appreciate given.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -