From 6d101c4e1020e8731fc9e12371128eb6ccb76db0 Mon Sep 17 00:00:00 2001 From: deepend Date: Fri, 13 Feb 2026 20:26:36 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20Windows=20build=20props=20so=20IsccPa?= =?UTF-8?q?th=20can=20be=20set=20explicitly=20with=20ZOITECHAT=5FISCC=5FPA?= =?UTF-8?q?TH,=20then=20auto-detected=20across=20common=20install=20locati?= =?UTF-8?q?ons=20(ProgramFiles,=20ProgramFiles(x86),=20ProgramW6432)=20bef?= =?UTF-8?q?ore=20falling=20back=20to=20the=20default=20path.=20This=20redu?= =?UTF-8?q?ces=20false=20=E2=80=9Ciscc.exe=20not=20found=E2=80=9D=20skips?= =?UTF-8?q?=20when=20Inno=20Setup=20is=20installed=20in=20a=20non-default?= =?UTF-8?q?=20location.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win32/zoitechat.props | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win32/zoitechat.props b/win32/zoitechat.props index 65a43e27..89993a6e 100644 --- a/win32/zoitechat.props +++ b/win32/zoitechat.props @@ -106,7 +106,11 @@ $(ZoiteChatBuild)\$(PlatformName)\lib\ $(ZoiteChatBuild)\$(PlatformName)\pdb\ $(ZoiteChatBuild)\$(PlatformName)\rel\ - "$(ProgramFiles)\Inno Setup 6\iscc.exe" + $(ZOITECHAT_ISCC_PATH) + "$(ProgramFiles)\Inno Setup 6\iscc.exe" + "$(ProgramFiles(x86))\Inno Setup 6\iscc.exe" + "$(ProgramW6432)\Inno Setup 6\iscc.exe" + "$(ProgramFiles)\Inno Setup 6\iscc.exe"