H
Heath P. Dillon
Hi,
I am trying to sort out a problem when creating a setup project.
I have created a new winforms project, making sure I select .net 2.0
framework from the inital create screen.
I just add a standard form, no controls, no nothing.
I remove unused references
I build the project and of course no problems
I can now copy this single exe file created to another machine that only has
..net framework 2.0 installed, and I can start the application just fine..
I now add in a new project to my solution, selecting a setup project, and
again setting it to be .net framework 2.0
I then go into the setup up projects properties and go to the prerequisites
section and for some reason it has selecte .netframework 3.5 as a
prerequistes, so I unselect this, and select 2.0
I then build the solution and go to my PC that only has .net 2.0 and execute
the setup exe file, which then insists on me installing .net 3.5.
Why oh why? My application is so basic, and only needs 2.0....
What am I doing wrong ???
Thanks
I am trying to sort out a problem when creating a setup project.
I have created a new winforms project, making sure I select .net 2.0
framework from the inital create screen.
I just add a standard form, no controls, no nothing.
I remove unused references
I build the project and of course no problems
I can now copy this single exe file created to another machine that only has
..net framework 2.0 installed, and I can start the application just fine..
I now add in a new project to my solution, selecting a setup project, and
again setting it to be .net framework 2.0
I then go into the setup up projects properties and go to the prerequisites
section and for some reason it has selecte .netframework 3.5 as a
prerequistes, so I unselect this, and select 2.0
I then build the solution and go to my PC that only has .net 2.0 and execute
the setup exe file, which then insists on me installing .net 3.5.
Why oh why? My application is so basic, and only needs 2.0....
What am I doing wrong ???
Thanks