setup project??

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

Hi
I have a setup project that installs an application.
I want the setup project installs .NET Framework by itself.
How can I include .NetFramework package to be installed before my
application.

Is there any sample code??

thanks in advance
 
Right click on the project and select Properties. Then click on the
Prerequisites button. Ensure that the .NET Framework 2.0 is checked.

- Andy
 
Back
Top