We just switched to VS2010, and I am using the VS2010 dependency.
We ran into odd behavior of the module in that it always checks for a 64bit OS, and will fail install, if it detects that on a 32bit VS2010 runtime (x86) install.
Our application is 32bits, so it needs that, not the 64bit runtime.
Obviously, the inverse WOULD be a problem, you cannot have a 64bit app and runtime on a 32bit system.
The script is easy to change, but am I missing something here?
-- Harald
We ran into odd behavior of the module in that it always checks for a 64bit OS, and will fail install, if it detects that on a 32bit VS2010 runtime (x86) install.
Our application is 32bits, so it needs that, not the 64bit runtime.
Obviously, the inverse WOULD be a problem, you cannot have a 64bit app and runtime on a 32bit system.
The script is easy to change, but am I missing something here?
-- Harald

Comment