UncleRonin
Well-known member
I have an app which installs on a client PC. It needs .NET Framework 2.0 and SQL Server Express installed to run.
I know you can list the framework as a dependency but if it is not found will it be automatically installed? If not then how can you make the installer install it?
How can I add SQL Server Express as a dependency and have it install with default options if it is not found?
I really want to encapsulate everything into a single executable and not have to have a form for installing the components separately.
If anyone could help me with this I would really appreciate it.
Also, if an executable listed in an installer is changed, does the installer still deploy the previous version or the new exe.
I know you can list the framework as a dependency but if it is not found will it be automatically installed? If not then how can you make the installer install it?
How can I add SQL Server Express as a dependency and have it install with default options if it is not found?
I really want to encapsulate everything into a single executable and not have to have a form for installing the components separately.
If anyone could help me with this I would really appreciate it.
Also, if an executable listed in an installer is changed, does the installer still deploy the previous version or the new exe.