![]() |
@pakrat2k2 or @Bulat Can you give me an example of use of facompress.dll and fazip.exe? (ISDone). Please, thanks.
|
Luis, Delphi 9 is fully compatible with unicode, that's why your script is working properly, you can try to compile Inno Unicode with Delphi 2009, worked for me. Also you can dll your functions in Delphi 2009 and should work fine in Inno.
Now a question, is there a way to get Inno Setup Extended Edition sorce code? I'd like to compile my own Inno with a different DiskID. |
How to make 2 or more icon in inno setup?
|
Quote:
[Icons] Name: "{group}\My Program"; Filename: "{app}\MyProg.exe"; Components: main; Tasks: startmenu Name: "{group}\My Program Help"; Filename: "{app}\MyProg.chm"; Components: help; Tasks: startmenu Name: "{commondesktop}\My Program"; Filename: "{app}\MyProg.exe"; Components or in INNO > HELP > documentation, search for icon, for more info. |
i need some help in modifying xml using innosetup
Code:
<?xml version="1.0"?>i have tried this script but no luck yet... Code:
procedure CurStepChanged(CurStep: TSetupStep); |
Need some help.
Code:
function InitializeSetup(): Boolean;Maybe i am blind and don't see the mistake :confused: Edit: Ok after a cup of coffee i just found my mistake. Result := True was missing in InitializeSetup |
fixed !
|
Quote:
|
Quote:
Thank you JRD! :) |
Quote:
Quote:
|
Quote:
The procedure "onmousedown" is a fixed property of a label in a custom form in which one have to add the mouse drag procedure. like this, OnMouseDown:=@INFOMouseDown; And the "INFOMouseDown" procedure is the mouse drag procedure which can be like this, procedure INFOMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin ReleaseCapture; SendMessage(InfoForm.Handle,$0112,$F012,0); end; And one thing, you have cracked my mod, so You can see there is more things than coping a code. No one can make such type of mod by just only coping the codes. |
Quote:
|
Quote:
|
Quote:
procedure CreateSystemPage(); i placed under InitializeWizard; but it should be placed under InitializeSetup Again all credit goes to JRD! :) |
Anyone knows how to draw shadow on text TLabel?
Google comes up with nothing. |
| All times are GMT -7. The time now is 06:40. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com