Top "Inno-setup" questions

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

How do you pass in parameters to the Inno Setup command line compiler?

It was suggested in the IS newsgroup to use /D= but using the iscc.exe that came with version 5.2.3 I …

inno-setup
signtool fail with inno setup : 0x80070003 - "Store IsDiskFile() failed"

I'm getting a weird error whiles signing my software. I'm using inno setup 4.5.2. Running Sign Tool command: signtool.exe sign /…

inno-setup signtool
Check Java is present before installing

I'm creating an Inno Setup installer for a jar app. What I want to do right now is to check …

inno-setup registry java
Installers: WIX or Inno Setup?

I'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do …

windows installation wix inno-setup
Make Inno Setup installer request privileges elevation only when needed

Inno Setup installer has the PrivilegesRequired directive that can be used to control, if privileges elevation is required, when installer …

inno-setup uac privileges pascalscript elevated-privileges
How to declare an Inno Setup preprocessor variable by reading from a file

Ok I know you can do this in Inno Setup: #define AppVer "0.0.11" Then use it like [Setup] AppVerName={#AppVer} Now …

inno-setup
How to get an output of an Exec'ed program in Inno Setup?

Is it possible to get an output of an Exec'ed executable? I want to show the user an info query …

inno-setup
How to use Inno Setup to update a database using .sql script

I'd like to compile a setup that will connect to a remote database using the credentials provided by the user, …

sql inno-setup
Determine Windows version in Inno Setup

I'm using Inno Setup to change the recycle bin in the OS. I need to make some cases for if …

windows inno-setup pascalscript
Exit from Inno Setup installation from [Code]

Is it possible to exit the installation from a function in the [Code] section of an installer created with Inno …

inno-setup pascalscript