mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
updated PhoenixAPI links
@@ -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. |
|
| [[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. |
|
| [[DISM]] | Execute DISM with the provided arguments. |
|
||||||
| [[7z]] | Execute 7zip 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. |
|
| [[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. |
|
| [[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. |
|
| [[WixExtract]] | Extract files from an Windows Installer XML Toolset (WiX) installer. |
|
||||||
| [[ConvertImage]] | Convert an image to the specified format. |
|
| [[ConvertImage]] | Convert an image to the specified format. |
|
||||||
| [[Associate]] | Associate a file extension with a program. |
|
| [[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. |
|
| [[BitClear]] | Clear a specific bit in a binary string. |
|
||||||
| [[BitSet]] | Set 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. |
|
| [[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. |
|
| [[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. |
|
| [[XMLRename]] | Rename a value in an XML file. |
|
||||||
| [[XMLUpdate]] | Update the value of an existing Attribute/Element |
|
| [[XMLUpdate]] | Update the value of an existing Attribute/Element |
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# PinShortcut
|
# AddPostProcess
|
||||||
|
|
||||||
Define a section to process during Build Post-Process.
|
Define a section to process during Build Post-Process.
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# JSONCompact
|
# JSONCompact
|
||||||
|
|
||||||
Compact a JSON value.
|
Compact/minify a JSON value.
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user