Is this possible with NSIS?
Hello,
First of all, let me apologize for such a long question. I'm new to NSIS and would like to hear from you before dwelving into the system.
We're finishing a new version of our application built using .NET Framework 2.0 and I would like to know if the following is possible with NSIS:
Our software has an application server for ASP.NET webservices that has to run inside IIS connected to an SQL Server database.
Then it has the client, which is a .NET WinForms application to be distributed in a LAN Intranet.
The ASP.NET server must be updated from time to time and this update will also have to run some SQL scripts on the database, and it should have an option to auto-update itself from the Web. It may also be needed to update the server manually with an executable that will do the job. Either way, during the server update process, the new client version will also be put into a specific place on the server. Every Client should check if there is a new version on the server, and automatically update itself before launch. This way, clients (which may only have intranet access) always get the update first.
I know this is a bit complex, but we have done this with the previous version of our application in Win32 and we don't want to go into developing it again for .NET.
Is it possible to do this with NSIS?
Thank you very much for your attention.
Regards,
paulo