mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
templates/windows/installer: Extract uninstaller to portable installations
It is now possible to properly uninstall StreamFX from portable installations, without any registry being necessary.
This commit is contained in:
parent
454f8eff83
commit
242a5dcac2
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ UninstallDisplayIcon={uninstallexe}
|
||||||
|
|
||||||
; Other Information
|
; Other Information
|
||||||
UsePreviousAppDir=no
|
UsePreviousAppDir=no
|
||||||
Uninstallable=not IsPortablePagePortableChoiceChecked()
|
Uninstallable=yes
|
||||||
|
CreateUninstallRegKey=not IsPortablePagePortableChoiceChecked()
|
||||||
DefaultDirName={code:GetDefaultDirectory}
|
DefaultDirName={code:GetDefaultDirectory}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=yes
|
||||||
|
|
Loading…
Reference in a new issue