Top "Inno-setup" questions

Inno Setup is a tool to create setup programs with an embedded Pascal-derived scripting language.

How can I log Inno Setup installations?

Inno Setup has command line parameter /LOG="filename". Can I specify a log filename from inside the Inno Setup script, …

logging inno-setup
Upgrading Windows service using Inno Setup

I've created a basic Windows service installation using Inno Setup. both install and uninstall works properly. However, I'm having issues …

installation inno-setup
Change the image in the Inno Setup wizard banner

How do I change the image in the banner of wizards. I know how to change it in the first …

inno-setup
How to install SQL Server 2008 Express with Inno Setup?

anyone have script or procedures to install SQL Server 2008 Express, set up the database for the app and finally install …

inno-setup sql-server-2008-express
Inno Setup script for copying folders

I need an Inno Setup script that copies a folder recursively.

inno-setup
How to check with Inno Setup, if a process is running at a Windows 2008 R2 64bit?

I've read the following post. My Code looks exactly the same, but does not work: Inno Setup Checking for running …

windows inno-setup 32bit-64bit pascalscript
Installing a Java service on Windows 7 with NSSM

I am trying to use Inno Setup to install a Windows service as a JAR file running under NSSM (Non-Sucking …

java windows-services inno-setup nssm
Inno Setup - #define directive - how to use previously defined variable?

I am using Inno Setup version 5.4.2. I want to define the path for the files to copy (the Source: parameter …

inno-setup
Is the Verisign Timestamp server down?

I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital …

inno-setup code-signing verisign
Inno Setup (How to get dynamically path to file)?

I'm making a setup script in Inno and I was wondering, how can I get non "hardcoded" path. Here is …

path installation inno-setup dynamically-generated