.Net6, ability to rename Y:\Programs, VC++ 14 update, expiramental MTP support.

PhoenixAPI includes two new commands: ExtractWix and ExtractMSI for extracting files from WiX and .msi installers.
This commit is contained in:
Homes32
2022-01-24 19:10:17 -06:00
parent d562d3d2c5
commit e19657a6f3
28 changed files with 2616 additions and 2097 deletions

View File

@@ -287,7 +287,7 @@ If,%cb_PinToStartMenu2%,Equal,True,PinShortcut,StartMenu,Auto,"%PEPrograms%\%Pro
// ===============================================================================================================================
[ExtractProgram]
Echo,"Extracting files..."
InnoUnpack,"%ProgramsCache%\%ProgramFolder%\%SetupFile%","%ProjectTemp%\%ProgramFolder%"
InnoExtract,"%ProgramsCache%\%ProgramFolder%\%SetupFile%","%ProjectTemp%\%ProgramFolder%"
[#DownloadProgram#]
// ===============================================================================================================================