From a8b5171c43e85bfdaa4c0263fd7b465e2e5bc31a Mon Sep 17 00:00:00 2001 From: Homes32 Date: Fri, 5 Jan 2024 18:38:03 -0600 Subject: [PATCH] Added additional ISO download link to Config Source advanced options. --- Projects/PhoenixPE/100-ConfigSource.script | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Projects/PhoenixPE/100-ConfigSource.script b/Projects/PhoenixPE/100-ConfigSource.script index 66eb1cc..b7e90cc 100644 --- a/Projects/PhoenixPE/100-ConfigSource.script +++ b/Projects/PhoenixPE/100-ConfigSource.script @@ -442,6 +442,7 @@ End WriteInterface,Visible,%ScriptFile%,Interface,bvl_TechBench,%Toggle% WriteInterface,Visible,%ScriptFile%,Interface,web_TechBench,%Toggle% +WriteInterface,Visible,%ScriptFile%,Interface,web_UUPdump,%Toggle% WriteInterface,Visible,%ScriptFile%,Interface,lbl_BaseWim,%Toggle% WriteInterface,Visible,%ScriptFile%,Interface,cmb_BaseWim,%Toggle% WriteInterface,Visible,%ScriptFile%,Interface,fb_OutputDir,%Toggle% @@ -480,8 +481,9 @@ Message,"Configure the source directory and Wim images used for building the pro [Interface] btn_GetISOFido="Download Source ISO",1,8,5,5,140,25,DownloadWithFido,VistalcoDownload_16.png,False,"__Download Official Windows ISO Images with FIDO" btn_ExtractISO="Extract Source ISO",1,8,151,5,140,25,ExtractISO,Images_Iso_16.png,False,"__Extract a downloaded ISO file to use as source." -bvl_TechBench=bvl_Homepage,0,12,357,5,144,25 -web_TechBench="More Windows ISO Images",0,10,365,9,135,18,https://files.rg-adguard.net/ +bvl_TechBench=bvl_Homepage,0,12,317,5,184,25 +web_TechBench="adguard ISO's",0,10,330,10,74,18,https://files.rg-adguard.net/ +web_UUPdump="UUP dump ISO's",0,10,409,10,85,18,https://uupdump.net/known.php btn_SetDefaultOptions=,1,8,543,5,25,25,SetDefaultOptions,SetDefaults_16.png,False,"__Restore Defaults" btn_AdvancedOptions=,1,8,574,5,25,25,ToggleAdvancedOptions,Advanced_16.png,True,"__Show Advanced Options" btn_ScriptInfo=,1,8,605,5,25,25,ShowScriptInfo,Help_16.png,True,"__Script Info"