Search code examples
.net-2.0windows-installerwindows-2000

What VS2010 setup project supports Windows 2000?


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?


Solution

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