Results 1 to 3 of 3

Thread: use innosetup 5.2.3 (2008-03-10)

  1. #1
    Member
    Join Date
    Sep 2006
    Location
    australia, n.s.w
    Posts
    62

    Default use innosetup 5.2.3 (2008-03-10)

    innosetup 5.2.3 (2008-03-10) is out pepimk, it fixes some problems
    --------------------------------------------------
    King of zlobtrojan, virusburst, spyaxe, and elite bar infections.

  2. #2
    Senior Member honda12's Avatar
    Join Date
    Nov 2007
    Location
    UK
    Posts
    682

    Default Inno Setup 5.2.3 Changelog

    Here is the changelog:

    * Improved support for right-to-left languages (Arabic and Hebrew):
    Added new [LangOptions] section directive: RightToLeft. If set to yes, text alignment and reading order will be reversed (with some intentional exceptions), and controls will be arranged from right to left ("flipped").
    * Added new [Setup] section directives: VersionInfoProductName and VersionInfoProductVersion.
    * Changed the fixed Language field in Setup's version info from "English (United States)" to "Language Neutral".
    * Uninstall now supports custom message constants ({cm:...}) like Setup.
    * Right-to-left-related Pascal Scripting changes:
    o The control flipping that is performed when RightToLeft=yes is mostly transparent, normally requiring no changes to existing code. Controls created on custom wizard pages will be flipped automatically after the InitializeWizard event function returns, and controls created on custom forms will, by default, be flipped the first time the form is shown.
    o Changes to TSetupForm (the class used for custom forms):
    + Added RightToLeft Boolean property (read-only): True if right-to-left text alignment and reading order is enabled on the form. The RightToLeft [LangOptions] directive determines the value of this property.
    + Added FlipControlsOnShow Boolean property: If True (the default setting if RightToLeft is True), controls on the form will be flipped the next time the form is shown. After the form has been shown, the property is reset to False automatically.
    + Added ControlsFlipped Boolean property (read-only): True if the controls have been flipped.
    + Added FlipControlsIfNeeded method. This flips the controls immediately if FlipControlsOnShow is True, then resets FlipControlsOnShow to False.
    o Added new classes: TNewEdit, TNewMemo, TNewComboBox, TNewButton, TNewCheckBox, TNewRadioButton, and TNewListBox. On these classes, right-to-left text alignment and reading order is used when the parent TSetupForm's RightToLeft property is True.
    o TNewStaticText: Added ForceLTRReading property. If set to True, the text will always be rendered with left-to-right reading order, overriding the parent form's RightToLeft setting.
    * Other Pascal Scripting changes:
    o TNewStaticText: Added AdjustHeight method. This adjusts the value of the Height property to fit the text. Only useful when AutoSize is set to False.
    o Added new object UninstallProgressForm of class TUninstallProgressForm. Also added new event function InitializeUninstallProgressForm, which is called after the Uninstall progress form has been created and before it is shown. See the help file and the CodeClasses.iss example script for more information.
    * Added workaround for bug in Windows Vista (still present in SP1): With UAC turned off, launching an uninstaller from the Programs and Features Control Panel applet and answering No at the confirmation message box would cause a "This program might not have uninstalled correctly" dialog to be displayed, even though the uninstaller includes a proper "Vista-aware" manifest.
    * IDE changes:
    o The New Script Wizard now generates random unique AppId [Setup] section directives.
    o Added new Tools | Generate GUID command.
    * QuickStart Pack: added ISPP functions GetMD5OfFile, GetMD5OfString and GetFileDateTimeString.
    * Minor tweaks.

  3. #3
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    Thanks for the update, will install and create the next installers with 5.2.3

    (now if the isx developer would just care about the 9x thing, the installer would have a chance to get perfect )
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •