mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Don't disable "Select Destination Location" wizard
This commit is contained in:
@@ -52,6 +52,10 @@ VersionInfoDescription={#AppName + " " + AppVersion + " Setup"}
|
|||||||
VersionInfoVersion={#GetFileVersion(AppExe)}
|
VersionInfoVersion={#GetFileVersion(AppExe)}
|
||||||
VersionInfoCopyright={#GetFileCopyright(AppExe)}
|
VersionInfoCopyright={#GetFileCopyright(AppExe)}
|
||||||
|
|
||||||
|
; Don't disable the "Select Destination Location" wizard, even if
|
||||||
|
; Audacity is already installed.
|
||||||
|
DisableDirPage=no
|
||||||
|
|
||||||
; Always warn if dir exists, because we'll overwrite previous Audacity.
|
; Always warn if dir exists, because we'll overwrite previous Audacity.
|
||||||
DirExistsWarning=yes
|
DirExistsWarning=yes
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user