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 watch values of variables while debugging in Inno Setup? How can I print something to debug output? …
debugging inno-setup pascalscriptI'm trying to make a custom checkbox in my custom page (because it's a one page installer), is needed only …
inno-setup pascalscriptInno Setup installer has the PrivilegesRequired directive that can be used to control, if privileges elevation is required, when installer …
inno-setup uac privileges pascalscript elevated-privilegesI'm using Inno Setup to change the recycle bin in the OS. I need to make some cases for if …
windows inno-setup pascalscriptIs it possible to exit the installation from a function in the [Code] section of an installer created with Inno …
inno-setup pascalscriptI'm creating an installer using InnoSetup, and writing some custom handlers in a [Code] section. In one of the handlers, …
installation inno-setup pascalscriptI've read the following post. My Code looks exactly the same, but does not work: Inno Setup Checking for running …
windows inno-setup 32bit-64bit pascalscriptI have added a checkbox to the "Additional Tasks" page of an InnoSetup script with [Tasks] Name: "StartMenuEntry" ; Description: "Start …
checkbox inno-setup pascalscriptIt has been around 20 years since I last had to write in Pascal. I can't seem to use the structure …
delphi inno-setup pascal pascalscriptI use this code to know if a key exists or not: if RegKeyExists(HKEY_LOCAL_MACHINE, 'Software\Autodesk') then …
registry inno-setup pascalscript