Software-update: Inno Setup 5.1.10

Jordan Russell Software heeft gisteren versie 5.1.10 van Inno Setup uitgebracht. Met dit programma kunnen op eenvoudige wijze installatiepakketten voor Windows worden gecreëerd. Het programma biedt de mogelijkheid om informatie aan het register en ini-bestanden toe te voegen, snelkoppelingen te maken, en de installatiebestanden te comprimeren. Verder kan er natuurlijk ook een uninstaller worden toegevoegd en kan de installatie in meerdere talen uit te voeren. Het changelog van deze release laat de volgende veranderingen zien:

Changes in version 5.1.10:
  • Added two new [Run]/[UninstallRun] section flags: 32bit and 64bit. Similar to the [Files] section flags of the same name, these override the install mode and affect which System directory the {sys} constant maps to on 64-bit Windows.
  • Pascal Scripting:
    • Added new EnableFsRedirection support function.
    • On the Exec function, you can now pass '>' in the Filename parameter and it will use the value of the Params parameter as the full command line. This feature can come in handy when executing command lines obtained from UninstallString registry values; no longer is it necessary to separate strings into filename and parameter components manually.
    • Fix: IsComponentSelected and IsTaskSelected didn't accept forward slashes.
  • Improved Setup's folder tree view control (seen when a Browse button is clicked):
    • On Windows Vista, it now uses the same theme as Windows Explorer.
    • On Windows Vista, for consistency with Explorer, single-clicking in a node's text area no longer causes the node to expand.
    • Like Windows Explorer, folder nodes now use the shell's "display names", as opposed to the actual directory names. This matters on localized versions of Windows Vista, where the on-disk names of system folders are always in English.
    • The system "icon" font is now used instead of the default dialog font. This font defaults to Segoe UI on Windows Vista, and typically Tahoma or MS Sans Serif on earlier versions of Windows.
    • Disconnected network drives are now listed; expanding one will restore the connection (on Windows 2000, Me, and later).
  • On the Select Destination Location wizard page (as well as custom directory selection pages created using the CreateInputDirPage support function), if the letter of a disconnected network drive is entered, and the user is running Windows XP or later, it will now attempt to restore the connection automatically when Next is clicked. (It also does this on silent installs.)
  • On Windows Vista, eliminated the flickering on Setup's progress bar (purely a cosmetic issue).
  • On Windows Vista, Setup now calls SetProcessDPIAware to avoid bitmap scaling when Windows is configured to use Large Fonts and the "Use Windows XP style DPI scaling" option is unchecked (not the default setting).
  • Compiler IDE changes:
    • Added new option: Always launch Setup/Uninstall as different user. This forces the IDE to display a "Run as" dialog when launching Setup/Uninstall.
    • The Stop Compile command now displays a confirmation message box.
  • Added a "Vista-aware" manifest resource to ISCC so it doesn't request elevation on Windows Vista.
  • Fix: ISCC didn't always print error messages when standard output was redirected to a file.
  • When Setup fails to set the permissions on files, directories, or registry keys, the error code is now included in the log output.
  • When Setup fails to expand a shell folder constant, a warning message containing the error code is now logged.
  • Changed the way version information is read from VXD files to be more compliant with the MSDN docs.
  • The uninstall program's version is now 51.45.0.0.
  • Minor tweaks.
[break]
Inno Setup 5.1.7 screenshot (resized)
Versienummer 5.1.10
Besturingssystemen Windows 9x, Windows 2000, Windows XP, Windows Server 2003, Windows XP x64, Windows XP IA-64, Windows Server 2003 x64, Windows Server 2003 IA-64, Windows Vista, Windows Vista x64
Website Jordan Russel Software
Download http://files.jrsoftware.org/is/5/isetup-5.1.10.exe
Bestandsgrootte 1,33MB
Licentietype Freeware

Door Bart van Klaveren

Downloads en Best Buy Guide

21-02-2007 • 17:07

4

Bron: Jordan Russel Software

Update-historie

Reacties (4)

4
4
2
1
0
2
Wijzig sortering
Ik werk al enige tijd met Inno en NSIS. Wil je echt wat meer kunnen met Inno kun je beter het ISSI pakket instaleren.
ISTool maakt het maken van ISS scripts (Inno) helemaal een eitje ten opzichte van NSIS.

Jammer dat je daar alsnog meer mee kan (al maakt Pascal wel een hele hoop goed).
Goed programma en als je eenmaal dat Pascal gebeuren onder de knie hebt kun je er ook nog veel mee!
ik heb hier een prog waarbij ik bij de installatie geen keuze krijg ivm installatiemap en -pad.
Zou ik dat met deze tool kunnne oplossen?
bvb door het programma te runnen en dan de instellingen in de scripts overal te gaan wijzigen van c:\Programs Files\xx naar d:\Program\xx
DefaultDirName={pf}\XX
veranderen in:
DefaultDirName={sd}\Program\XX

Op dit item kan niet meer gereageerd worden.