From cd8d48b27226f7e5e7608f7b3820b1001062c8f3 Mon Sep 17 00:00:00 2001 From: Peter Siering Date: Sun, 4 Dec 2022 15:21:25 +0100 Subject: [PATCH] Add call to download, if file is missing --- .../Applications/System Tools/AttributeChanger.script | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Projects/PhoenixPE/Applications/System Tools/AttributeChanger.script b/Projects/PhoenixPE/Applications/System Tools/AttributeChanger.script index da02481..d853fab 100644 --- a/Projects/PhoenixPE/Applications/System Tools/AttributeChanger.script +++ b/Projects/PhoenixPE/Applications/System Tools/AttributeChanger.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.3.0 -Date=2022-04-11 +Version=1.1.4.0 +Date=2022-12-04 [Variables] %ProgramFolder%="Attribute Changer" @@ -169,6 +169,7 @@ RegHiveUnLoad,Tmp_Software // =============================================================================================================================== [ExtractProgram] Echo,"Extracting files..." +If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram InnoExtract,"%ProgramsCache%\%ProgramFolder%\%SetupFile%","%ProjectTemp%\%ProgramFolder%" [#DownloadProgram#]