mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 10:08:05 +02:00
Added an option to always download XYplorer.
This commit is contained in:
@@ -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
|
||||
txt_StartMenuFolder="Start Menu Folder:",1,0,12,201,119,21,"File Management"
|
||||
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
|
||||
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"
|
||||
|
@@ -35,8 +35,8 @@ Author=Homes32
|
||||
Level=5
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.1.0.0
|
||||
Date=2021-11-07
|
||||
Version=1.1.1.0
|
||||
Date=2025-06-14
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="XYplorer"
|
||||
@@ -56,6 +56,7 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Extract
|
||||
|
||||
If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%"
|
||||
If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram
|
||||
Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder%
|
||||
|
||||
@@ -260,6 +261,7 @@ DirDeleteEx,"%ProgramsCache%\%ProgramFolder%"
|
||||
[SetDefaultOptions]
|
||||
System,Cursor,Wait
|
||||
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_StartMenuShc,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
|
||||
txt_StartMenuFolder="Start Menu folder:",1,0,12,201,119,21,"File Management"
|
||||
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
|
||||
cb_AutoRun="Run on startup",1,3,159,104,173,18,False
|
||||
lbl_Language=Language,1,1,159,130,153,16,8,Normal
|
||||
|
Reference in New Issue
Block a user