Archive: Can NSIS do it for me?


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:


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.

I'm not sure about installing IIS websites. All of the other tasks are things that I've done though. There's a great plugin for SQL Server that can handle all of the SQL Server stuff, except for installing the engine itself. Fortunately Microsoft's installer is pretty easy to bundle with NSIS, as is the .NET runtime that it needs. In my install I found it was more practical to keep the SQL Server install outside of my NSIS install, but on the same media. That made the installer small and allowed the customer to do a manual install of SQL Server if they needed it for some reason.


To nagir:
Hi dude, to all your questions..the awnser is yes to all..but you'll need to dive in developer center and search for all you want :)