Top "Inno-setup" questions

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

Inno Setup Execute a batch file before [Files] section

Currently my batch file is in [Run] section. I need my batch file to execute before the [Files] section. Is …

inno-setup setup-deployment
How do read and set the value of a checkbox in an InnoSetup wizard page?

I have added a checkbox to the "Additional Tasks" page of an InnoSetup script with [Tasks] Name: "StartMenuEntry" ; Description: "Start …

checkbox inno-setup pascalscript
Proper structure syntax for Delphi/Pascal if then begin end and ;

It has been around 20 years since I last had to write in Pascal. I can't seem to use the structure …

delphi inno-setup pascal pascalscript
Inno Setup - how can I make my program run when a user logs in to Windows?

I want to use Inno Setup (http://www.jrsoftware.org/isfaq.php) to build an installer for an application. I …

inno-setup
File association in Inno Setup

I am using Inno Setup and am trying to associate a program that is located in the Program Files (x86) …

inno-setup file-association
Wrong desktop shortcut icon on Windows 7 (Inno Setup)

I have created an installer with Inno Setup. The icon used for the desktop shortcut and start menu is embeded …

windows-7 icons inno-setup desktop-shortcut
How to end a process using inno setup?

I want to kill a process using inno setup.i want to check whether the window is open before i …

installation inno-setup uninstallation windows-applications kill-process
Is it feasible/sensible to wrap an Inno Setup installer inside an MSI for easier distribution via AD?

Our installer is written with Inno Setup and we are actually quite happy with it. Yet some customers keep asking …

windows-installer inno-setup
How to check if a string contains a given substring?

I need to find out if string contains a given substring. For example, if I'm looking for the substring ABC …

inno-setup
Kill process before (re)install using "taskkill /f /im" in Inno Setup

I install a service/daemon, which needs to be killed before uninstall and reinstall. I already found out how to …

inno-setup taskkill