From 140d0bf6c186de11b16b4f7f2ffdd6a83427f88d Mon Sep 17 00:00:00 2001 From: Homes32 Date: Fri, 27 May 2022 07:51:51 -0500 Subject: [PATCH] updated PhoenixAPI links --- PhoenixAPI.md | 11 +++++++++-- PhoenixAPI/AddPostProcess.md | 2 +- PhoenixAPI/JSONCompact.md | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/PhoenixAPI.md b/PhoenixAPI.md index 1e0b4fb..033e465 100644 --- a/PhoenixAPI.md +++ b/PhoenixAPI.md @@ -12,9 +12,11 @@ Click on a Command below for more information. | [[RequireDriver]] | Copy the driver support files and driver entries from the INSTALL.WIM driver database to the target registry driver database. | | [[DISM]] | Execute DISM with the provided arguments. | | [[7z]] | Execute 7zip with the provided arguments. | -| [[Innounp]] | Execute Innounp (Inno Setup Unpacker) with the provided arguments. | | [[MSIExtract]] | Extract files from an .msi installer. | +| [[Innounp]] | Execute Innounp (Inno Setup Unpacker) with the provided arguments. | +| [[InnoCleanup]] | Cleanup extracted Inno Setup files. | | [[InnoExtract]] | Extract files from an Inno Setup installer. | +| [[InnoRename]] | Rename extracted Inno Setup files. | | [[WixExtract]] | Extract files from an Windows Installer XML Toolset (WiX) installer. | | [[ConvertImage]] | Convert an image to the specified format. | | [[Associate]] | Associate a file extension with a program. | @@ -34,7 +36,12 @@ Click on a Command below for more information. | [[BitClear]] | Clear a specific bit in a binary string. | | [[BitSet]] | Set a specific bit in a binary string. | | [[BitToggle]] | Set/Clear a specific bit in a binary string. | +| [[JSONCompact]] | Compact/minify a JSON value. | +| [[JSONDelete]] | Add a new element/text/attribute to an XML file. | +| [[JSONPretty]] | Format and indent the JSON file for easy human reading. | +| [[JSONRead]] | Read a JSON value. | +| [[JSONWrite]] | Set/Modify an JSON value. | | [[XMLDelete]] | Delete an XML path/value. | -| [[XMLAdd]] | Add a new element/text/attribute to an XML file. | +| [[XMLAdd]] | Delete a JSON value. | | [[XMLRename]] | Rename a value in an XML file. | | [[XMLUpdate]] | Update the value of an existing Attribute/Element | diff --git a/PhoenixAPI/AddPostProcess.md b/PhoenixAPI/AddPostProcess.md index 8c7c047..f3f72e2 100644 --- a/PhoenixAPI/AddPostProcess.md +++ b/PhoenixAPI/AddPostProcess.md @@ -1,4 +1,4 @@ -# PinShortcut +# AddPostProcess Define a section to process during Build Post-Process. diff --git a/PhoenixAPI/JSONCompact.md b/PhoenixAPI/JSONCompact.md index c425ed2..405fc4b 100644 --- a/PhoenixAPI/JSONCompact.md +++ b/PhoenixAPI/JSONCompact.md @@ -1,6 +1,6 @@ # JSONCompact -Compact a JSON value. +Compact/minify a JSON value. ## Syntax