Results 1 to 2 of 2

Thread: MsgBox & Inno Setup

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    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
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    Re: MsgBox & Inno Setup

    is it Impossible to do this Function With Inno Setup ? ??
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width