From 8338e701b4fa7152c5ea9f4ba3b8ea25848af234 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sun, 15 Feb 2026 09:33:46 -0700 Subject: [PATCH] Clean up installer script by removing unused code Removed Inno Download Plugin fallback procedures. --- win32/installer/zoitechat.iss.tt | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/win32/installer/zoitechat.iss.tt b/win32/installer/zoitechat.iss.tt index c9b73c98..14de669c 100644 --- a/win32/installer/zoitechat.iss.tt +++ b/win32/installer/zoitechat.iss.tt @@ -5,10 +5,7 @@ ;#define PROJECTDIR "C:\...\zoitechat\win32\installer\" ;http://mitrich.net23.net/?/inno-download-plugin.html -#ifexist "idp.iss" -#define USE_INNO_DOWNLOAD_PLUGIN #include -#endif [Setup] AppName=ZoiteChat @@ -206,22 +203,6 @@ Name: "{commonappdata}\Microsoft\Internet Explorer\Quick Launch\ZoiteChat"; File BeveledLabel= {#APPNAM} [Code] -#ifndef USE_INNO_DOWNLOAD_PLUGIN -// The Inno Download Plugin isn't always installed in CI environments. -// Provide no-op fallback procedures so installer compilation still succeeds. -procedure idpDownloadAfter(PageID: Integer); -begin -end; - -procedure idpClearFiles; -begin -end; - -procedure idpAddFile(URL: String; Filename: String); -begin -end; -#endif - ///////////////////////////////////////////////////////////////////// procedure InitializeWizard; begin