PDA

View Full Version : Inno Setup Help



-=Cyrus=-
02-07-2005, 06:19 PM
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

{I}{K}{E}
02-07-2005, 06:28 PM
I think Entity can help you with this. Send him a PM, dunno if he will see this thread.

nsane
02-07-2005, 06:28 PM
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:


WizardImageFile=C:\wizmodernimage-IS.bmp
WizardSmallImageFile=C:\wizmodernsmallimage-IS.bmp


or


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 (http://www.istool.org) ;)

-=Cyrus=-
02-07-2005, 08:44 PM
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