@@ -1,12 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Note: This file is used by Compil32's TCompileForm.HISPPDocClick -->
-<!-- Note: This file has an "xhtm" extension so that the Search tab will ignore it -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="Refresh" content="0; url=ms-its:ispp-dark.chm::/topic_isppoverview.htm" />
-<title>ISPP Redirect Page</title>
-</head>
-<body>
-</body>
-</html>
@@ -15,11 +15,5 @@ Title=Inno Setup Help
$global_ismain=,"hh_generated_contents.hhc","hh_generated_index.hhk",,,,,,,0x22520,,0x300e,,,,,,,,0
-[FILES]
-hh_isppredirect.xhtm
-
-[MERGE FILES]
-ispp-dark.chm
[INFOTYPES]
-<meta http-equiv="Refresh" content="0; url=ms-its:ispp.chm::/topic_isppoverview.htm" />
-ispp.chm
@@ -11,7 +11,6 @@ rem Calls setup-sign.bat if it exists, else creates setup.exe without signing
rem
rem This batch files does the following things:
rem -Ask the user to compile Inno Setup and ISHelpGen after clearing output first
-rem -Compile ISPP*.chm
rem -Compile ISetup*.chm
rem -Create Inno Setup installer
@@ -53,15 +52,6 @@ call :waitforfile ishelp\ishelpgen\ishelpgen.exe
echo Found all, waiting 2 seconds more...
timeout /t 2 /nobreak >nul
-cd ispphelp
-if errorlevel 1 goto failed
-call .\compile.bat
-cd ..
-echo Compiling ISPP*.chm done
-pause
cd ishelp
if errorlevel 1 goto failed
call .\compile.bat
rem -Compile ISHelpGen
rem -Compile Inno Setup
@@ -39,15 +38,6 @@ if errorlevel 1 goto failed
echo Compiling ISHelpGen done
pause