witten
/
luminotes
Archived
1
0
Fork 0

Adding custom images to the installer.

This commit is contained in:
Dan Helfman 2008-08-26 15:42:55 -07:00
parent c0d512920e
commit 61138de369
5 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ class InnoScript:
print >> ofi, r"DefaultDirName={pf}\%s" % self.name
print >> ofi, r"DisableProgramGroupPage=yes"
print >> ofi, r"SetupIconFile=static\images\luminotes.ico"
print >> ofi, r"WizardImageFile=static\images\installer.bmp"
print >> ofi, r"WizardSmallImageFile=static\images\installer_small.bmp"
print >> ofi
print >> ofi, r"[Files]"

BIN
static/images/installer.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
static/images/installer.xcf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.