tis-innosetup
6.3.3-11
Environment to create setup.exe or install.exe installation systems for windows
3104 downloads
Download
See build result See VirusTotal scan

- package : tis-innosetup
- name : Inno Setup
- version : 6.3.3-11
- categories : Development
- maintainer : TIS <technique@tranquil-it-systems.fr>
- installed_size : 479232
- editor : Jordan Russell
- licence : BSD 4-clauses
- signature_date : 2024-07-18T10:00:09.769497
- size : 5.11 Mo
- locale : all
- target_os : windows
- impacted_process :
- architecture : all
- Homepage : http://www.jrsoftware.org/isinfo.php
package : tis-innosetup
version : 6.3.3-11
architecture : all
section : base
priority : optional
name : Inno Setup
categories : Development
maintainer : TIS <technique@tranquil-it-systems.fr>
description : Environment to create setup.exe or install.exe installation systems for windows
depends :
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.0
sources :
installed_size : 479232
impacted_process :
description_fr : Environnement pour créer des systèmes d'installation setup.exe ou install.exe. pour windows
description_pl : Środowisko do tworzenia systemów instalacyjnych setup.exe lub install
description_de : Umgebung zur Erstellung von setup.exe oder install
description_es : Entorno para crear sistemas de instalación setup.exe o install
description_pt : Ambiente para criar sistemas de instalação setup.exe ou install
description_it : Ambiente per creare sistemi di installazione setup.exe o install
description_nl : Omgeving om setup.exe of install
description_ru : Среда для создания систем установки setup.exe или install
audit_schedule :
editor : Jordan Russell
keywords : inno, setup, installation, windows
licence : BSD 4-clauses
homepage : http://www.jrsoftware.org/isinfo.php
package_uuid : 1cd84dff-f5cb-457d-976f-2894064c0f01
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : c45c58716a00ac71675b73a95066e4ccb2b444655964dcc6636ba0d105efc329
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : eX3PoHK5zd3XEOfDatPhdLzpx/MowHAG0Mbg4OAlFg58rAaCnjEDmwne/jslBHFngfxgTQLoTv+j4aFE31fsl7LxOnn11vzwrpzeb+YyTr5ot4KSWIJGtAW+W+AREIzauRgRXfxskm/qGxYEUhlgpeeuq4GWxcXY/8c5Z0TlQJh4v6atldUDfLISsavKVQjUYkYGPz5brmmSuDvWsyA/gXAiH0Udf3BgUOkjjU7nVNBO4fyXyDfphMXmnISjO4UXcDI3TE2XQMn2M0OeCkuddDqzrxQwogP8yztW1YAF/MkyE90UA1TOh8Mt/tNxMJcfihNFfRamGibBzegjM83lcA==
signature_date : 2024-07-18T10:00:09.769497
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print("installing tis-innosetup")
version = control["version"].split("-", 1)[0]
install_exe_if_needed("innosetup-%s.exe" % version, "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART", key="Inno Setup 6_is1", min_version=version)
# Kill at end of installation
killalltasks("innosetup.exe")
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
try:
import bs4 as BeautifulSoup
except:
import BeautifulSoup
# Getting proxy informations from WAPT settings
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
app_name = control.name
urlversion = "http://www.jrsoftware.org/isdl.php"
page = wgets(urlversion, proxies=proxies)
bs = BeautifulSoup.BeautifulSoup(page)
bs_raw_string = str(bs.findAll("tr")[2]).split("innosetup-", 1)[1]
version = bs_raw_string.split(".exe", 1)[0]
url = "https://jrsoftware.org/download.php/is.exe"
filename = f'innosetup-{version}.exe'
for fileexe in glob.glob("*.exe"):
if fileexe != filename:
print("Delete " + fileexe)
remove_file(fileexe)
if not isfile(filename):
print("Download " + url)
wget(url, filename, proxies=proxies)
control.version = version + "-11"
control.save_control_to_wapt()
5b9b4af0800d56c762cefe40bc3959d2251df09914f647c5fb7a30be07296b44 : setup.py
: __pycache__
0d0d5fb686a6204f4debd1771fb09cb108909d59fc2bfc55f092e169edfac670 : update_package.py
0bcb2a409dea17e305a27a6b09555cabe600e984f88570ab72575cd7e93c95e6 : innosetup-6.3.3.exe
c45c58716a00ac71675b73a95066e4ccb2b444655964dcc6636ba0d105efc329 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
8622e40b10f08953697f73b8428a693f1bc871323098ea8ffa6c5941df3e95fb : WAPT/changelog.txt
104ab48575ef4b8afa2ae19dd6e5c4c7e699fd1dfa49935b5b4b2bd7472ee1f4 : luti.json
2f823e44fd1289678fbb40290e66d9347698d947a306a2efe5550e549b94ba48 : README.md
45f64a4a0ae7c00e478a9d401c50c8da076ab2cefc94ef32a146813ccf22dff1 : WAPT/control
5.6.1 (2018-06-14)
/LOG: Now logs some additional information about uninstall info saving.
The {sendto} constant has been renamed to {usersendto} and now can correctly trigger a used user areas warning. It still returns the same directory: the path to the current user's Send To folder. (There is no common Send To folder.)
Minor fixes to the registry entries logging and improved syntax highlighting introduced by the previous version.
Minor tweaks.
5.6.0 (2018-06-08)
/LOG: Now logs registry entries.
Compiler IDE change: Syntax highlighting and syntax error underlining support for #include and ISPP has been significantly improved (with ISPP installed: before and after, without ISPP installed: before and after
Change in default behavior: If [Setup] section directive DisableWelcomePage is set to yes (which it is by default), then the title of the wizard now includes AppVerName instead of AppName, in other words: it now includes the version number of the application. If WindowVisible is set to yes this applies to the background window instead.
Regardless of the version of Windows, if the installation is administrative then you should be careful about making any per-user area changes: such changes may not achieve what you are intending. The compiler will now warn you about this, which can be disabled using new [Setup] section directive UsedUserAreasWarning.
Improved support for high DPI systems:
The WizardImageFile and WizardSmallImageFile [Setup] section directives now may list multiple files. This support wildcards. When multiple files are specified, Setup will automatically select the one which best matches the system's DPI setting. See the help file for a list of recommended sizes. Note: when you test this be sure to first log out and back in after any DPI change.
If the WizardImageStretch [Setup] section directive is set to yes (which it is by default) then the quality of the stretching that occurs if the best matching wizard image is still larger or smaller than required has been improved (before and after). Also applies to any TBitmapImage which uses stretching.
Digital signing changes:
Added new [Setup] section directive: SignToolRetryDelay, which defaults to 500. Specifies the number of milliseconds the Setup Compiler should wait before any automatic digital signing retries specified by SignToolRetryCount.
Added new [Setup] section directive: SignToolMinimumTimeBetween, which defaults to 0. If not set to 0, specifies the minimum number of milliseconds that should have elapsed between consecutive digital signing actions by the Setup Compiler. For example, if set to 5000 then the Setup Compiler will perform 1 digital signing per 5 seconds at most. Can be used to avoid being rejected by rate limiting timestamp services.
Added new [Setup] section directive ArchitecturesAllowed value: arm64. This can be used to not allow Setup to run on Windows 10 on ARM64. Note that Windows 10 on ARM64 only supports 32-bit (x86) binaries and therefore Setup (even older versions) will never install in 64-bit mode on Windows 10 on ARM64.
Pascal Scripting changes:
Unicode Inno Setup: Unicode is now supported for the input source. For example, where before you had to write S := #$0100 + #$0101 + 'Aa'; you can now write S := 'AaAa'; directly. Also see the new UnicodeExample1.iss example script.
Added new IsX86, IsX64, IsIA64 and IsARM64 support functions.
Added new IsWildcard and WildcardMatch support functions.
/LOG: Now logs DLL function imports.
Any [Files] entries with the deleteafterinstall flag or with DestDir set to {tmp} or a subdirectory of {tmp} are no longer included in the EstimatedSize value in the Uninstall registry key.
Fix: In 5.5.9 it was no longer possible to include a drive colon in [Setup] section directive OutputManifestFile.
Unicode [Code] based on RemObjects Pascal Script Git commit 76e377efa5fddc55b3a6a3a3d944317bdfde4a12.
Minor tweaks.
Contributions via GitHub: Thanks to ElSanchez, DRON and jogo- for their contributions for respectively Unicode input source support, improved image stretching, and various improvements. Thanks to KngStr for his proof of concept for ISPP compiler directive highlighting.
Inno Setup 5.5 & Earlier Revision History