Category "inno-setup"

Uninstalling previous version of product at the beginning of the installation results in corrupted install in Inno Setup

I wanted to use Inno Setup to remove old possible instances of a program. The program does not have to be installed in specific part of the system to run, but I

Inno Setup - How to add picture box to progress dialog? [duplicate]

This code adds a picture to the licnese agreement wizard page, picLicense := TBitmapImage.Create(WizardForm.LicensePage); with picLicense

How to execute a batch file on uninstall in Inno Setup?

I'm using code from How do you execute command line tools without using batch file in Inno Setup response to execute all my batch files on installation (before,

How to validate mssql server credentials

In my project, I use Inno to run a .sql script to create a database. I use a custom page to write SQL Server instance name user and password to run the script.

Inno Setup Script For MySQL 5.7 silent install

I want to silent install MySQL 5.7 from Inno Setup so i have use this link, but this for MySQL 5.5 not for 5.7. I have MySQInstallerConsole form command prompt

Filling with image [duplicate]

I am using the following code to add a background image, function Page1_Create: TWizardPage; var Page1: TWizardPage; // Fonts // P

Can you define a function prototype in Inno Setup

I would like to be able to structure my code for my Inno Setup project but I am forced to move code around because you can't call a function unless it is define

Change the entire font name of all dialogs (part 2) [duplicate]

Based on this post, Change the entire font style of all dialogs How to change the font text of the entire installer in Graphical Installer? Wh

Playing native Windows sounds in Inno Setup

In there any way to play Windows native sounds using Inno Setup? For example I'm showing a custom message box, and I need to play Windows warning/info/error sou

Create desktop shortcut to exe with argument with Inno Setup

I'm trying to create an installer for a Python script with Inno Setup. My goal is to have a single installer. With Inno Setup, I packed my Python script, an emb

Change the font name of all dialogs in Inno Setup

Based on the answer in this link, Inno Setup how to change the font color or style of label on TInputFileWizardPage This is the code to change the font style, P

Inno Setup: How to overwrite on install but not on change?

I know how to overwrite the files using this method [Files] Source: "Project\*"; DestDir: "{app}"; \ Flags: ignoreversion recursesubdirs onlyifdoesntexist;

Declare an OleVariant and IEnumVariant in Inno Setup

I have a function for getting BIOS serial numbers in the code section that works in Delphi but it doesn't recognize the variable declarations. How do I get arou

Inno Setup - External .NET DLL with dependencies

I am trying to use a custom DLL in a Inno Setup script during installation. I wrote a very simple function that basically checks a connection string for a MySQL

Querying Version Information from executable at runtime

I am trying to query the version details of a file that the installer installs and compare it against the version details of the same file present in the instal

How to do a silent install of MySQL in Inno Setup?

I would create a setup program for my Java application. It uses a MySQL database. So the installation of my program must include the installation of MySQL serve

Inno Setup crashes in appendChild msxml

I want to modify xml file in Inno Setup - but installer crashes. I tried different things, and as result got sample code with problem procedure testXml(); var