Top "Inno-setup" questions

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

Inno Setup: Install other installer and run it before continuing my install

This is the [Files] portion of my code so far: [Files] Source: "other_installer.exe"; DestDir: "{app}" Source: "myprogram.exe"; …

installation inno-setup
How can I install .NET framework as a prerequisite using Inno Setup?

I have a question similar to Inno Setup: Verify that .NET 4.0 is installed, but it seems to be slightly different. […

.net inno-setup
How to create a desktop icon with Inno Setup

I am very new of Inno Setup and I wish to add a Desktop icon to my executable in Inno …

installation icons inno-setup executable desktop
Inno Setup - Check if file exist in destination or else if doesn't abort the installation

I need my installer to check if a file exists in the destination location, and if is not there, then …

windows installation inno-setup
How to set 'Run as administrator' on a file using Inno Setup

I'm creating an installer using Inno Setup. As part of the install process I'm installing Tomcat. On Windows 7 I suffer …

inno-setup elevated-privileges
Inno Setup: pack folder with all subfolders

I have this line in .iss file: Source: "..\Tcl\*"; DestDir: "{app}\Tcl"; Flags: ignoreversion which packs folder Tcl. But it …

inno-setup
Inno Setup : How to set installer "Run As Administrator"?

In Inno Setup, [Setup] PrivilegesRequired=admin is still can not Run the installer as Administrator, but I need to Launch …

inno-setup
Creating an installer that will perform an update if an older version is already installed

I am trying to configure Inno setup for my software (this is a C# software). I plan to release many …

inno-setup updates
Is it possible to accept custom command line parameters with Inno Setup

I am preparing an installer with Inno Setup. But I'd like to add an additional custom (none of the available …

command-line inno-setup command-line-arguments
How to detect old installation and offer removal?

How do I detect whether the user already installed the software and if so, how to offer the possibility of …

inno-setup