Can NSIS do it for me?
Hello Dear Friends,
I've read some documentation about NSIS.
Tried it to make a simple installer.
But I'm very new to NSIS and would like you, guys, help to define if (how well) I can use NSIS to achieve following:
- Install IIS 5, 6, 7 Web Sites and configure directory.
- Modify XML file(s) according to user preferences during installation.
- Detect version of .NET Framework (and prompt to install).
- Install .NET Assemblies to Global Assembly Cache.
- Create MSSQL (2000, 2005) Database.
- Connect to MSSQL Databse and execute scripts.
- Configure MSSQL Database security/Logins for the DB.
What plugins are available for .NET (ASP.NET), IIS installation?
Also what is NSIS "IDE" is most prefered? Workbench seems to be dieing.
I believe there should be examples of installing web sites, ASP.NET applications and MSSQL Databases. Point me please at some good ones.
Many Thanks,
Dmitriy.