Top "Pascalscript" questions

Free scripting engine that allows you to use most of the Object Pascal language within Delphi or Free Pascal projects at runtime.

Inno Setup: How to pass variable from [Code] to [Run] (or other section)

How can I pass a variable from [Code] section to parameters in [Run] section in Inno Setup? Basically, I want …

inno-setup pascalscript
Replace a text in a file with Inno Setup

Hi I have a problem with replacing a text in a textfile with Inno Setup (Delphi based). My Code: procedure …

inno-setup pascalscript
How to use Pascal Inno Setup ExpandConstant with a string variable?

For an installation program, I need to create folder links. For this, I create the target folders using the '[…

constants inno-setup pascalscript
Convert Boolean to String with Inno Setup

What is the easiest way to convert a Boolean value into a String in an Inno Setup Pascal script? This …

inno-setup pascalscript
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
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
Problem with checking the Windows version from Inno Setup

My program installs a driver, which has different versions compiled for XP, Win2003, Vista/Win2008, and Win7. I use pascal …

inno-setup pascalscript windowsversion
LoadStringFromFile and StringChangeEx from Unicode Inno Setup (Ansi file)

I'm trying to update one of my scripts to use the Unicode version of Inno Setup. Unfortunately I'm running into …

unicode inno-setup ansi pascalscript