Results 1 to 12 of 12

Thread: Inno Setup Form Designer Tutorial !

Hybrid View

  1. #1
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: Inno Setup Form Designer Tutorial !

    First make sure you have ISTool, to simplify your life with Inno. Its a GUI version for inno lets say.


    Quote Originally Posted by amin fear
    for example i need to put a bmp ( my favorite Picture ) on Installing page of setup (wpInstalling) ?
    You mean the picture on the left ?
    If so then, in the Setup section add this:

    Code:
    [Setup]
    WizardImageFile=Setup_Image.bmp
    WizardSmallImageFile=Setup_Image_SMALL.bmp
    Or you want a whole BG picture ?
    If so then, I'll see what I can do tomorrow because im not on my working machine...
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



  2. #2

    Thread Starter
    New Member amin fear's Avatar
    Join Date
    Jan 2009
    Location
    IRAN - Qom Town
    Posts
    7

    Re: Inno Setup Form Designer Tutorial !

    Quote Originally Posted by some1uk03
    First make sure you have ISTool, to simplify your life with Inno. Its a GUI version for inno lets say.




    You mean the picture on the left ?
    If so then, in the Setup section add this:

    Code:
    [Setup]
    WizardImageFile=Setup_Image.bmp
    WizardSmallImageFile=Setup_Image_SMALL.bmp
    Or you want a whole BG picture ?
    If so then, I'll see what I can do tomorrow because im not on my working machine...

    hi ...

    about the first :

    Code:
    [Setup]
    WizardImageFile=Setup_Image.bmp
    WizardSmallImageFile=Setup_Image_SMALL.bmp
    no ... i know most of simple directives like this in innosetup.....

    about the second :

    Code:
    Or you want a whole BG picture ?
    i think yes... but its a little differ...

    anyway just download this movie & watch it....

    DL LINK :

    HTML Code:
    http://rapidshare.com/files/206334296/Help.zip.html

    then you will find out my purpose....

    & if you got my meaning...try to make a movie like this...
    but if its hard for you ...forget it & just give me some instruction & also the SAMPLE script....

  3. #3
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: Inno Setup Form Designer Tutorial !

    Ok, I've had a look at your vid.

    The 1st image I don't think its possible, because that's the installation page. Or it may be possible, but I don't know how to edit or add it there.

    But you can do it on the page after, as in your 2nd image.

    I've made a quick example, which should help you figure it out... it also has comments on the code...

    Click on the setup to see it working or just explore the code..

    http://rapidshare.com/files/20718156..._Test.rar.html
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



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