mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
Add call to download, if file is missing
This commit is contained in:
@@ -35,8 +35,8 @@ Author=Homes32
|
|||||||
Level=5
|
Level=5
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.1.3.0
|
Version=1.1.4.0
|
||||||
Date=2022-04-11
|
Date=2022-12-04
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%="Attribute Changer"
|
%ProgramFolder%="Attribute Changer"
|
||||||
@@ -169,6 +169,7 @@ RegHiveUnLoad,Tmp_Software
|
|||||||
// ===============================================================================================================================
|
// ===============================================================================================================================
|
||||||
[ExtractProgram]
|
[ExtractProgram]
|
||||||
Echo,"Extracting files..."
|
Echo,"Extracting files..."
|
||||||
|
If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram
|
||||||
InnoExtract,"%ProgramsCache%\%ProgramFolder%\%SetupFile%","%ProjectTemp%\%ProgramFolder%"
|
InnoExtract,"%ProgramsCache%\%ProgramFolder%\%SetupFile%","%ProjectTemp%\%ProgramFolder%"
|
||||||
|
|
||||||
[#DownloadProgram#]
|
[#DownloadProgram#]
|
||||||
|
Reference in New Issue
Block a user