Remove Inno Setup 6 ISCC.exe path conditions

Removed conditions for Inno Setup 6 ISCC.exe paths.
This commit is contained in:
deepend-tildeclub
2026-02-14 23:04:50 -07:00
committed by GitHub
parent 727d08519a
commit 4c3b8cbec7

View File

@@ -95,8 +95,6 @@
<ZoiteChatLib>$(ZoiteChatBuild)\$(PlatformName)\lib\</ZoiteChatLib> <ZoiteChatLib>$(ZoiteChatBuild)\$(PlatformName)\lib\</ZoiteChatLib>
<ZoiteChatPdb>$(ZoiteChatBuild)\$(PlatformName)\pdb\</ZoiteChatPdb> <ZoiteChatPdb>$(ZoiteChatBuild)\$(PlatformName)\pdb\</ZoiteChatPdb>
<ZoiteChatRel>$(ZoiteChatBuild)\$(PlatformName)\rel\</ZoiteChatRel> <ZoiteChatRel>$(ZoiteChatBuild)\$(PlatformName)\rel\</ZoiteChatRel>
<IsccPath Condition="Exists('$(ProgramFiles(x86))\Inno Setup 6\ISCC.exe')">"$(ProgramFiles(x86))\Inno Setup 6\ISCC.exe"</IsccPath>
<IsccPath Condition="'$(IsccPath)'=='' and Exists('$(ProgramFiles)\Inno Setup 6\ISCC.exe')">"$(ProgramFiles)\Inno Setup 6\ISCC.exe"</IsccPath>
<IsccPath Condition="'$(IsccPath)'=='' and Exists('$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe')">"$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe"</IsccPath> <IsccPath Condition="'$(IsccPath)'=='' and Exists('$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe')">"$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe"</IsccPath>
<IsccPath Condition="'$(IsccPath)'=='' and Exists('$(ProgramFiles)\Inno Setup 5\ISCC.exe')">"$(ProgramFiles)\Inno Setup 5\ISCC.exe"</IsccPath> <IsccPath Condition="'$(IsccPath)'=='' and Exists('$(ProgramFiles)\Inno Setup 5\ISCC.exe')">"$(ProgramFiles)\Inno Setup 5\ISCC.exe"</IsccPath>
</PropertyGroup> </PropertyGroup>