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.
This commit is contained in:
2026-02-26 11:56:01 -07:00
parent 8e0958fd19
commit 2ece544792

View File

@@ -27,6 +27,8 @@ DefaultDirName={pf64}\ZoiteChat
#else
DefaultDirName={pf32}\ZoiteChat
#endif
DisableDirPage=no
UsePreviousAppDir=no
DefaultGroupName=ZoiteChat
AllowNoIcons=yes
SolidCompression=yes