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:
Michael Fabian 'Xaymar' Dirks 2022-09-15 04:38:14 +02:00
parent 454f8eff83
commit 242a5dcac2
1 changed files with 2 additions and 1 deletions

View File

@ -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