|
-
Mar 6th, 2009, 07:33 PM
#1
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.
 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.

-
Mar 7th, 2009, 03:19 AM
#2
Thread Starter
New Member
Re: Inno Setup Form Designer Tutorial !
 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....
-
Mar 9th, 2009, 10:20 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|