Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged pascalscript

0 votes
446 views
1 answer
    I want to hide the first and the last message of the uninstaller. This code works with a modified version ... to correctly hide both messages? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
473 views
1 answer
    I usually have no problem backing up savegames, but for this particular game, I use FreeArc, since the game is very ... 10:16:06.679 Log closed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
381 views
1 answer
    Is it possible to simulate OnMouseHover event (to call a function when mouse is over some Inno Setup control) ... DLL library which can help? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    I'm getting a "colon (:) expected" syntax error on this code (Line 14; Column 10) and I'm at a loss. ... Free; end; Can anybody spot my error? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
407 views
1 answer
    I use this code to ask for a password: Inno Setup - Move the password page before the welcome page (first ... with installation'); end; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    I'd like to disable controls on my custom page (VST2DirPage) based on selected components. I have tried the condition: ... := False; end; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
484 views
1 answer
    I'd like to disable controls on my custom page (VST2DirPage) based on selected components. I have tried the condition: ... := False; end; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    I have a setup script that allows the user to specify where they would like to install my application. It is ... a newbie with Pascal. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
412 views
1 answer
    When I compile a Inno Setup project, the [Code] section is also compiled (as Pascal executable or Pascal ... knowledge of reverse engineering. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
659 views
1 answer
    I am trying to create a MsgBox with three buttons and three outcomes, but am unable to see how I can create ... to rename the buttons as well? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    I have a file in my installer with an AfterInstall action like so: AfterInstall: ... to UpdateImageLoaderConfigValues? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
476 views
1 answer
    I'm trying to make a custom checkbox in my custom page (because it's a one page installer), is needed ... FolderToInstall.ReadOnly := True; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
495 views
1 answer
    I need a global string variable in Inno Setup, that is going to be initialized in [Code] section and used in [Run] section. Is this possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    I found a code here that I needed. To only allow write numbers in a text box. But I still wanted more, which does ... = 0 then Key := #0; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
357 views
1 answer
    I create a progress bar using TNewProgressBar. The default color of the progress bar is green. I would like to change the color to blue. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
510 views
1 answer
    [Components] Name: "Slasher"; Description: "Dagon Slasher"; Types: Slasher Full Name: "Frankenstein"; ... conditionally in my script. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    I'm stuck on simple situation with OnClickCheck property. The problem is that I see a Msgbox every time I ... OnClickCheck := @TaskOnClick; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
406 views
1 answer
    How can I load and work with JSON config file during install time? I can read string from file and write it, ... in JSON object, no extra magic. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
626 views
1 answer
    How can I pass a variable from [Code] section to parameters in [Run] section in Inno Setup? Basically, I want ... .Values[0]; end; Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    Hi I have a problem with replacing a text in a textfile with Inno Setup (Delphi based). My Code: procedure ... I hope you can help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
439 views
1 answer
    On this support page for creating a custom CreateInputOptionPage, they suggest storing the values of the page by just ... Result := True; end; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
374 views
1 answer
    I'm trying to put a background image to Inno Setup installer using ISSI along with a song using the "BASS audio ... me, I'm really grateful. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
400 views
1 answer
    I want to open a 50 MB binary file and read only the last 4 bytes and convert it to string for some purpose. ... Result := False; end; end; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
533 views
1 answer
    I need to check some port is usable or not? How can do that in Inno Setup? Is there any way to use socket ... it? Thank you for your answers. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
396 views
1 answer
    Following on from this: Inno Setup Placing image/control on custom page. This is doing what I need: CustomPage := ... good no matter the DPI? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
339 views
1 answer
    How does one write to a binary file in Inno Setup script? It's a configuration file I want to edit in the ... just do it in a batch script? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
901 views
1 answer
    I'm trying to load VclStylesInno.dll for uninstall form of Inno Setup. Next code is declared in the middle ... load DLL for uninstall process? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
464 views
1 answer
    Bitmap for Inno Setup WizardImageFile (and WizardSmallImageFile) looks terrible because when Windows 7 has the large ... Parent := Splash; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...