mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +00:00
templates/windows/installer: Don't warn about existing directories
Also don't append default directory name if possible.
This commit is contained in:
parent
a15d2d3c89
commit
c9239405e2
1 changed files with 9 additions and 3 deletions
|
@ -49,12 +49,18 @@ SetupIconFile="@PROJECT_SOURCE_DIR@/media/icon.ico"
|
||||||
SetupMutex=@PROJECT_NAME@-Setup,Global\@PROJECT_NAME@-Setup
|
SetupMutex=@PROJECT_NAME@-Setup,Global\@PROJECT_NAME@-Setup
|
||||||
UninstallDisplayIcon={uninstallexe}
|
UninstallDisplayIcon={uninstallexe}
|
||||||
|
|
||||||
; Other Information
|
; Directory Choices
|
||||||
UsePreviousAppDir=no
|
UsePreviousAppDir=no
|
||||||
|
DisableDirPage=no
|
||||||
|
DirExistsWarning=no
|
||||||
|
DefaultDirName={code:GetDefaultDirectory}
|
||||||
|
AppendDefaultDirName=no
|
||||||
|
DefaultGroupName={#MyAppName}
|
||||||
|
AppendDefaultGroupName=yes
|
||||||
|
|
||||||
|
; Other Information
|
||||||
Uninstallable=yes
|
Uninstallable=yes
|
||||||
CreateUninstallRegKey=not IsPortablePagePortableChoiceChecked()
|
CreateUninstallRegKey=not IsPortablePagePortableChoiceChecked()
|
||||||
DefaultDirName={code:GetDefaultDirectory}
|
|
||||||
DefaultGroupName={#MyAppName}
|
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=yes
|
||||||
LicenseFile="@ISS_SOURCE_DIR@/LICENSE"
|
LicenseFile="@ISS_SOURCE_DIR@/LICENSE"
|
||||||
OutputDir="@ISS_PACKAGE_DIR@"
|
OutputDir="@ISS_PACKAGE_DIR@"
|
||||||
|
|
Loading…
Reference in a new issue