From 8cbfb29a49c1403a0dcefd20495060323edf3ef3 Mon Sep 17 00:00:00 2001
From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com>
Date: Sun, 15 Feb 2026 09:14:24 -0700
Subject: [PATCH] Modify installer project file for Inno Setup paths
Updated the installer project file to include checks for Inno Setup executable paths and added a directory creation command for the output path.
---
win32/installer/installer.vcxproj | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj
index 862f5746..7fd25bed 100644
--- a/win32/installer/installer.vcxproj
+++ b/win32/installer/installer.vcxproj
@@ -25,9 +25,10 @@
$(ZoiteChatRel)
-
- "$(ProgramFiles)\Inno Setup 6\ISCC.exe"
-
+
+ "$(ProgramFiles(x86))\Inno Setup 6\ISCC.exe"
+ "$(ProgramFiles)\Inno Setup 6\ISCC.exe"
+
@@ -40,6 +41,7 @@
@@ -58,3 +60,4 @@ $(IsccPath) /dPROJECTDIR="$(ProjectDir)" /dAPPARCH="$(Platform)" "$(ZoiteChatBin
+