Skip to content

Commit

Permalink
innosetup win10 update style
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Oct 13, 2021
1 parent e3e2082 commit b810725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ ArchitecturesInstallIn64BitMode=x64
OutputDir=/
OutputBaseFilename={#ApplicationName}-win-x64-bleedingedge
SetupIconFile=setup.ico
WizardImageAlphaFormat=premultiplied
WizardImageFile=install_bg.bmp
WizardSmallImageFile=install_smallicon.bmp
WizardStyle=modern

[Messages]
SetupWindowTitle={#ApplicationName} {#ApplicationVersion} Setup
Expand Down Expand Up @@ -95,4 +99,4 @@ begin
UnInstallOldVersion();
end;
end;
end;
end;
Binary file added install_bg.bmp
Binary file not shown.
Binary file added install_smallicon.bmp
Binary file not shown.

0 comments on commit b810725

Please sign in to comment.