Most of the best open source tools and programs for Windows are distributed using NSIS
ASP.Net Website ( no listing - bug in stackoverflow - code not formatting while list above .. )
CreateDirectory $INSTDIR
SetOutPath $INSTDIR
; HERE UNZIP ACTUALLY THE FILES (ADD *.js files if needed )
; PACK ALL THE FILES EXCEPT THOSE WITH FILE EXTENSIONS after the /x
File /r /x *.suo /x *.MDF /x *.exclude /x *.ldf /x *.pl /x *.nsis /x *.cmd "siteFolderName\*.*"
- Windows Service and here
- SQL Express if it isn't installed and the user doesn't have a SQL Server
- Dundas Charts - call silent installer
- ASP.Net AJAX v.1.0 - call silent installer
- ReportViewer control (for 2.0 Framework)
- Check Framework prerequisites (2.0) - check NSIS system func
- Configure IIS and app.config (data connection strings, etc.) - I do this with preconfiguring the files in the installer and writing those during install time
