Skip to main content

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.

1 vote
1 answer
3k views

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: ...
Andrew Truckle's user avatar
3 votes
0 answers
654 views

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 ...
this's user avatar
  • 2,039
3 votes
1 answer
5k views

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 ...
Govs's user avatar
  • 189