Create your installer with Windows Installer XML (WiX)!
Once you decided to write installer for your program. If you are a Visual Studio developer you should know about Setup and Deployment Projects containing the several cases to create Windows Installer...
View ArticleInno Setup 5.3.8 has been released
Inno Setup 5.3.8 has been released. Inno Setup is a cool and FREE installer for Windows programs. I participate in developing commercial addin for Visual Studio 2005 and 2008 - Lexpa InnoSetup for...
View ArticleInno Setup 5.3.10 has been released
A new version 5.3.10 of InnoSetup (is a FREE installer for Windows programs) has been released. Quoting the source:Inno Setup 5.3.10 (2010-06-11)Added .NET Framework 4.0 support: Added constants...
View ArticleHow to install the Custom Tool for Visual Studio
I am often getting the questions about how to install the Custom Tool for Visual Studio let say you created for your colleagues in your team. Custom Tool – is a code generator installed to your IDE...
View ArticleInno Setup 5.3.11 has been released
Download: http://www.jrsoftware.org/isdl.phpFor the complete list of what's new/changed, see: http://www.jrsoftware.org/files/is5-whatsnew.htmThe QuickStart Pack now offers to download and install...
View ArticleInno Setup 5.4.0 has been released
Inno Setup 5.4.0 has been released. Amongst other things, this version includes a much improved Compiler IDE editor. Download: http://www.jrsoftware.org/isdl.phpFor the complete list of what's...
View ArticleInstalling assembly into the GAC programmatically
Working on new Neutron installer (which is not MSI based due to some troubles related to Vista UAC system) I had to install the assembly into the GAC without using gacutil.exe. I mean...
View Article