.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
Post a Comment