Skip to content

innosetup: update to 6.4.2 #610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified installer/InnoSetup/ISCC.exe
Binary file not shown.
Binary file modified installer/InnoSetup/ISCmplr.dll
Binary file not shown.
Binary file modified installer/InnoSetup/ISPP.dll
Binary file not shown.
Binary file modified installer/InnoSetup/ISetup-dark.chm
Binary file not shown.
Binary file modified installer/InnoSetup/ISetup.chm
Binary file not shown.
8 changes: 4 additions & 4 deletions installer/InnoSetup/Languages/BrazilianPortuguese.isl
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ WizardSelectDir=Selecione o Local de Destino
SelectDirDesc=Aonde o [name] deve ser instalado?
SelectDirLabel3=O instalador instalar� o [name] na seguinte pasta.
SelectDirBrowseLabel=Pra continuar clique em Avan�ar. Se voc� gostaria de selecionar uma pasta diferente, clique em Procurar.
DiskSpaceGBLabel=Pelo menos [gb] MBs de espa�o livre em disco s�o requeridos.
DiskSpaceMBLabel=Pelo menos [mb] MBs de espa�o livre em disco s�o requeridos.
DiskSpaceGBLabel=Pelo menos [gb] GB de espa�o livre em disco s�o requeridos.
DiskSpaceMBLabel=Pelo menos [mb] MB de espa�o livre em disco s�o requeridos.
CannotInstallToNetworkDrive=O instalador n�o pode instalar em um drive de rede.
CannotInstallToUNCPath=O instalador n�o pode instalar em um caminho UNC.
InvalidPath=Voc� deve inserir um caminho completo com a letra do drive; por exemplo:%n%nC:\APP%n%n�o um caminho UNC no formul�rio:%n%n\\server\share
Expand All @@ -179,8 +179,8 @@ NoUninstallWarningTitle=O Componente Existe
NoUninstallWarning=O instalador detectou que os seguintes componentes j� est�o instalados no seu computador:%n%n%1%n%nN�o selecionar estes componentes n�o desinstalar� eles.%n%nVoc� gostaria de continuar de qualquer maneira?
ComponentSize1=%1 KBs
ComponentSize2=%1 MBs
ComponentsDiskSpaceGBLabel=A sele��o atual requer pelo menos [gb] MBs de espa�o em disco.
ComponentsDiskSpaceMBLabel=A sele��o atual requer pelo menos [mb] MBs de espa�o em disco.
ComponentsDiskSpaceGBLabel=A sele��o atual requer pelo menos [gb] GB de espa�o em disco.
ComponentsDiskSpaceMBLabel=A sele��o atual requer pelo menos [mb] MB de espa�o em disco.

; *** "Select Additional Tasks" wizard page
WizardSelectTasks=Selecionar Tarefas Adicionais
Expand Down
3 changes: 2 additions & 1 deletion installer/InnoSetup/Languages/Catalan.isl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
; *** Inno Setup version 6.4.0+ Catalan messages ***
;
; Translated by Carles Millan (email: carles24@carlesmillan.cat)
; Translated by Carles Millan (email: carles24@carlesmillan.cat) until 2025.
; Translated by Artur Vicedo (email: artur@softcatala.org) since 2025.
;
; To download user-contributed translations of this file, go to:
; https://jrsoftware.org/files/istrans/
Expand Down
Binary file modified installer/InnoSetup/Setup.e32
Binary file not shown.
Binary file modified installer/InnoSetup/SetupLdr.e32
Binary file not shown.
Binary file modified installer/InnoSetup/islzma.dll
Binary file not shown.
Binary file modified installer/InnoSetup/islzma32.exe
Binary file not shown.
Binary file modified installer/InnoSetup/islzma64.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions installer/InnoSetup/whatsnew.htm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@

<p><b>Want to be notified by e-mail of new Inno Setup releases?</b> <a href="ismail.php">Subscribe</a> to the Inno Setup Mailing List!</p>

<p><a name="6.4.2"></a><span class="ver">6.4.2 </span><span class="date">(2025-03-12)</span></p>
<ul>
<li>Added <tt>[Setup]</tt> section directive <tt>CloseApplicationsFilterExcludes</tt>.</li>
<li>Inno Setup is now built using Delphi 12.1 Athens instead of Delphi 11.3 Alexandria.</li>
<li>Inno Setup is now signed using a new code signing certificate. The publisher name on this new certificate, Pyrsys B.V., is a company owned by Inno Setup co-developer Martijn Laan.</li>
</ul>

<p><a name="6.4.1"></a><span class="ver">6.4.1 </span><span class="date">(2025-02-12)</span></p>
<p><span class="head2">Compiler IDE changes</span></p>
<ul>
Expand Down