Free scripting engine that allows you to use most of the Object Pascal language within Delphi or Free Pascal projects at runtime.
How can I pass a variable from [Code] section to parameters in [Run] section in Inno Setup? Basically, I want …
inno-setup pascalscriptHi I have a problem with replacing a text in a textfile with Inno Setup (Delphi based). My Code: procedure …
inno-setup pascalscriptFor an installation program, I need to create folder links. For this, I create the target folders using the '[…
constants inno-setup pascalscriptWhat is the easiest way to convert a Boolean value into a String in an Inno Setup Pascal script? This …
inno-setup pascalscriptHow can I split a string in Inno Setup? Is there any special function in Inno Setup to split the …
inno-setup pascalscriptIs there any way to browse and recursively copy/move all files and subdirectories of a directory within the code …
inno-setup pascalscriptI am writing a pascal function using Inno setup studio which checks if an object is null and does something …
inno-setup pascalscriptMy program installs a driver, which has different versions compiled for XP, Win2003, Vista/Win2008, and Win7. I use pascal …
inno-setup pascalscript windowsversionI'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