From 7e0345056e61f2223e55f64acf014f68ab78008d Mon Sep 17 00:00:00 2001 From: Homes32 Date: Tue, 10 Jan 2023 21:50:04 -0600 Subject: [PATCH] Log the program version for any app that always attempts to download the latest version, bump SiB tested version --- .../Backup & Imaging/AOMI-Backupper.script | 5 ++--- .../AcronisCyberProtectHomeOffice.script | 3 ++- .../Backup & Imaging/AcronisTrueImage.script | 3 ++- .../Backup & Imaging/ActiveDiskImage.script | 7 +++++-- .../Applications/Backup & Imaging/HDDClone.script | 9 +++++---- .../Applications/Backup & Imaging/ProduKey.script | 8 ++++++-- .../Applications/Backup & Imaging/UltraISO.script | 3 ++- .../Applications/Benchmarking/HeavyLoad.script | 8 +++++--- .../PhoenixPE/Applications/Benchmarking/OCCT.script | 8 +++++--- .../Applications/Developer Tools/DbgView.script | 8 ++++++-- .../Applications/Developer Tools/Dependencies.script | 10 ++++++---- .../Developer Tools/DependencyWalker.script | 3 +++ .../Applications/Developer Tools/HxD.script | 6 ++++-- .../Applications/Developer Tools/ProcDump.script | 8 ++++++-- .../Applications/Developer Tools/ProcExp.script | 8 ++++++-- .../Applications/Developer Tools/ProcMon.script | 8 ++++++-- .../Developer Tools/RegistryChangesView.script | 9 +++++++-- .../Applications/Developer Tools/x64dbg.script | 4 ++++ .../Diagnostics & Repair/BlueScreenView.script | 4 ++++ .../Diagnostics & Repair/FullEventLogView.script | 8 ++++++-- .../Disk Management/AOMI-PartitionAssistant.script | 7 +++++-- .../Disk Management/DiskInternals-LinuxReader.script | 4 ++-- .../Applications/Disk Management/DiskWipe.script | 4 ++-- .../Applications/Disk Management/WinContig.script | 12 +++++++----- .../Applications/File Managers/Q-Dir.script | 8 ++++++-- .../Applications/File Managers/WinDirStat.script | 6 ++++-- .../Applications/File Managers/XYplorer.script | 5 +++++ .../File Recovery/PreviousFilesRecovery.script | 8 ++++++-- .../Applications/File Recovery/Recuva.script | 6 ++++-- .../Forensic Tools/BrowserDownloadsView.script | 4 ++-- .../Forensic Tools/BrowsingHistoryView.script | 4 ++-- .../Forensic Tools/ImageCacheViewer.script | 4 ++-- .../Forensic Tools/InternetHistoryBrowser.script | 4 ++-- .../Applications/Forensic Tools/MailView.script | 4 ++-- .../Applications/Forensic Tools/USBDriveLog.script | 4 ++-- .../PhoenixPE/Applications/Forensic Tools/WRR.script | 4 ++-- .../Forensic Tools/WindowsFileAnalyzer.script | 4 ++-- .../Forensic Tools/WriteProtectTool.script | 11 +++++++---- .../Applications/Malware Removal/AVZ.script | 6 ++++-- .../Applications/Malware Removal/Autoruns.script | 7 +++++-- .../Malware Removal/EsetOnlineScanner.script | 6 ++++-- .../Applications/Malware Removal/KVRT.script | 6 ++++-- .../Malware Removal/McAfee Stinger.script | 6 ++++-- .../Applications/Multimedia/Potplayer.script | 4 +--- .../PhoenixPE/Applications/Networking/AnyDesk.script | 3 +++ .../PhoenixPE/Applications/Networking/Firefox.script | 8 ++++++-- .../Applications/Networking/LizNetworkScanner.script | 10 ++++++---- .../Applications/Networking/LizWifiScanner.script | 10 ++++++---- .../PhoenixPE/Applications/Networking/PuTTY.script | 11 ++++++++--- .../Password Recovery/CredentialsFileView.script | 10 ++++++---- .../Password Recovery/DataProtectionDecryptor.script | 10 ++++++---- .../Applications/Password Recovery/Dialupass.script | 10 ++++++---- .../Password Recovery/EncryptedRegView.script | 10 ++++++---- .../Password Recovery/LSASecretsView.script | 10 ++++++---- .../Password Recovery/MailPassView.script | 10 ++++++---- .../Password Recovery/NetworkPasswordRecovery.script | 10 ++++++---- .../Password Recovery/PstPassword.script | 10 ++++++---- .../Password Recovery/SecurityQuestionsView.script | 10 ++++++---- .../Password Recovery/VaultPasswordView.script | 6 ++++-- .../Password Recovery/WebBrowserPassView.script | 6 ++++-- .../Password Recovery/WirelessKeyView.script | 6 ++++-- .../Applications/Productivity/Notepad++.script | 2 +- .../Applications/System Information/BGInfo.script | 7 +++++-- .../Applications/System Information/PCI-Z.script | 2 ++ .../System Tools/InstalledSoftwarePE.script | 4 ++-- Projects/PhoenixPE/Shell/051-StartAllBack.script | 2 +- 66 files changed, 284 insertions(+), 151 deletions(-) diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/AOMI-Backupper.script b/Projects/PhoenixPE/Applications/Backup & Imaging/AOMI-Backupper.script index 379d4c4..b221f00 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/AOMI-Backupper.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/AOMI-Backupper.script @@ -55,9 +55,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram -// Write the .exe version to the log to aid in debugging -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Config diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisCyberProtectHomeOffice.script b/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisCyberProtectHomeOffice.script index cc0a9e8..f2ddf10 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisCyberProtectHomeOffice.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisCyberProtectHomeOffice.script @@ -55,7 +55,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\WinPE.zip",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Config diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisTrueImage.script b/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisTrueImage.script index 073b570..5632937 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisTrueImage.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/AcronisTrueImage.script @@ -58,7 +58,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\WinPE.zip",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Config diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/ActiveDiskImage.script b/Projects/PhoenixPE/Applications/Backup & Imaging/ActiveDiskImage.script index d884471..46b9183 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/ActiveDiskImage.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/ActiveDiskImage.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2022-03-03 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Active Disk Image" @@ -75,6 +75,9 @@ InnoCleanup,"%ProjectTemp%\%ProgramFolder%\{app}","*.dll,*.exe,*.sys" FileCopy,"%ProjectTemp%\%ProgramFolder%\{app}\*.*","%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + /////////////////////////////////////////////////////////////////////////////////// // Config diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/HDDClone.script b/Projects/PhoenixPE/Applications/Backup & Imaging/HDDClone.script index 346038b..2500b46 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/HDDClone.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/HDDClone.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2022-03-05 +Version=1.0.1.0 +Date=2023-10-10 [Variables] %ProgramFolder%="HDDClone" @@ -62,7 +62,6 @@ If,%cb_SupplyProgramFiles%,Equal,True,Begin Echo,"Extracting program files from [%fb_HDDCloneFiles%]..." 7z,"x -r -y #$q%fb_HDDCloneFiles%#$q -xr!$* -xr!uninst.exe -o#$q%TargetPrograms%\%ProgramFolder%#$q" If,Not,#r,Equal,0,Halt,"Error: Failed to extract [%SetupFile%]. The error code returned was [#r]." - FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% End Else,Halt,"ERROR: The specified program files do not exist! [%fb_IncludeSettingsDir%]" End @@ -71,9 +70,11 @@ Else,Begin If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" - FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% End +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + /////////////////////////////////////////////////////////////////////////////////// // Config Echo,"Configuring %ScriptTitle%..." diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/ProduKey.script b/Projects/PhoenixPE/Applications/Backup & Imaging/ProduKey.script index 9715401..46856a0 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/ProduKey.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/ProduKey.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="ProduKey" @@ -58,10 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\ProduKey_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/UltraISO.script b/Projects/PhoenixPE/Applications/Backup & Imaging/UltraISO.script index 80d20ff..61cf640 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/UltraISO.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/UltraISO.script @@ -55,7 +55,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Config diff --git a/Projects/PhoenixPE/Applications/Benchmarking/HeavyLoad.script b/Projects/PhoenixPE/Applications/Benchmarking/HeavyLoad.script index 73059e7..c031218 100644 --- a/Projects/PhoenixPE/Applications/Benchmarking/HeavyLoad.script +++ b/Projects/PhoenixPE/Applications/Benchmarking/HeavyLoad.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-09-22 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="HeavyLoad" @@ -59,9 +59,11 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Dependencies +Echo,"Extracting required files..." RequireFileEx,AppendList,\windows\System32\amsi.dll RequireFileEx,AppendList,\Windows\System32\glu32.dll RequireFileEx,AppendList,\Windows\System32\opengl32.dll diff --git a/Projects/PhoenixPE/Applications/Benchmarking/OCCT.script b/Projects/PhoenixPE/Applications/Benchmarking/OCCT.script index 37846e0..d5c3e2a 100644 --- a/Projects/PhoenixPE/Applications/Benchmarking/OCCT.script +++ b/Projects/PhoenixPE/Applications/Benchmarking/OCCT.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.1 -Date=2020-09-25 +Version=1.0.1.0 +Date=2023-01-10 Interface=Interface [Variables] @@ -55,9 +55,11 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" // Extract If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Dependencies +Echo,"Extracting required files..." RequireFileEx,AppendList,\windows\System32\amsi.dll RequireFileEx,AppendList,\Windows\System32\dinput.dll RequireFileEx,AppendList,\Windows\System32\dpnet.dll diff --git a/Projects/PhoenixPE/Applications/Developer Tools/DbgView.script b/Projects/PhoenixPE/Applications/Developer Tools/DbgView.script index 5824113..d84b729 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/DbgView.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/DbgView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.1.0 -Date=2020-12-04 +Version=1.0.2.0 +Date=2023-01-10 [Variables] %ProgramFolder%="DbgView" @@ -60,6 +60,8 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" FileCopy,"%ProgramsCache%\%ProgramFolder%\DbgView.chm","%TargetPrograms%\%ProgramFolder%\DbgView.chm" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Kernel Mode Driver ShellExecute,Hide,"%Tools%\%HostArch%\GetBinaryResource.exe","#$q%TargetPrograms%\%ProgramFolder%\%ProgramExe%#$q BINRES RCDBGSYS #$q%TargetSystem32%\drivers\Dbgv.sys#$q" @@ -68,6 +70,8 @@ If,Not,#r,Equal,0,Halt,"ERROR: Unable to extract DbgView driver. GetBinaryResour /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + RegLoadHives // Autorun Process Monitor diff --git a/Projects/PhoenixPE/Applications/Developer Tools/Dependencies.script b/Projects/PhoenixPE/Applications/Developer Tools/Dependencies.script index a4d3584..e4ef5cb 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/Dependencies.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/Dependencies.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.1.0 -Date=2022-12-04 +Version=1.1.2.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Dependencies" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." /////////////////////////////////////////////////////////////////////////////////// // Shortcuts diff --git a/Projects/PhoenixPE/Applications/Developer Tools/DependencyWalker.script b/Projects/PhoenixPE/Applications/Developer Tools/DependencyWalker.script index 3f66fe9..6158458 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/DependencyWalker.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/DependencyWalker.script @@ -58,10 +58,13 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." /////////////////////////////////////////////////////////////////////////////////// // Shortcuts diff --git a/Projects/PhoenixPE/Applications/Developer Tools/HxD.script b/Projects/PhoenixPE/Applications/Developer Tools/HxD.script index 2fea90c..18e9f3c 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/HxD.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/HxD.script @@ -32,9 +32,9 @@ Title=HxD Author=Homes32 Level=5 -Version=1.0.0.0 +Version=1.0.1.0 Description=HxD is a hex editor which can handle files of any size and can also perform raw disk editing and memory (RAM) modifications. -Date=2022-12-31 +Date=2023-01-10 Selected=False Mandatory=False @@ -58,6 +58,8 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%\" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Developer Tools/ProcDump.script b/Projects/PhoenixPE/Applications/Developer Tools/ProcDump.script index 471e5cc..1b7f78a 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/ProcDump.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/ProcDump.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.1.0 -Date=2022-12-04 +Version=1.1.2.0 +Date=2023-01-10 [Variables] %ProgramFolder%="ProcDump" @@ -57,12 +57,16 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" RequireFile,\Windows\System32\PDH.dll /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + RegHiveLoad,Tmp_Default,%RegDefault% RegWrite,HKLM,0x4,"Tmp_Default\Software\Sysinternals\ProcDump","EulaAccepted",1 RegHiveUnLoad,Tmp_Default diff --git a/Projects/PhoenixPE/Applications/Developer Tools/ProcExp.script b/Projects/PhoenixPE/Applications/Developer Tools/ProcExp.script index 8d867ce..9f1446e 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/ProcExp.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/ProcExp.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.1.0 -Date=2022-12-04 +Version=1.1.2.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Procexp" @@ -59,10 +59,14 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" FileCopy,"%ProgramsCache%\%ProgramFolder%\Procexp.chm","%TargetPrograms%\%ProgramFolder%\Procexp.chm" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + RegHiveLoad,Tmp_Default,%RegDefault% RegWrite,HKLM,0x4,"Tmp_Default\Software\Sysinternals\Process Explorer","EulaAccepted",1 RegHiveUnLoad,Tmp_Default diff --git a/Projects/PhoenixPE/Applications/Developer Tools/ProcMon.script b/Projects/PhoenixPE/Applications/Developer Tools/ProcMon.script index f640e42..9a29931 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/ProcMon.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/ProcMon.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.2.1.0 -Date=2022-12-04 +Version=1.2.2.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Procmon" @@ -61,12 +61,16 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" FileCopy,"%ProgramsCache%\%ProgramFolder%\Procmon.chm","%TargetPrograms%\%ProgramFolder%\Procmon.chm" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings RegLoadHives +Echo,"Configuring %ScriptTitle%..." + // Enable Boot Logging If,%cb_EnableBootLogging%,Equal,True,Begin Echo,"Boot Logging: ENABLED" diff --git a/Projects/PhoenixPE/Applications/Developer Tools/RegistryChangesView.script b/Projects/PhoenixPE/Applications/Developer Tools/RegistryChangesView.script index fc046a3..c9a0997 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/RegistryChangesView.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/RegistryChangesView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.0.0 -Date=2020-03-23 +Version=1.1.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="RegistryChangesView" @@ -58,10 +58,15 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\registrychangesview_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Developer Tools/x64dbg.script b/Projects/PhoenixPE/Applications/Developer Tools/x64dbg.script index 1a82ec3..89f9694 100644 --- a/Projects/PhoenixPE/Applications/Developer Tools/x64dbg.script +++ b/Projects/PhoenixPE/Applications/Developer Tools/x64dbg.script @@ -57,10 +57,14 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%ProjectTemp%\%ProgramFolder%" FileCopy,"%ProjectTemp%\%ProgramFolder%\release\*.*","%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // This .ini files needs to exist or the launcher will crash if the directory is not writable. IniWrite,"%TargetPrograms%\%ProgramFolder%\x96dbg.ini","Launcher","x32dbg","%PEPrograms%\%ProgramFolder%\x32\x32dbg.exe" IniWrite,"%TargetPrograms%\%ProgramFolder%\x96dbg.ini","Launcher","x64dbg","%PEPrograms%\%ProgramFolder%\x64\x64dbg.exe" diff --git a/Projects/PhoenixPE/Applications/Diagnostics & Repair/BlueScreenView.script b/Projects/PhoenixPE/Applications/Diagnostics & Repair/BlueScreenView.script index 0379e78..a04f05e 100644 --- a/Projects/PhoenixPE/Applications/Diagnostics & Repair/BlueScreenView.script +++ b/Projects/PhoenixPE/Applications/Diagnostics & Repair/BlueScreenView.script @@ -58,10 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BlueScreenView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Diagnostics & Repair/FullEventLogView.script b/Projects/PhoenixPE/Applications/Diagnostics & Repair/FullEventLogView.script index 1497f6b..ac86412 100644 --- a/Projects/PhoenixPE/Applications/Diagnostics & Repair/FullEventLogView.script +++ b/Projects/PhoenixPE/Applications/Diagnostics & Repair/FullEventLogView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="FullEventLogView" @@ -58,10 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\FullEventLogView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Disk Management/AOMI-PartitionAssistant.script b/Projects/PhoenixPE/Applications/Disk Management/AOMI-PartitionAssistant.script index 3b53846..dd2246c 100644 --- a/Projects/PhoenixPE/Applications/Disk Management/AOMI-PartitionAssistant.script +++ b/Projects/PhoenixPE/Applications/Disk Management/AOMI-PartitionAssistant.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.1.0 -Date=2021-12-28 +Version=1.0.2.0 +Date=2023-01-10 Interface=Interface [Variables] @@ -86,6 +86,9 @@ Else,Begin FileCopy,"%ProjectTemp%\%ProgramFolder%\{win}\system32\ampa#$c2.sys","%TargetSystem32%\ampa.sys" End +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + /////////////////////////////////////////////////////////////////////////////////// // Config diff --git a/Projects/PhoenixPE/Applications/Disk Management/DiskInternals-LinuxReader.script b/Projects/PhoenixPE/Applications/Disk Management/DiskInternals-LinuxReader.script index 86bff4c..20d2b24 100644 --- a/Projects/PhoenixPE/Applications/Disk Management/DiskInternals-LinuxReader.script +++ b/Projects/PhoenixPE/Applications/Disk Management/DiskInternals-LinuxReader.script @@ -54,8 +54,8 @@ Else,Set,%ProgramExe%,"LinuxReader.exe" If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\LinuxReader.exe",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -// Write the .exe version to the log to aid in debugging -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Shortcuts If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" diff --git a/Projects/PhoenixPE/Applications/Disk Management/DiskWipe.script b/Projects/PhoenixPE/Applications/Disk Management/DiskWipe.script index f5792fe..d718dea 100644 --- a/Projects/PhoenixPE/Applications/Disk Management/DiskWipe.script +++ b/Projects/PhoenixPE/Applications/Disk Management/DiskWipe.script @@ -54,8 +54,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Disk Management/WinContig.script b/Projects/PhoenixPE/Applications/Disk Management/WinContig.script index b1d4dd2..853129c 100644 --- a/Projects/PhoenixPE/Applications/Disk Management/WinContig.script +++ b/Projects/PhoenixPE/Applications/Disk Management/WinContig.script @@ -30,13 +30,13 @@ [Main] Title=WinContig +Description=WinContig is an easy-to-use stand-alone defragmentation tool. Its purpose is to quickly defragment files without the need to defragment the whole disk. Author=Homes32 Level=5 -Version=1.0.1.0 -Description=WinContig is an easy-to-use stand-alone defragmentation tool. Its purpose is to quickly defragment files without the need to defragment the whole disk. -Date=2022-05-29 Selected=False Mandatory=False +Version=1.0.2.0 +Date=2023-01-10 [Variables] %ProgramFolder%="WinContig" @@ -59,12 +59,14 @@ If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%, /////////////////////////////////////////////////////////////////////////////////// // Extract Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" -// Write the .exe version to the log to aid in debugging -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language StrFormat,SPLIT,%cmb_Language%,"[",2,%lng% StrFormat,RTRIM,%lng%,1,%lng% diff --git a/Projects/PhoenixPE/Applications/File Managers/Q-Dir.script b/Projects/PhoenixPE/Applications/File Managers/Q-Dir.script index 79b8dfc..5d705fd 100644 --- a/Projects/PhoenixPE/Applications/File Managers/Q-Dir.script +++ b/Projects/PhoenixPE/Applications/File Managers/Q-Dir.script @@ -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=2023-01-10 [Variables] %ProgramFolder%="Q-Dir" @@ -60,10 +60,14 @@ Run,%ScriptFile%,SetProgramArch If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%ProjectTemp%\%ProgramFolder%" FileCopy,"%ProjectTemp%\%ProgramFolder%\Q-Dir\*.*","%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + RegLoadHives // Add the program dir to the System PATH so we can launch from anywhere RegRead,HKLM,"Tmp_System\ControlSet001\Control\Session Manager\Environment","Path",%PathVar% diff --git a/Projects/PhoenixPE/Applications/File Managers/WinDirStat.script b/Projects/PhoenixPE/Applications/File Managers/WinDirStat.script index 4cda48e..d9dfa6c 100644 --- a/Projects/PhoenixPE/Applications/File Managers/WinDirStat.script +++ b/Projects/PhoenixPE/Applications/File Managers/WinDirStat.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-04-05 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="WinDirStat" @@ -54,6 +54,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/File Managers/XYplorer.script b/Projects/PhoenixPE/Applications/File Managers/XYplorer.script index 7653fc9..e0834df 100644 --- a/Projects/PhoenixPE/Applications/File Managers/XYplorer.script +++ b/Projects/PhoenixPE/Applications/File Managers/XYplorer.script @@ -62,10 +62,15 @@ Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% // XYplorer doesn't like partial config files and will ignore and use default settings if we try to use a // .ini file with just our settings. to make it happy we extract a default .ini file then write our values. ExtractAllFiles,%ScriptFile%,config,"%TargetPrograms%\%ProgramFolder%\Data" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + RegLoadHives // Add the program dir to the System PATH so we can launch from anywhere RegRead,HKLM,"Tmp_System\ControlSet001\Control\Session Manager\Environment","Path",%PathVar% diff --git a/Projects/PhoenixPE/Applications/File Recovery/PreviousFilesRecovery.script b/Projects/PhoenixPE/Applications/File Recovery/PreviousFilesRecovery.script index 48c4b88..dc3673c 100644 --- a/Projects/PhoenixPE/Applications/File Recovery/PreviousFilesRecovery.script +++ b/Projects/PhoenixPE/Applications/File Recovery/PreviousFilesRecovery.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-10-22 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="PreviousFilesRecovery" @@ -58,10 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\previousfilesrecovery_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/File Recovery/Recuva.script b/Projects/PhoenixPE/Applications/File Recovery/Recuva.script index c9782f4..31b6b04 100644 --- a/Projects/PhoenixPE/Applications/File Recovery/Recuva.script +++ b/Projects/PhoenixPE/Applications/File Recovery/Recuva.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-02-16 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Recuva" @@ -58,6 +58,8 @@ If,%SourceArch%,Equal,x64,Set,%ProgramExe%,"recuva64.exe" // Extract If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/BrowserDownloadsView.script b/Projects/PhoenixPE/Applications/Forensic Tools/BrowserDownloadsView.script index 6da5f25..8377276 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/BrowserDownloadsView.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/BrowserDownloadsView.script @@ -58,8 +58,8 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/BrowsingHistoryView.script b/Projects/PhoenixPE/Applications/Forensic Tools/BrowsingHistoryView.script index 7fd15ce..01c2c31 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/BrowsingHistoryView.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/BrowsingHistoryView.script @@ -58,8 +58,8 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/ImageCacheViewer.script b/Projects/PhoenixPE/Applications/Forensic Tools/ImageCacheViewer.script index b455938..7aac8b8 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/ImageCacheViewer.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/ImageCacheViewer.script @@ -56,8 +56,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/InternetHistoryBrowser.script b/Projects/PhoenixPE/Applications/Forensic Tools/InternetHistoryBrowser.script index 236c852..20b700a 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/InternetHistoryBrowser.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/InternetHistoryBrowser.script @@ -53,8 +53,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Shortcuts If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/MailView.script b/Projects/PhoenixPE/Applications/Forensic Tools/MailView.script index 25836d8..13f0a3e 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/MailView.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/MailView.script @@ -53,8 +53,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Shortcuts If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/USBDriveLog.script b/Projects/PhoenixPE/Applications/Forensic Tools/USBDriveLog.script index ae48050..cfd65d9 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/USBDriveLog.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/USBDriveLog.script @@ -58,8 +58,8 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/WRR.script b/Projects/PhoenixPE/Applications/Forensic Tools/WRR.script index ef49d48..9fff5e0 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/WRR.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/WRR.script @@ -53,8 +53,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Shortcuts If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/WindowsFileAnalyzer.script b/Projects/PhoenixPE/Applications/Forensic Tools/WindowsFileAnalyzer.script index e17e5ff..cafae74 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/WindowsFileAnalyzer.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/WindowsFileAnalyzer.script @@ -53,8 +53,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Shortcuts If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" diff --git a/Projects/PhoenixPE/Applications/Forensic Tools/WriteProtectTool.script b/Projects/PhoenixPE/Applications/Forensic Tools/WriteProtectTool.script index be0afce..4428734 100644 --- a/Projects/PhoenixPE/Applications/Forensic Tools/WriteProtectTool.script +++ b/Projects/PhoenixPE/Applications/Forensic Tools/WriteProtectTool.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-11-08 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="WinFE" @@ -53,10 +53,13 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" // Settings + +Echo,"Configuring %ScriptTitle%..." + If,%cb_WriteProtectOnStartup%,Equal,True,Begin RegLoadHives diff --git a/Projects/PhoenixPE/Applications/Malware Removal/AVZ.script b/Projects/PhoenixPE/Applications/Malware Removal/AVZ.script index 57c2c5c..45f6def 100644 --- a/Projects/PhoenixPE/Applications/Malware Removal/AVZ.script +++ b/Projects/PhoenixPE/Applications/Malware Removal/AVZ.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.2.0 -Date=2022-12-04 +Version=1.0.3.0 +Date=2023-01-10 [Variables] %ProgramFolder%="AVZ" @@ -52,6 +52,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Shortcuts diff --git a/Projects/PhoenixPE/Applications/Malware Removal/Autoruns.script b/Projects/PhoenixPE/Applications/Malware Removal/Autoruns.script index 167f29a..df14e18 100644 --- a/Projects/PhoenixPE/Applications/Malware Removal/Autoruns.script +++ b/Projects/PhoenixPE/Applications/Malware Removal/Autoruns.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.0.0 -Date=2020-03-01 +Version=1.1.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="AutoRuns" @@ -59,12 +59,15 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" FileCopy,"%ProgramsCache%\%ProgramFolder%\AutoRuns.chm","%TargetPrograms%\%ProgramFolder%\AutoRuns.chm" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings RegHiveLoad,Tmp_Default,%RegDefault% RegWrite,HKLM,0x4,"Tmp_Default\Software\Sysinternals\Autoruns","EulaAccepted",1 +RegWrite,HKLM,0x4,"Tmp_Default\Software\Sysinternals\Autoruns\VirusTotal","VirusTotalTermsAccepted",1 RegHiveUnLoad,Tmp_Default /////////////////////////////////////////////////////////////////////////////////// diff --git a/Projects/PhoenixPE/Applications/Malware Removal/EsetOnlineScanner.script b/Projects/PhoenixPE/Applications/Malware Removal/EsetOnlineScanner.script index 86f8e70..19e8f8e 100644 --- a/Projects/PhoenixPE/Applications/Malware Removal/EsetOnlineScanner.script +++ b/Projects/PhoenixPE/Applications/Malware Removal/EsetOnlineScanner.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-04-07 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="ESET Online Scanner" @@ -52,6 +52,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Shortcuts diff --git a/Projects/PhoenixPE/Applications/Malware Removal/KVRT.script b/Projects/PhoenixPE/Applications/Malware Removal/KVRT.script index 1b401be..0203f43 100644 --- a/Projects/PhoenixPE/Applications/Malware Removal/KVRT.script +++ b/Projects/PhoenixPE/Applications/Malware Removal/KVRT.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-04-07 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Kaspersky Virus Removal Tool" @@ -53,6 +53,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Shortcuts diff --git a/Projects/PhoenixPE/Applications/Malware Removal/McAfee Stinger.script b/Projects/PhoenixPE/Applications/Malware Removal/McAfee Stinger.script index c6d1eda..fa71485 100644 --- a/Projects/PhoenixPE/Applications/Malware Removal/McAfee Stinger.script +++ b/Projects/PhoenixPE/Applications/Malware Removal/McAfee Stinger.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-04-07 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Stinger" @@ -55,6 +55,8 @@ If,%SourceArch%,Equal,x64,Set,%ProgramExe%,"Stinger64.exe" If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Shortcuts diff --git a/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script b/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script index fa8ce2f..d1c9b11 100644 --- a/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script +++ b/Projects/PhoenixPE/Applications/Multimedia/Potplayer.script @@ -65,12 +65,10 @@ Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient." -// Extract -//RequireFileEx,ExtractList // Write the .exe version to the log to aid in debugging If,%SourceArch%,Equal,"x86",FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer.dll",%ProgramVer% Else,FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer64.dll",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +Echo,"Program version: %ProgramVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/Networking/AnyDesk.script b/Projects/PhoenixPE/Applications/Networking/AnyDesk.script index a77768b..11ce038 100644 --- a/Projects/PhoenixPE/Applications/Networking/AnyDesk.script +++ b/Projects/PhoenixPE/Applications/Networking/AnyDesk.script @@ -56,6 +56,9 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + RequireFile,"\Windows\System32\coloradapterclient.dll" If,ExistFile,"%TargetSystem32%\wow64.dll",RequireFile,"\Windows\SysWOW64\coloradapterclient.dll" diff --git a/Projects/PhoenixPE/Applications/Networking/Firefox.script b/Projects/PhoenixPE/Applications/Networking/Firefox.script index b73b0e3..c59f995 100644 --- a/Projects/PhoenixPE/Applications/Networking/Firefox.script +++ b/Projects/PhoenixPE/Applications/Networking/Firefox.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.1.0.0 -Date=2021-11-21 +Version=1.1.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Firefox" @@ -71,6 +71,10 @@ DirMake,"%TargetPrograms%\%ProgramFolder%" If,#r,Equal,0,FileCopy,"%ProjectTemp%\%ProgramFolder%\core\*.*","%TargetPrograms%\%ProgramFolder%" Else,Halt,"Error: Failed to extract files." +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + +Echo,"Extracting required files..." RequireFileEx,AppendList,\Windows\System32\amsi.dll RequireFileEx,AppendList,\Windows\System32\clbcatq.dll RequireFileEx,AppendList,\Windows\System32\devenum.dll diff --git a/Projects/PhoenixPE/Applications/Networking/LizNetworkScanner.script b/Projects/PhoenixPE/Applications/Networking/LizNetworkScanner.script index 008a2a2..90563ed 100644 --- a/Projects/PhoenixPE/Applications/Networking/LizNetworkScanner.script +++ b/Projects/PhoenixPE/Applications/Networking/LizNetworkScanner.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-10-14 +Version=1.0.1.0 +Date=2022-01-10 [Variables] %ProgramFolder%="Network Scanner" @@ -54,8 +54,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" DirCopy,"%TargetPrograms%\%ProgramFolder%\languages","%TargetAppData%\LizardSystems\Network Scanner\" FileCopy,"%TargetPrograms%\%ProgramFolder%\Default\options.xml","%TargetAppData%\LizardSystems\Network Scanner\" @@ -72,6 +72,8 @@ RequireFileEx,ExtractList // Options +Echo,"Configuring %ScriptTitle%..." + // Language XMLUpdate,%CfgFile%,"Options/Defaults/DefaultLang","%cmb_Language%.lng" diff --git a/Projects/PhoenixPE/Applications/Networking/LizWifiScanner.script b/Projects/PhoenixPE/Applications/Networking/LizWifiScanner.script index 2b6f7e9..d730172 100644 --- a/Projects/PhoenixPE/Applications/Networking/LizWifiScanner.script +++ b/Projects/PhoenixPE/Applications/Networking/LizWifiScanner.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-10-14 +Version=1.0.1.0 +Date=2022-01-10 [Variables] %ProgramFolder%="Wi-Fi Scanner" @@ -54,8 +54,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" DirCopy,"%TargetPrograms%\%ProgramFolder%\languages","%TargetAppData%\LizardSystems\Wi-Fi Scanner\" FileCopy,"%TargetPrograms%\%ProgramFolder%\Default\options.xml","%TargetAppData%\LizardSystems\Wi-Fi Scanner\" @@ -74,6 +74,8 @@ RequireFileEx,ExtractList // Options +Echo,"Configuring %ScriptTitle%..." + // Language XMLUpdate,%CfgFile%,"Options/Defaults/DefaultLang","%cmb_Language%.lng" diff --git a/Projects/PhoenixPE/Applications/Networking/PuTTY.script b/Projects/PhoenixPE/Applications/Networking/PuTTY.script index 18a5221..5ee210b 100644 --- a/Projects/PhoenixPE/Applications/Networking/PuTTY.script +++ b/Projects/PhoenixPE/Applications/Networking/PuTTY.script @@ -30,13 +30,13 @@ [Main] Title=PuTTY +Description=PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. Author=Homes32 Level=5 -Version=1.0.0.0 -Description=PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. -Date=2019-12-29 Selected=False Mandatory=False +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="PuTTY" @@ -84,9 +84,14 @@ Else,If,%SourceArch%,Equal,x86,Begin End Else,Halt,"ERROR: [%SourceArch%] is not a supported architecture." +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" + /////////////////////////////////////////////////////////////////////////////////// // Options +Echo,"Configuring %ScriptTitle%..." + If,Not,%fb_puttySettingsReg%,Equal,"",If,ExistFile,%fb_puttySettingsReg%,Begin StrFormat,Ext,"%fb_puttySettingsReg%","%fb_puttySettingsRegExt%" If,"%fb_puttySettingsRegExt%",Equal,".reg",Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/CredentialsFileView.script b/Projects/PhoenixPE/Applications/Password Recovery/CredentialsFileView.script index b2fed47..76c6d29 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/CredentialsFileView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/CredentialsFileView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="CredentialsFileView" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/DataProtectionDecryptor.script b/Projects/PhoenixPE/Applications/Password Recovery/DataProtectionDecryptor.script index 9f7344c..a67618d 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/DataProtectionDecryptor.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/DataProtectionDecryptor.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="DataProtectionDecryptor" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/Dialupass.script b/Projects/PhoenixPE/Applications/Password Recovery/Dialupass.script index 41d8fce..b67e1ed 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/Dialupass.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/Dialupass.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="Dialupass" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/EncryptedRegView.script b/Projects/PhoenixPE/Applications/Password Recovery/EncryptedRegView.script index e94577f..52f8d81 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/EncryptedRegView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/EncryptedRegView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="EncryptedRegView" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/LSASecretsView.script b/Projects/PhoenixPE/Applications/Password Recovery/LSASecretsView.script index 49a1397..0106ccf 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/LSASecretsView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/LSASecretsView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="LSASecretsView" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/MailPassView.script b/Projects/PhoenixPE/Applications/Password Recovery/MailPassView.script index a9b854f..d1a1032 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/MailPassView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/MailPassView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="MailPassView" @@ -56,12 +56,14 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\MailPassView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/NetworkPasswordRecovery.script b/Projects/PhoenixPE/Applications/Password Recovery/NetworkPasswordRecovery.script index 41049b7..5edc44e 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/NetworkPasswordRecovery.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/NetworkPasswordRecovery.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.2.0 -Date=2022-12-04 +Version=1.0.3.0 +Date=2023-01-10 [Variables] %ProgramFolder%="NetworkPasswordRecovery" @@ -59,12 +59,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/PstPassword.script b/Projects/PhoenixPE/Applications/Password Recovery/PstPassword.script index 9d6eff2..7c6303b 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/PstPassword.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/PstPassword.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="PstPassword" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/SecurityQuestionsView.script b/Projects/PhoenixPE/Applications/Password Recovery/SecurityQuestionsView.script index 1277e05..693085b 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/SecurityQuestionsView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/SecurityQuestionsView.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-03-01 +Version=1.0.1.0 +Date=2023-01-10 [Variables] %ProgramFolder%="SecurityQuestionsView" @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/VaultPasswordView.script b/Projects/PhoenixPE/Applications/Password Recovery/VaultPasswordView.script index 21dc4a9..650fb04 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/VaultPasswordView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/VaultPasswordView.script @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/WebBrowserPassView.script b/Projects/PhoenixPE/Applications/Password Recovery/WebBrowserPassView.script index d9abb24..4b84bd3 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/WebBrowserPassView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/WebBrowserPassView.script @@ -56,12 +56,14 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\webbrowserpassview_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Password Recovery/WirelessKeyView.script b/Projects/PhoenixPE/Applications/Password Recovery/WirelessKeyView.script index 6c649de..c2b256f 100644 --- a/Projects/PhoenixPE/Applications/Password Recovery/WirelessKeyView.script +++ b/Projects/PhoenixPE/Applications/Password Recovery/WirelessKeyView.script @@ -58,12 +58,14 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder% -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring %ScriptTitle%..." + // Language If,%cmb_Language%,Equal,"English",FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\BrowsingHistoryView_lng.ini" Else,Begin diff --git a/Projects/PhoenixPE/Applications/Productivity/Notepad++.script b/Projects/PhoenixPE/Applications/Productivity/Notepad++.script index 444e386..5a09332 100644 --- a/Projects/PhoenixPE/Applications/Productivity/Notepad++.script +++ b/Projects/PhoenixPE/Applications/Productivity/Notepad++.script @@ -92,7 +92,7 @@ ForEach,%Ext%,%txt_RegisterFileExt%,Associate,"%Ext%","%PEPrograms%\%ProgramFold Echo,"Configuring %ScriptTitle%..." // doLocalConf is ignored if running from Program Files because -// the notepad++ authors decided that they know better then us when the ProgramDir is writable, +// the notepad++ authors have decided that they know better then us when the ProgramDir is writable // so unless we want to patch the .exe we can only use doLocalConf if notepadd++ is running from cd/usb. // otherwise we will need to copy config.xml to %AppData% if using Run From Ram. If,%cb_RunFromRam%,Equal,True,Begin diff --git a/Projects/PhoenixPE/Applications/System Information/BGInfo.script b/Projects/PhoenixPE/Applications/System Information/BGInfo.script index c7e62f7..87185e7 100644 --- a/Projects/PhoenixPE/Applications/System Information/BGInfo.script +++ b/Projects/PhoenixPE/Applications/System Information/BGInfo.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.1.0 -Date=2022-12-04 +Version=1.0.2.0 +Date=2023-01-10 [Variables] %ProgramFolder%="BgInfo" @@ -57,10 +57,13 @@ Run,%ScriptFile%,SetProgramArch If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%",Run,%ScriptFile%,DownloadProgram FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%ProgramFolder%\%ProgramExe%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings +Echo,"Configuring BGInfo..." RegLoadHives // Accept License diff --git a/Projects/PhoenixPE/Applications/System Information/PCI-Z.script b/Projects/PhoenixPE/Applications/System Information/PCI-Z.script index 5503d94..7b8ab1a 100644 --- a/Projects/PhoenixPE/Applications/System Information/PCI-Z.script +++ b/Projects/PhoenixPE/Applications/System Information/PCI-Z.script @@ -55,6 +55,8 @@ If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" // Extract If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Applications/System Tools/InstalledSoftwarePE.script b/Projects/PhoenixPE/Applications/System Tools/InstalledSoftwarePE.script index e934cea..9639f5f 100644 --- a/Projects/PhoenixPE/Applications/System Tools/InstalledSoftwarePE.script +++ b/Projects/PhoenixPE/Applications/System Tools/InstalledSoftwarePE.script @@ -55,8 +55,8 @@ If,%cb_RunFromRam%,Equal,True,RunFromRam If,%cb_AlwaysDownload%,Equal,True,DirDeleteEx,"%ProgramsCache%\%ProgramFolder%" If,Not,ExistFile,"%ProgramsCache%\%ProgramFolder%\%SetupFile%",Run,%ScriptFile%,DownloadProgram Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%" -FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramVer% -Echo,"Program Version: %ProgramVer%" +FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% +Echo,"Program version: v%ProgramExeVer%" /////////////////////////////////////////////////////////////////////////////////// // Settings diff --git a/Projects/PhoenixPE/Shell/051-StartAllBack.script b/Projects/PhoenixPE/Shell/051-StartAllBack.script index d4b06d3..c0ea4f1 100644 --- a/Projects/PhoenixPE/Shell/051-StartAllBack.script +++ b/Projects/PhoenixPE/Shell/051-StartAllBack.script @@ -44,7 +44,7 @@ Date=2022-12-25 %DownloadURL%=https://www.startallback.com/download.php // Latest version of StartAllBack that has been confirmed working with this project. // New versions have a history of breaking in PE so we warn the user of the possibility there will be issues. -%SupportedVer%=3.5.6.4569 +%SupportedVer%=3.5.7.4580 [Process] Echo,"Configuring [ StartAllBack ] as the start menu..."