Added an option to always download XYplorer.

This commit is contained in:
Homes32
2025-06-14 22:32:17 -05:00
parent 58a2613dbf
commit 634d5dd312
3 changed files with 20 additions and 5 deletions

View File

@@ -241,7 +241,7 @@ cb_PinToTaskbar="Pin to Taskbar",1,3,12,142,122,18,False
cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,False cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,False
txt_StartMenuFolder="Start Menu Folder:",1,0,12,201,119,21,"File Management" txt_StartMenuFolder="Start Menu Folder:",1,0,12,201,119,21,"File Management"
txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,WinDirStat txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,WinDirStat
cb_AlwaysDownload="Always download latest version",1,3,155,54,177,18,False,"__Enable this option to ensure you always included the latest version of WinDirStat in your build." cb_AlwaysDownload="Always download latest version",1,3,155,54,177,18,False,"__Enable this option to ensure you always included the latest version of the program in your build."
bvl_Options=Options,1,12,150,90,197,184,8,Bold bvl_Options=Options,1,12,150,90,197,184,8,Bold
lbl_Language=Language,1,1,159,110,153,16,8,Normal lbl_Language=Language,1,1,159,110,153,16,8,Normal
cmb_Language="English",1,4,160,126,150,21,"Chinese (Simplified)","Czech","Dutch","English","Estonian","Finnish","French","German","Hungarian","Italian","Norwegian","Polish","Portuguese","Russian","Spanish" cmb_Language="English",1,4,160,126,150,21,"Chinese (Simplified)","Czech","Dutch","English","Estonian","Finnish","French","German","Hungarian","Italian","Norwegian","Polish","Portuguese","Russian","Spanish"

View File

@@ -35,8 +35,8 @@ Author=Homes32
Level=5 Level=5
Selected=False Selected=False
Mandatory=False Mandatory=False
Version=1.1.0.0 Version=1.1.1.0
Date=2021-11-07 Date=2025-06-14
[Variables] [Variables]
%ProgramFolder%="XYplorer" %ProgramFolder%="XYplorer"
@@ -56,6 +56,7 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
// Extract // Extract
If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%"
If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram
Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder%
@@ -260,6 +261,7 @@ DirDeleteEx,"%ProgramsCache%\%ProgramFolder%"
[SetDefaultOptions] [SetDefaultOptions]
System,Cursor,Wait System,Cursor,Wait
WriteInterface,Value,%ScriptFile%,Interface,cb_RunFromRam,True WriteInterface,Value,%ScriptFile%,Interface,cb_RunFromRam,True
WriteInterface,Value,%ScriptFile%,Interface,cb_AlwaysDownload,False
WriteInterface,Value,%ScriptFile%,Interface,cb_DesktopShc,True WriteInterface,Value,%ScriptFile%,Interface,cb_DesktopShc,True
WriteInterface,Value,%ScriptFile%,Interface,cb_StartMenuShc,True WriteInterface,Value,%ScriptFile%,Interface,cb_StartMenuShc,True
WriteInterface,Value,%ScriptFile%,Interface,cb_PinToTaskbar,True WriteInterface,Value,%ScriptFile%,Interface,cb_PinToTaskbar,True
@@ -362,6 +364,7 @@ cb_PinToTaskbar="Pin to Taskbar",1,3,12,142,122,18,True
cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,True cb_PinToStartMenu="Pin to Start Menu",1,3,12,161,122,18,True
txt_StartMenuFolder="Start Menu folder:",1,0,12,201,119,21,"File Management" txt_StartMenuFolder="Start Menu folder:",1,0,12,201,119,21,"File Management"
txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,XYplorer txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,XYplorer
cb_AlwaysDownload="Always download latest version",1,3,155,54,177,18,False,"__Enable this option to ensure you always included the latest version of the program in your build."
bvl_Options=Options,1,12,150,90,197,215,8,Bold bvl_Options=Options,1,12,150,90,197,215,8,Bold
cb_AutoRun="Run on startup",1,3,159,104,173,18,False cb_AutoRun="Run on startup",1,3,159,104,173,18,False
lbl_Language=Language,1,1,159,130,153,16,8,Normal lbl_Language=Language,1,1,159,130,153,16,8,Normal

View File

@@ -2,6 +2,20 @@
Notable changes to the PhoenixPE project. Notable changes to the PhoenixPE project.
## Release UNRELEASED
### Added
### Changed
- grepWin updated to v2.1.9
- Rufus updated to v4.8
- Added an option to always download XYplorer.
### Fixed
- Fixed regression in ProtectPE that caused the expiration date to not be correctly set on initial config. (Back-ported to release 2025-06-14)
### Removed
## Release 2025-06-14 ## Release 2025-06-14
### Added ### Added
@@ -65,8 +79,6 @@ Notable changes to the PhoenixPE project.
- Fixed empty Wifi network list in 24H2. (Issue #137) - Fixed empty Wifi network list in 24H2. (Issue #137)
- Fixed HDDLowLevelFormat and HDDRawCopy now uses embedded binaries due to download issues. - Fixed HDDLowLevelFormat and HDDRawCopy now uses embedded binaries due to download issues.
### Removed
## Release 2025-03-15 ## Release 2025-03-15
### Added ### Added