Software-update: Inno Setup 5.5.7

Inno Setup logo (75 pix)Jordan Russell Software heeft versie 5.5.7 van Inno Setup uitgebracht. Met dit programma kunnen op eenvoudige wijze installatiepakketten voor Windows worden gecreëerd. Het programma biedt de mogelijkheid om informatie toe te voegen aan het register, biedt ini-bestanden om snelkoppelingen te maken en heeft de mogelijkheid om de installatiebestanden te comprimeren. Verder kan natuurlijk een uninstaller worden toegevoegd en kan bij de installatie uit verschillende talen worden gekozen. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:

Changes in version 5.5.7:
  • Changes in default behavior:
    • As recommended by Microsoft's desktop applications guideline, DisableWelcomePage now defaults to yes. Additionally DisableDirPage and DisableProgramGroupPage now default to auto. The defaults in all previous versions were no.
    • The Setup and Uninstall programs are now marked as DEP and ASLR compatible. This can be disabled by setting the new DEPCompatible and ASLRCompatible [Setup] section directives to no. Doing this for DEP compatibility might be needed if you're using a buggy third-party DLL from [Code].
  • The Compiler IDE's New Script Wizard now offers to create a shortcut to the main executable in the common Start Menu Programs folder instead of creating a new Start Menu folder especially for the application. This option is enabled by default and is recommended by Microsoft unless you install a suite of applications rather than a single application.
  • The WizardImageFile and WizardSmallImageFile [Setup] section directives now support 32 bit bitmap files with an alpha channel. Use the new WizardImageAlphaFormat [Setup] section directive to specify if the bitmap file has its red, green and blue channel values premultiplied with the alpha channel value or not. Contributed by Honza Rameš via GitHub.
  • The WizardImageBackColor [Setup] section directive is now deprecated and ignored, just like the similar WizardSmallImageBackColor directive already was. Any unused space around the wizard image is now filled with the standard window color (usually white).
  • [Setup] section directive CloseApplications can now be set to force. If it is, Setup will force close when closing applications. Use with care since this may cause the user to lose unsaved work.
  • Added new command line parameters supported by Setup: /FORCECLOSEAPPLICATIONS and /NOFORCECLOSEAPPLICATIONS. These can be used to override the CloseApplications directive.
  • The Attribs parameter of a [Files] or [Dir] entry may now also include notcontentindexed to specify that the file or directory is not to be indexed by the content indexing service.
  • Pascal Scripting changes:
    • Function RegQueryBinaryValue can now be used to query any type of registry value and not just REG_BINARY-type values.
    • Class TBitmapImage now supports 32 bit bitmap files with an alpha channel. Make sure to set the Bitmap.AlphaFormat property before loading the bitmap file.
    • Added new functions GetOpenFileNameMulti and SelectNewDisk.
    • Added C# version of the MyDll.dll example DLL showing how to call .NET assemblies from [Code] without requiring COM or other DLLs. Uses Unmanaged Exports by Robert Giesecke.
  • Unicode [Code] based on RemObjects Pascal Script Git commit bfc1255636eb959f102d0279721b05ba85fbe7da.
  • Minor tweaks.

De volgende downloads zijn beschikbaar:
*Inno Setup 5.5.7 (setup)
*Inno Setup 5.5.7 (unicode)

Inno Setup screenshot (620 pix)
Versienummer 5.5.7
Releasestatus Final
Besturingssystemen Windows 7, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows Server 2012, Windows 8, Windows 10
Website Jordan Russell Software
Download http://www.jrsoftware.org/isdl.php
Bestandsgroottes 1,85MB - 2,22MB
Licentietype GPL

Door Bart van Klaveren

Downloads en Best Buy Guide

28-12-2015 • 22:06

6

Bron: Jordan Russell Software

Update-historie

Reacties (6)

6
6
6
0
0
0
Wijzig sortering
Is dit hoe 'ze' het doen. Of is dit hoe de hobbyprogrammeur te werk gaat? Lijkt me wel handig als je zelf iets geschreven hebt en je wilt het delen met de wereld.
InnoSetup is inderdaad zeer eenvoudig in gebruik en zo kan je een volledige installatie doen van software op een willekeurige Windows installatie. Heb het in het verleden met versie 2.x regelmatig gebruikt, echter ben ik later overgestapt op Windows Installer (.msi) met behulp van Wise.

De community (Forum) is erg behulpzaam. Met name het gebruik van Python script vond ik een welkome aanvulling in een eerdere release. Mocht je nog iets willen verspreiden dan is InnoSetup zeker een aanrader.
Het is zelfs zo dat Microsoft deze installer gebruikt voor Visual Studio Code. Verder zijn er ontelbare applicaties die Inno Setup gebruiken. Dus zeker een aanrader!
Beide.
Er zijn professionals die het gebruiken en door het gebruiksgemak/eenvoudigheid/gratis zijnde, wordt het door veel hobbyprogrammeurs gebruikt.
Sinds ik het gevonden heb, gebruik ik niets anders meer.
Het is echt een stukje krachtige software dat niet onderdoet voor betaalde oplossingen. Helaas maakt het geen MSI's. Onze klanten willen die namelijk om op te nemen in deployments. Anders zou ik InnoSetup nog steeds gebruiken.

Er zijn nog meer handige tools te downloaden zoals betere schript editors die IS gebruiken op de achtergrond. Die staan onder de links 3rd Party files.
We gebruiken op het werk puur Innosetup. Grotere bedrijven ondersteunen we met scripts voor deployments.

Vooral "bijzondere" zaken zijn met MSI vaak erg ingewikkeld te doen. Denk aan obv registry checks verschillende bestanden wel/niet doen, etc. Top product, erg eenvoudig, en ook gemakkelijk als onderdeel van buildscripts aan te roepen!

Op dit item kan niet meer gereageerd worden.