Tagged Questions
1
vote
2answers
111 views
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 ...
1
vote
1answer
236 views
Error in installing msi installer on Windows 2000 that is created in Visual Studio 2010
I have created a setup project which contains a windows service and a win forms application. I used the following configurations for preparing setup:
Visual Studio 2010 on Windows XP
.NET Framework ...