
19th Sep 07, 09:39 PM
|
 |
Senior Member
|
|
Join Date: Oct 2004
Posts: 31,216
|
|
Inno Setup 5.2.0
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. Key features: * Support for all versions of Windows in use today: Vista, XP, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.) * Extensive support for installation of 64-bit applications on the 64-bit editions of Windows Vista, Windows XP, and Windows Server 2003. Both the x64 and Itanium architectures are supported. (On the Itanium architecture, Service Pack 1 is required to install in 64-bit mode.) * Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is also supported. * Standard Windows 2000/XP-style wizard interface. * Customizable setup types, e.g. Full, Minimal, Custom. * Complete uninstall capabilities and more... Changelog: * On Windows Vista, [Run] section entries with the postinstall flag no longer inherit Setup's elevated privileges by default, and instead now execute with the (normally non-elevated) credentials of the user that started Setup initially. (There are some exceptions; see the runasoriginaluser flag documentation for details.) * Added new [Run] section flags: runascurrentuser and runasoriginaluser. These control which user credentials are used on Windows Vista when spawning processes. (runasoriginaluser is the default when the postinstall flag is used; runascurrentuser is the default otherwise.) * Improved compression of x86 executable files. (This reduced the size of Inno Setup's own installer by approximately 10 KB.)
Read full story...


More...
|