From 2ab13d8d818b6ec074f1176340982a6122be8f40 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Mon, 27 Mar 2023 19:22:25 -0500 Subject: [PATCH] fix notepad++ version and ventoy extraction --- .../Applications/Productivity/Notepad++.script | 4 ++-- .../PhoenixPE/Media Creation/Tools/Ventoy.script | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Projects/PhoenixPE/Applications/Productivity/Notepad++.script b/Projects/PhoenixPE/Applications/Productivity/Notepad++.script index d622f27..6dd7e7c 100644 --- a/Projects/PhoenixPE/Applications/Productivity/Notepad++.script +++ b/Projects/PhoenixPE/Applications/Productivity/Notepad++.script @@ -36,13 +36,13 @@ Level=5 Selected=True Mandatory=False Version=1.4.3.0 -Date=2023-03-25 +Date=2023-03-27 [Variables] %ProgramFolder%="Notepad++" %ProgramExe%="notepad++.exe" %ShellExtDll%="NppShell_06.dll" -%ProgramVersion%=8.4.8 +%ProgramVersion%=8.5.1 %DownloadURLx86%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.7z %DownloadURLx64%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.x64.7z %aToolbarIconMap%=Fluent UI: small|small|Fluent UI: large|large|Filled Fluent UI: small|small2|Filled Fluent UI: large|large2|Standard icons: small|standard diff --git a/Projects/PhoenixPE/Media Creation/Tools/Ventoy.script b/Projects/PhoenixPE/Media Creation/Tools/Ventoy.script index a2a7bdd..b571836 100644 --- a/Projects/PhoenixPE/Media Creation/Tools/Ventoy.script +++ b/Projects/PhoenixPE/Media Creation/Tools/Ventoy.script @@ -30,13 +30,13 @@ [Main] Title=Ventoy -Description=(v1.0.89) Ventoy is an open source tool used to create bootable USB devices capable of launching multiple ISO/WIM/IMG/VHD(x)/EFI files. +Description=(v1.0.90) Ventoy is an open source tool used to create bootable USB devices capable of launching multiple ISO/WIM/IMG/VHD(x)/EFI files. Author=Homes32 Level=8 Selected=None Mandatory=False -Version=1.1.15.0 -Date=2023-03-25 +Version=1.1.16.0 +Date=2023-03-27 [Variables] %ProgramFolder%="%Workbench%\Ventoy" @@ -48,12 +48,10 @@ Date=2023-03-25 [Process] Echo,"Launching %ScriptTitle%..." -If,Not,ExistFile,"%ProgramFolder%\%ProgramExe%",Begin - Run,%ScriptFile%,DownloadProgram - // Extract to workbench (instead of temp) to allow the user can customize the boot menu, plugins, etc. - Run,%ScriptFile%,ExtractProgram,%ProgramFolder% -End +If,Not,ExistFile,"%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram +// Extract to workbench (instead of temp) to allow the user can customize the boot menu, plugins, etc. +Run,%ScriptFile%,ExtractProgram,%ProgramFolder% ShellExecuteEx,Open,"%ProgramFolder%\%ProgramExe%","",%ProgramFolder% [#ExtractProgram#]