From 2ece54479260a27b55022c430f86e1a649c1ae30 Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 26 Feb 2026 11:56:01 -0700 Subject: [PATCH] Updated the Windows Inno Setup installer template to explicitly show the install-directory step by setting DisableDirPage=no, so users are asked where to install ZoiteChat. Disabled automatic reuse of a previously selected install path by setting UsePreviousAppDir=no, ensuring the prompt appears each installer run. --- win32/installer/zoitechat.iss.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32/installer/zoitechat.iss.tt b/win32/installer/zoitechat.iss.tt index 5bfc4275..199c25ce 100644 --- a/win32/installer/zoitechat.iss.tt +++ b/win32/installer/zoitechat.iss.tt @@ -27,6 +27,8 @@ DefaultDirName={pf64}\ZoiteChat #else DefaultDirName={pf32}\ZoiteChat #endif +DisableDirPage=no +UsePreviousAppDir=no DefaultGroupName=ZoiteChat AllowNoIcons=yes SolidCompression=yes