Top "Inno-setup" questions

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

How to add publisher for setup

When we create a install program and we run it under windows 7 or vista , we see a Unknown for publisher …

inno-setup
How do I create a Start Menu folder with InnoSetup?

I want to create a folder under the Start Menu using InnoSetup. On Windows 7 the start menu should show a …

inno-setup
How to install Visual Studio Code silently (without auto open when installation ends)?

I found the option to install silently from command line (vscode-installer.exe /VERYSILENT), BUT it still opens automatically at the …

installation inno-setup visual-studio-code silent-installer
Can one use environment variables in Inno Setup scripts?

I need to find a way to reference environment variables INSIDE the Inno Setup script file (.iss)... I've found plenty …

environment-variables inno-setup
How to install Microsoft VC++ redistributables silently in Inno Setup?

How to install Microsoft VC++ redistributables silently in Inno Setup? I used the following code, most of the installation part …

inno-setup
Inno Setup: Install file from Internet

I am using Inno Setup to distribute my application. Is it possible to check in Inno Script for a particular …

inno-setup inno-download-plugin inno-tools-downloader
InnoSetup: Getting AppName in [Code] section

I'm creating an installer using InnoSetup, and writing some custom handlers in a [Code] section. In one of the handlers, …

installation inno-setup pascalscript
Shellexec vs Exec vs Shellexec my batch file

I don't find in the help an exhaustive explanation of the difference between Shellexec and Exec. Is the Shellexec('',…

exec inno-setup shellexecute
CustomPage for Serial Number in Inno Setup

How to create CustomPage in Inno Setup with Edit Boxes for Serial Number? E.g. 6x5chars or 7x5chars? …

inno-setup
Inno Setup parameter with quotes in [Run] section

I use [Run] section to modify the merit value of some codecs with commandmerit.exe that supports command-line. So the …

configuration inno-setup