Is there a way to copy the libraries from a computer that has them to one that doesn't without using the automated installer ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
For the admin part no idea, for the automated installer part, I guess that if you just copy the DLLs in the same folder as the app EXE it will work just fine. I am not sure that this way is approved by MS though. You'll find the DLLs in the c:\Windows\System32 folders (for VS2008 I guess msvcr90.dll and msvcp90.dll are enough). Be careful, if you are on a x64 machine those will be x64 dlls, the 32 bits one are in SysWOW64). You are not allowed to distribute the debug dlls (the one ending with a 'd' before the extension). |
|||
|
|