install package

  • Thread starter Thread starter steven
  • Start date Start date
S

steven

Hello,

situation:
My .NET application uses the Mysql Connector/NET.

Requirements for my application:
- .NET Framework 1.1
- Mysql Connector/NET

Is it possible to create a package with the requirements included. So,
when installing my application, if the .net framework 1.1 is not
installed, the package starts the installation of the .net framework.
And, same with the Mysql Connector/NET, if the Mysql Connector/NET is
not installed, it installs it.

Many thanks,

Steven
 
Under the setup and deployment packages you can go through the wizard and it
has options to do what your asking
 
Back
Top