I would personally recommend *against* this static linkage - it gives extreme code bloat, makes it impossible for processes to share the memory-hit of the runtime, etc.
Yes, it's a little more bother to redistribute the runtimes, but it's worth it. At the very least offer both static and dynamic linked versions...