I have created an app that needs proper deployment now.
The application is written in C#/.NET.
The application uses old database (access 2007 runtime) and is built on .NET 2.0 framework.
How can I properly deploy the application with a single installer, assuming that system doesn't have .NET 2.0 and access 2007 runtime?
I'm doing this as follow:
DotnetInstaller gives you ability to create one-file installation.