Results 1 to 4 of 4

Thread: Inno Setup Help

  1. #1

    Surprised/Amazed

    I am creating an application for my 4th year uni project and am using inno setup, I would really appreciate some help. OK for example when using nsanes install the text part has bold areas and bullet points how do I do that? Also how to do change the top banner(pic) to what I want as I no how to change the side.

    Also any other tips would be appreciated

    Thanks

  2. Software & Hardware   -   #2
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    I think Entity can help you with this. Send him a PM, dunno if he will see this thread.

  3. Software & Hardware   -   #3
    nsane's Avatar .
    Join Date
    Oct 2003
    Location
    Florida, USA
    Age
    39
    Posts
    481
    for the text part user a .rtf file instead of a text file

    for the pictures you need to set the WizardImageFile & WizardSmallImageFile serttings. example:
    Code:
    WizardImageFile=C:\wizmodernimage-IS.bmp
    WizardSmallImageFile=C:\wizmodernsmallimage-IS.bmp
    or

    Code:
    WizardImageFile=compiler:wizmodernimage-IS.bmp
    WizardSmallImageFile=compiler:wizmodernsmallimage-IS.bmp
    if the images are in your inno folder

    a great tool to use with inno is ISTool

  4. Software & Hardware   -   #4
    Thanks nsane! Yeah i use ISTool came in very handy! will try that code 2moro when i continue working on my project i will go and edit a rft doc now :-)

    Thanks again

Bookmarks

Posting Permissions

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