Pages

Thursday, May 7, 2009

Inno Setup 5.3.0-beta | Inno QuickStart Pack 5.3.0-beta Official Released!

Inno Setup is a free Open Source installer for Windows programs

Changelog:

5.3.0-beta (2009-04-22)

* Added .NET support (these cause an internal error if used on a system with no .NET Framework present):
o Added new [Files] section flag: gacinstall.
o Added new [Files] section parameter: StrongAssemblyName.
o Added new constants: {regasmexe}, {regasmexe32}, {regasmexe64}.
* MinVersion parameter/directive change: if you leave one of the versions empty then it will use the default MinVersion for that platform.
* Pascal Scripting: Added new MinimizePathName support function.
* Added Unicode support: there's now a second version of Inno Setup available called Unicode Inno Setup. Key features of this version are its ability to display any language on any system regardless of the system code page, and its ability to work with Unicode filenames. Notes:
o Unicode Inno Setup uses the existing ANSI .isl language files and you should not convert these to Unicode or anything similar since it does so automatically during compilation using the LanguageCodePage setting listed inside the .isl.
o The [Setup] directive ShowUndisplayableLanguages is ignored by Unicode Inno Setup.
o Unicode Inno Setup is compiled with Delphi 2009 instead of Delphi 2 and 3, leading to slightly larger files. The source code however is still compatible with Delphi 2 and 3, and a non Unicode version will remain available.
o Unicode Inno Setup and installers created by it require Windows 2000/XP or newer. The non Unicode version still works on NT/9x.
o Existing installations of your programs done by non Unicode installers can be freely updated by Unicode installers, and vice versa.
o Unicode Pascal Scripting notes:
+ The Unicode compiler sees type 'String' as a Unicode string, and 'Char' as a Unicode character. Its 'AnsiString' type hasn't changed and still is an ANSI string. Its 'PChar' type has been renamed to 'PAnsiChar'.
+ The Unicode compiler is more strict about correct ';' usage: it no longer accepts certain missing ';' characters.
+ The new RemObjects PascalScript version used by the Unicode compiler supports Unicode, but not for its input source. This means it does use Unicode string types as said, but any literal Unicode characters in the script will be converted to ANSI. This doesn't mean you can't display Unicode strings: you can for example instead use encoded Unicode characters to build Unicode strings (like S := #$0100 + #$0101 + 'Aa';), or load the string from a file using LoadStringsFromFile.
+ Some support functions had their prototype changed: some parameters of CreateOutputMsgMemoPage, RegQueryBinaryValue, RegWriteBinaryValue, OemToCharBuff, CharToOemBuff, LoadStringFromfile, SaveStringToFile, and GetMD5OfString are of type AnsiString now instead of String.
+ Added new SaveStringsToUTF8File, and GetMD5OfUnicodeString support functions.
+ If you want to compile an existing script that imports ANSI Windows API calls with the Unicode compiler, either upgrade to the 'W' Unicode API call or change the parameters from 'String' or 'PChar' to 'AnsiString'. The 'AnsiString' approach will make your [Code] compatible with both the Unicode and the non Unicode version.
o Unicode Inno Setup supports UTF-8 encoded .iss files (but not UTF-16).
o Unicode Inno Setup supports UTF-8 and UTF-16LE encoded .txt files for LicenseFile, InfoBeforeFile, and InfoAfterFile.
o QuickStart Pack: added ISPP predefined variable UNICODE.
* Thanks to Carlo Kok and Evgeny Karpov of RemObjects Software for their help related to Unicode support.
* QuickStart Pack: added ISPP functions Trim, and GetMD5OfUnicodeString.

read full changelog: http://files.jrsoftware.org/is/5.3-beta/whatsnew.htm

Homepage: http://jrsoftware.org/isdl.php
Newsgroup: http://jrsoftware.org/newsgroups.php
3th party addons: http://jrsoftware.org/is3rdparty.php

Download: http://files.jrsoftware.org/is/5.3-beta/isetup-5.3.0-beta.exe
http://files.jrsoftware.org/is/5.3-beta/isetup-5.3.0-beta-unicode.exe
http://files.jrsoftware.org/is/5.3-beta/



ispack-5.3.0-beta
Full Changelog: http://files.jrsoftware.org/ispack/whatsnew.htm
Download:
ispack-5.3.0-beta-unicode.exe 06-May-2009 17:45 1.9M
ispack-5.3.0-beta.exe 06-May-2009 17:45 1.5M

others


ISGenerator v 0.1.4.4 (Inno Form Designer)
Discussion + Feedback
Download:
http://www.hisoft2000.de/ISGenerator/ISGenerator_Setup.exe

InnoTools Tray
Homepage: http://sherlocksoftware.org/page.php?id=59
Download: http://www.sherlocksoftware.org/innotools/files/itt0.1.0.exe

ISSkin, Customizable Skins for Inno Setup!

ISSkin is an add-on to Jordan Russell's Inno Setup compiler that provides enhanced skinning support for the Inno Setup installation.
Homepage: http://isskin.codejock.com/
samples: http://isskin.codejock.com/downloads/ISSkinExample.zip

Best Setup/Install Creation Software

No comments:

Post a Comment