Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 414 Bytes

ModernInno (c) 2018 Robin Lobel

Modern look for Inno Setup, banner based.

Usage

In your project, add the following lines:

#include "moderninno.iss"
[Setup]  
WizardSmallImageFile=PathToMyBannerImage

The layout is automatically resized based on the size of your banner image.
All pages will use this layout, including the Welcome and Finished pages.

ModernInno Example