diff --git a/Examples/Modern UI/HeaderBitmap.nsi b/Examples/Modern UI/HeaderBitmap.nsi index 3dd763b7..6245aaf0 100644 --- a/Examples/Modern UI/HeaderBitmap.nsi +++ b/Examples/Modern UI/HeaderBitmap.nsi @@ -49,6 +49,14 @@ LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt" +;-------------------------------- +;Reserve Files + + ;Things that need to be extracted on first (keep these lines before any File command!) + ;Only useful for BZIP2 compression + + ReserveFile "${NSISDIR}\Contrib\Icons\modern-header.bmp" + ;-------------------------------- ;Installer Sections