mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
fix notepad++ version and ventoy extraction
This commit is contained in:
@@ -36,13 +36,13 @@ Level=5
|
|||||||
Selected=True
|
Selected=True
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.4.3.0
|
Version=1.4.3.0
|
||||||
Date=2023-03-25
|
Date=2023-03-27
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%="Notepad++"
|
%ProgramFolder%="Notepad++"
|
||||||
%ProgramExe%="notepad++.exe"
|
%ProgramExe%="notepad++.exe"
|
||||||
%ShellExtDll%="NppShell_06.dll"
|
%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
|
%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
|
%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
|
%aToolbarIconMap%=Fluent UI: small|small|Fluent UI: large|large|Filled Fluent UI: small|small2|Filled Fluent UI: large|large2|Standard icons: small|standard
|
||||||
|
@@ -30,13 +30,13 @@
|
|||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Title=Ventoy
|
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
|
Author=Homes32
|
||||||
Level=8
|
Level=8
|
||||||
Selected=None
|
Selected=None
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.1.15.0
|
Version=1.1.16.0
|
||||||
Date=2023-03-25
|
Date=2023-03-27
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%="%Workbench%\Ventoy"
|
%ProgramFolder%="%Workbench%\Ventoy"
|
||||||
@@ -48,12 +48,10 @@ Date=2023-03-25
|
|||||||
[Process]
|
[Process]
|
||||||
Echo,"Launching %ScriptTitle%..."
|
Echo,"Launching %ScriptTitle%..."
|
||||||
|
|
||||||
If,Not,ExistFile,"%ProgramFolder%\%ProgramExe%",Begin
|
If,Not,ExistFile,"%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram
|
||||||
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
|
|
||||||
|
|
||||||
|
// 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%
|
ShellExecuteEx,Open,"%ProgramFolder%\%ProgramExe%","",%ProgramFolder%
|
||||||
|
|
||||||
[#ExtractProgram#]
|
[#ExtractProgram#]
|
||||||
|
Reference in New Issue
Block a user