why does visual studio 2008 runtime require admin privileges, while 2005 and 2010 don't? -


is there way copy libraries computer has them 1 doesn't without using automated installer ?

for admin part no idea, automated installer part, guess if copy dlls in same folder app exe work fine. not sure way approved ms though.

you'll find dlls in c:\windows\system32 folders (for vs2008 i guess msvcr90.dll , msvcp90.dll enough).

be careful, if on x64 machine x64 dlls, 32 bits 1 in syswow64).

you not allowed distribute debug dlls (the 1 ending 'd' before extension).


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -