mirror of https://github.com/mgba-emu/mgba.git
Windows: Inno Setup fixes
Update minimum Windows version to 7, add DisableDirPage=no
This commit is contained in:
parent
8b041e9a23
commit
7451decdac
|
@ -32,10 +32,11 @@ DefaultDirName={pf}\{#AppName}
|
||||||
DefaultGroupName={#AppName}
|
DefaultGroupName={#AppName}
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=yes
|
||||||
DirExistsWarning=no
|
DirExistsWarning=no
|
||||||
|
DisableDirPage=no
|
||||||
ChangesAssociations=True
|
ChangesAssociations=True
|
||||||
AppendDefaultDirName=False
|
AppendDefaultDirName=False
|
||||||
UninstallDisplayIcon={app}\{#AppName}.exe
|
UninstallDisplayIcon={app}\{#AppName}.exe
|
||||||
MinVersion=0,6.0
|
MinVersion=6.1
|
||||||
AlwaysShowDirOnReadyPage=True
|
AlwaysShowDirOnReadyPage=True
|
||||||
UsePreviousSetupType=True
|
UsePreviousSetupType=True
|
||||||
UsePreviousTasks=True
|
UsePreviousTasks=True
|
||||||
|
@ -52,7 +53,7 @@ OutputBaseFilename={#AppName}-setup-{#CleanVersionString}-win{#WinBits}
|
||||||
UsePreviousLanguage=False
|
UsePreviousLanguage=False
|
||||||
DisableWelcomePage=False
|
DisableWelcomePage=False
|
||||||
VersionInfoDescription={#AppName} is an open-source Game Boy Advance emulator
|
VersionInfoDescription={#AppName} is an open-source Game Boy Advance emulator
|
||||||
VersionInfoCopyright=© 2013–2022 Jeffrey Pfau
|
VersionInfoCopyright=© 2013–2024 Jeffrey Pfau
|
||||||
VersionInfoProductName={#AppName}
|
VersionInfoProductName={#AppName}
|
||||||
VersionInfoVersion={#AppVer}
|
VersionInfoVersion={#AppVer}
|
||||||
Compression=lzma2/ultra
|
Compression=lzma2/ultra
|
||||||
|
|
Loading…
Reference in New Issue