Here's my problem
I have a C++ project which issues periodic iterations. These are release builds run by hand in MVSC2008.
On my dev machines, these release builds run fine but don't on machines which don't have the build environment installed (in this instance, its not a Side-by-Side error).
My question is how do I simulate a clients PC (a windows machine with no build environment), to test these builds? I rarely have access to a PC without MSVC installed!
Your learn-ed advice most welcome.
Si