1

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?

O.O
  • 11,077
  • 18
  • 94
  • 182
  • 2
    There 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 Answers2

1

Advanced Installer can create a setup working on Win2K, it has a free version too.

Bogdan Mitrache
  • 10,536
  • 19
  • 34
0

Went with InstallShield LE which is integrated into VS and is free.

O.O
  • 11,077
  • 18
  • 94
  • 182