2
0
Martijn Laan 1 жил өмнө
parent
commit
6561b5f0d0

+ 0 - 7
.github/workflows/build.yml

@@ -53,7 +53,6 @@ jobs:
           "set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii compilesettings.bat
           "set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii compilesettings.bat
           "set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii ISHelp\ISHelpGen\compilesettings.bat
           "set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii ISHelp\ISHelpGen\compilesettings.bat
           "set HHCEXE=%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe" | Out-File -NoNewline -Encoding ascii ISHelp\compilesettings.bat
           "set HHCEXE=%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe" | Out-File -NoNewline -Encoding ascii ISHelp\compilesettings.bat
-          "set HHCEXE=%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe" | Out-File -NoNewline -Encoding ascii ISPPHelp\compilesettings.bat
           .\build.bat
           .\build.bat
       - name: Clean up temporary files
       - name: Clean up temporary files
         if: always()
         if: always()
@@ -63,7 +62,6 @@ jobs:
         run: |
         run: |
           copy license.txt Files
           copy license.txt Files
           copy license.txt Output
           copy license.txt Output
-          copy license.txt ISPPHelp/Staging
           copy license.txt ISHelp/Staging
           copy license.txt ISHelp/Staging
       - name: upload Files
       - name: upload Files
         uses: actions/upload-artifact@v3
         uses: actions/upload-artifact@v3
@@ -75,11 +73,6 @@ jobs:
         with:
         with:
           name: Output
           name: Output
           path: Output
           path: Output
-      - name: upload ISPPHelp
-        uses: actions/upload-artifact@v3
-        with:
-          name: ISPPHelp
-          path: ISPPHelp/Staging
       - name: upload ISHelp
       - name: upload ISHelp
         uses: actions/upload-artifact@v3
         uses: actions/upload-artifact@v3
         with:
         with:

+ 0 - 2
Projects/Bin/synch-isfiles.bat

@@ -13,8 +13,6 @@ copy ..\..\Files\islzma.dll
 copy ..\..\Files\islzma*.exe
 copy ..\..\Files\islzma*.exe
 copy ..\..\Files\ISetup.chm
 copy ..\..\Files\ISetup.chm
 copy ..\..\Files\ISetup-dark.chm
 copy ..\..\Files\ISetup-dark.chm
-copy ..\..\Files\ISPP.chm
-copy ..\..\Files\ISPP-dark.chm
 
 
 echo - Synching files done
 echo - Synching files done
 
 

+ 0 - 5
Projects/Src/Compil32/CompFunc.pas

@@ -717,11 +717,6 @@ begin
   Result := Format('%sisetup%s.chm', [PathExtractPath(NewParamStr(0)), IfThen(HelpFilesDark, '-dark', '')]);
   Result := Format('%sisetup%s.chm', [PathExtractPath(NewParamStr(0)), IfThen(HelpFilesDark, '-dark', '')]);
 end;
 end;
 
 
-function GetISPPHelpFile: String;
-begin
-  Result := Format('%sispp%s.chm', [PathExtractPath(NewParamStr(0)), IfThen(HelpFilesDark, '-dark', '')]);
-end;
-
 function FindOptionsToSearchOptions(const FindOptions: TFindOptions): TScintFindOptions;
 function FindOptionsToSearchOptions(const FindOptions: TFindOptions): TScintFindOptions;
 begin
 begin
   Result := [];
   Result := [];

+ 0 - 8
README.md

@@ -79,11 +79,6 @@ Getting Started
    instructions. The former batch file cannot be used with the
    instructions. The former batch file cannot be used with the
    Community Edition, open Projects\Projects.groupproj instead.
    Community Edition, open Projects\Projects.groupproj instead.
 
 
-   To just compile the Inno Setup Preprocessor help file and its web version run
-   **ISHelp\ISHelpGen\compile.bat** and **ISPPHelp\compile.bat** and
-   follow the instructions. The former batch file cannot be used with the
-   Community Edition, open Projects\Projects.groupproj instead.
-
 
 
 Component Installation
 Component Installation
 ----------------------
 ----------------------
@@ -159,9 +154,6 @@ How do the projects link together?
   all units used by the Compiler IDE only. Check the .dpr files of the
   all units used by the Compiler IDE only. Check the .dpr files of the
   projects for unit usage details.
   projects for unit usage details.
 
 
-- The ISPP help file uses various copies of other Inno Setup files. To synch
-  these run **ISPPHelp\synch-isfiles.bat**.
-
 
 
 Source code tips
 Source code tips
 ----------------
 ----------------

+ 0 - 1
setup.iss

@@ -90,7 +90,6 @@ Name: fileassoc; Description: "{cm:AssocFileExtension,Inno Setup,.iss}"; Check:
 Type: files; Name: "{app}\ISCmplr.dls"
 Type: files; Name: "{app}\ISCmplr.dls"
 Type: files; Name: "{app}\Builtins.iss"
 Type: files; Name: "{app}\Builtins.iss"
 Type: files; Name: "{app}\ISPP.chm"
 Type: files; Name: "{app}\ISPP.chm"
-
 ; Remove desktop icon if needed
 ; Remove desktop icon if needed
 Type: files; Name: {autodesktop}\Inno Setup Compiler.lnk; Tasks: not desktopicon; Check: not PortableCheck
 Type: files; Name: {autodesktop}\Inno Setup Compiler.lnk; Tasks: not desktopicon; Check: not PortableCheck
 ; Remove old FAQ file
 ; Remove old FAQ file