After doing some research and experimenting I discovered it is
possible to drop some files into the wxjs/bin folder and not be
required to package the VC++ runtime with it. These files are avalible
as part of VS2005 (not express).
Three of the files are called msvcr80.dll, msvcp80.dll, and
msvcm80.dll and can be found in the installation folder of the VC++
runtime.
The other file is called Microsoft.VC80.CRT.manifest and contains the
following text.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<noInheritable></noInheritable>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT"
version="8.0.50727.762" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
<file name="msvcr80.dll"
hash="10f4cb2831f1e9288a73387a8734a8b604e5beaa"
hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-
com:asm.v2" xmlns:dsig="
http://www.w3.org/2000/09/
xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-
microsoft-com:HashTransforms.Identity"></dsig:Transform></
dsig:Transforms><dsig:DigestMethod Algorithm="
http://www.w3.org/
2000/09/xmldsig#sha1"></
dsig:DigestMethod><dsig:DigestValue>n9On8FItNsK/DmT8UQxu6jYDtWQ=</
dsig:DigestValue></asmv2:hash></file>
<file name="msvcp80.dll"
hash="b2082dfd3009365c5b287448dcb3b4e2158a6d26"
hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-
com:asm.v2" xmlns:dsig="
http://www.w3.org/2000/09/
xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-
microsoft-com:HashTransforms.Identity"></dsig:Transform></
dsig:Transforms><dsig:DigestMethod Algorithm="
http://www.w3.org/
2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>0KJ/
VTwP4OUHx98HlIW2AdW1kuY=</dsig:DigestValue></asmv2:hash></file>
<file name="msvcm80.dll"
hash="542490d0fcf8615c46d0ca487033ccaeb3941f0b"
hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-
com:asm.v2" xmlns:dsig="
http://www.w3.org/2000/09/
xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-
microsoft-com:HashTransforms.Identity"></dsig:Transform></
dsig:Transforms><dsig:DigestMethod Algorithm="
http://www.w3.org/
2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>YJuB
+9Os2oxW4mY+2oC/r8lICZE=</dsig:DigestValue></asmv2:hash></file>
</assembly>