The msi file created by the VS2010 setup/install project does not install on Windows 2000. One will see a message like: "the procedure entry point GetNativeSystemInfo was not found" I can use a VS2008 setup project to solve this. What VS2010 solution is there to this problem?
Asked
Active
Viewed 202 times
1
-
2There probably isn't one. Win2K is no longer a supported OS version (XP is the oldest still supported), and most software isn't designed to worry about unsupported operating system versions. You may have to use a third-party installer instead. – Ken White Jun 21 '12 at 16:47
2 Answers
1
Advanced Installer can create a setup working on Win2K, it has a free version too.

Bogdan Mitrache
- 10,536
- 19
- 34