Tool for building and deploying Microsoft.NET applications.
deploy.NET is NOT for creating setup files!
It is a tool to run scripts to automatically build, package and upload a .NET application to an FTP server. A different script can then be run on the customer's machine for downloading, unpacking and installing your application.
Project moved to Github: https://github.com/WixEdit/WixEdit
WixEdit is an editor for XML source code of the Windows Installer XML (WiX) toolset. WixEdit lets you create MSI and MSM setup packages with the WiX Toolset. It provides a visual representation of the dialogs and an easy way to edit the WiX source files. (Project moved to Github: https://github.com/WixEdit/WixEdit)
SimInst(Simple Installer) is a .NET software deploy tool written by C#. It's very simple and easy to use, including all basic deploy features, such as add/remove programs support, shortcuts, COM, windows service, virtual dir, sql scripts etc.
XmlPreprocess is a tool that can be used to preprocess specially annotated XML files making property substitutions much like a code preprocessor. It is useful for deploying XML configuration files like .NET config files to a many environments.