Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8823067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:15:45+00:00 2026-06-14T06:15:45+00:00

I started to use Inno Setup as I thought the Pascal Scripting would make

  • 0

I started to use Inno Setup as I thought the Pascal Scripting would make it a lot easier for me to do custom stuff, compared to NSIS. However, it seems that there is no documentation anywhere on the Web? The official Wiki has been deleted and I can’t find any API documentation. There was an earlier question (3 years-old, an eternity!) which ended in the sad statement that nothing existed.

So far I was able to get help (mostly on Stackoverflow ;-)) each time I wanted to do something specific but I don’t want to go accross forums each time I want to do something. My problem right now is to create a directory if it doesn’t exist, and I haven’t find anyone asking this question yet. So I’m asking. If you know how to do it, can you please tell me (how to do it ;-)) and where you learnt it?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T06:15:46+00:00Added an answer on June 14, 2026 at 6:15 am

    Pascal script syntax is very close to the Pascal/Delphi syntax, so you have a lot of documentation in the Delphi DocWiki and Free pascal documentation about it.

    The best place I know about inno-setup specific pascal script function support is the PascalScript section in the Inno Setup Help File, the most relevant sections are:

    • Support Functions Reference
    • Support Class Reference
    • Using DLLs

    As for your last question, take a look at this:

    var
      DocPath: string;
      DirPath: string;
    begin
      DocPath := ExpandConstant('{userdocs}');
      DirPath := DocPath + '\ISTest';
      if not DirExists(DirPath) then
      begin
        if not CreateDir(DirPath) then
           MsgBox(SysErrorMessage(DLLGetLastError), mbError, mb_Ok);
      end;
    end;
    

    Where I learned it? I’m a Delphi developer, and the aim of pascal script is to be close to Delphi, so I think I really learned it by learning Delphi. Nowadays, before to take a look at the documentation, I try to do what I want to do a la Delphi, and if I fail doing so, I resort to documentation as a last resource.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I started to use Dashcode with a Safari Custom Project, my apps work fine,
Just started to use MODX Revo. When I make new document in MODX(Revo), fill
I started to use ADO.NET for 3 days and want to make a program
Since I've started to use jQuery, I have been doing a lot more JavaScript
I've just started to use Greasemonkey and am trying to make a userscript that
I started to use Lex for my homework. In my Lex file, I always
I started to use CakePHP (1.2) a few months ago to add small features
I started to use Json.NET to convert a string in JSON format to object
I started to use Borland's Turbo C++ a few days ago. I actually have
I started to use AutoFixture http://autofixture.codeplex.com/ as my unit tests was bloated with a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.