pascalscript
Inno Setup Simple progress page for Run section
My installer is very simple, it basically is: Welcome Page Progress Page Final Page The Welcome and Final pages are standard (just one button).[详细]
2023-03-25 01:16 分类:问答Basic IP validation within Inno Setup script
When I collect input from a user, how can开发者_Go百科 I check to see if it\'s an IP address?An IP Address (assuming you mean IPv4) is actually an integer, but it is usually written as four numbers se[详细]
2023-03-15 00:58 分类:问答PascalScript including other script per uses or include command
I have included the PascalScript engine into my software. My user now wants to write a whole set of scripts for this engine, and would like to know if it is possible to include other Scripts by an inc[详细]
2023-03-08 06:49 分类:问答Unable to invoke the Get_ProcAddress from PascalScript
The following is my code: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,[详细]
2023-03-08 02:55 分类:问答Inno Setup refresh desktop
Is it possible to refresh the desktop using Inno Setup in the [Code] section? Either by using Se开发者_如何学CndMessage or somehow use SHChangeNotify?You can call any function in the Windows API by c[详细]
2023-03-01 17:09 分类:问答Problem with checking the Windows version from Inno Setup
My program installs a driver, which has different versions compiled for XP, Win2003, Vista/Win2008, and Win7. I use pascal functions to check which is the OS, and install the corresponding DLL.[详细]
2023-02-13 03:52 分类:问答How to invoke PascalScripts UnitImporter from command line
I want to know i开发者_运维知识库f there is a way to start the PSUnitImporter.exe from command line. What I want to do is to have the import file created automatically as a Pre-Build Event.[详细]
2023-02-11 05:39 分类:问答Contact license key server with Inno Setup?
Using the Pascal scripting, is there any way to connect to a server and send/retrieve data over http? B开发者_开发技巧rowsing through the reference I didn\'t see any way...The best way to do this is p[详细]
2023-01-24 07:10 分类:问答What is "pointer" (PVOID) data type equivalence in Inno Setup
I\'m tryin开发者_如何转开发g to use the RegSetKeySecurity() function of Windows API, but the pSecurityDescriptor parameter is a pointer. What is \"pointer\" (PVOID) data type equivalence in Inno Setup[详细]
2023-01-16 16:28 分类:问答-
Getting started working with RemObjects Pascal Script in delphi
I have just started working with RemObjects Pascal Script. and have been trying to follow the remobjects tutorial.[详细]
2023-01-03 22:58 分类:问答