My installer is very simple, it basically is: Welcome Page Progress Page Final Page The Welcome and Final pages are standard (just one button).
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
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
The following is my code: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
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
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.
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.
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
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
I have just started working with RemObjects Pascal Script. and have been trying to follow the remobjects tutorial.