From 242a5dcac24f204be5c0eabc856e6035a55fdff5 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 15 Sep 2022 04:38:14 +0200 Subject: [PATCH] templates/windows/installer: Extract uninstaller to portable installations It is now possible to properly uninstall StreamFX from portable installations, without any registry being necessary. --- templates/windows/installer.iss.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/windows/installer.iss.in b/templates/windows/installer.iss.in index 6372f4bd..e0b90d00 100644 --- a/templates/windows/installer.iss.in +++ b/templates/windows/installer.iss.in @@ -51,7 +51,8 @@ UninstallDisplayIcon={uninstallexe} ; Other Information UsePreviousAppDir=no -Uninstallable=not IsPortablePagePortableChoiceChecked() +Uninstallable=yes +CreateUninstallRegKey=not IsPortablePagePortableChoiceChecked() DefaultDirName={code:GetDefaultDirectory} DefaultGroupName={#MyAppName} AllowNoIcons=yes