|
-
Jan 8th, 2006, 03:19 PM
#1
Thread Starter
Addicted Member
MsgBox & Inno Setup
Hi Dears,
I want to Deploy a Project using Inno Setup
what i want is:
MsgBox With OKOnly Button Appear Before The Setup Start
i tried this:
===============
function MsgBox(const Text: String; const Typ: TMsgBoxType; const Buttons: Integer): Integer;
begin
// Display a simple message box with an OK button
MsgBox('Hello.', mbInformation, MB_OK);
===============
But it doesnt Work
-
Jan 11th, 2006, 08:10 PM
#2
Thread Starter
Addicted Member
Re: MsgBox & Inno Setup
is it Impossible to do this Function With Inno Setup ? ??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|