From d9f05d3f7bb898329f2ba08be3486f1840bba2da Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:54:49 +0200 Subject: [PATCH] Enable user to select install directory in Windows installer --- cmake/windows/resources/installer-Windows.iss.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/windows/resources/installer-Windows.iss.in b/cmake/windows/resources/installer-Windows.iss.in index 4dabe83b..24432643 100644 --- a/cmake/windows/resources/installer-Windows.iss.in +++ b/cmake/windows/resources/installer-Windows.iss.in @@ -22,6 +22,7 @@ SolidCompression=yes DirExistsWarning=no SetupIconFile=installer.ico UninstallDisplayIcon={app}\data\obs-plugins\advanced-scene-switcher\res\images\logo.ico +DisableDirPage=no [Languages] Name: "english"; MessagesFile: "compiler:Default.isl"