Top "Inno-setup" questions

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

Inno-Setup: Post Install open link: antivirus alert while opening a link

I am building an installer with inno setup that opens a link to a website after installation Currently this looks …

installation inno-setup antivirus
How to split a string in Inno Setup

How can I split a string in Inno Setup? Is there any special function in Inno Setup to split the …

inno-setup pascalscript
InnoSetup - Erroneous "File in use by another process..." message while compiling

Although I really like InnoSetup, I have been suffering with this erroneous message for some time, but my frustration has …

inno-setup file-in-use
How to remove a desktop shortcut by Innosetup

How can I remove a desktop shortcut by Innosetup? It's created by previous version and not needed anymore. I tried …

inno-setup desktop-shortcut
HTTP POST request in Inno Setup Script

I would like to submit some information collected from user during Inno setup installation to our server via POST. Obvious …

http inno-setup http-post
Inno Setup: Control panel icon does not show

I have an Inno Setup project. Everything is fine, but I do not see the application icon in the "Programs …

windows inno-setup setup-deployment ico
How to get the installer path in Inno Setup?

Do you know the right method to get the installer path in Inno Setup? I want to catch that value …

path installation inno-setup
Inno Setup: copy folder, subfolders and files recursively in Code section

Is there any way to browse and recursively copy/move all files and subdirectories of a directory within the code …

inno-setup pascalscript
How to check if an object is NULL in Inno Setup Pascal Script?

I am writing a pascal function using Inno setup studio which checks if an object is null and does something …

inno-setup pascalscript
Automated-build version number with WiX, Inno Setup, and VS2008

Basically what I need is an automated way to update the product version number in WiX (3.0 with Votive etc), and …

visual-studio-2008 wix build-automation inno-setup