Category "pascalscript"

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,

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

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

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

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