Questions tagged [pascal-script]
Pascal Script is a free scripting engine that allows you to use most of the Object Pascal language within your Delphi or Free Pascal projects at runtime. Written completely in Delphi, it is composed of a set of units that can be compiled into your executable, eliminating the need to distribute any external files.
3 questions
1
vote
1
answer
3k
views
Installing the VC Redistributable (2015|2017|2019) for both x86 and x64 using Inno Setup
I don't have a virtual computer so I am not able to beta test this installation. Therefore I am kindly asking if I have gone about this correctly. It compiles OK.
Step 1
I declared these variables:
...
3
votes
0
answers
654
views
Maintaining a complicated installer supporting per-user and everyone
Another challenge for developing rubberduck VBA project is to develop an installer that support per-user mode and everyone-mode.
Normally with an MSI package, one has a bootstrapper so it is possible ...
3
votes
1
answer
5k
views
Using ADO to run sql script (with GO syntax) in inno setup
I am using this code to run my sql scripts in inno setup. However ADO gives an error if the script contains GO syntax within it. I added my own code to overcome this problem.
My code below splits the ...