mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
.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:
@@ -237,7 +237,7 @@ End
|
||||
// ===============================================================================================================================
|
||||
[ExtractProgram]
|
||||
Echo,"Extracting files..."
|
||||
InnoUnpack,"%ProgramsCache%\%ProgramFolder%\%SetupFile%","%ProjectTemp%\%ProgramFolder%"
|
||||
InnoExtract,"%ProgramsCache%\%ProgramFolder%\%SetupFile%","%ProjectTemp%\%ProgramFolder%"
|
||||
|
||||
[#DownloadProgram#]
|
||||
// ===============================================================================================================================
|
||||
|
@@ -55,7 +55,7 @@ StrFormat,RTRIM,%Lang%,1,%Lang%
|
||||
|
||||
ExtractAllFiles,%ScriptFile%,Bin,"%TargetPrograms%\%ProgramFolder%"
|
||||
|
||||
If,%SourceArch%,Equal,x86,Begin,
|
||||
If,%SourceArch%,Equal,x86,Begin
|
||||
Set,%ProgramExe%,"RegShot.exe"
|
||||
FileDelete,"%TargetPrograms%\%ProgramFolder%\RegShot64.exe"
|
||||
End
|
||||
|
Reference in New Issue
Block a user