mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
DesktopInfo updated to v3.18.1
This commit is contained in:
@@ -30,19 +30,19 @@
|
|||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Title=DesktopInfo
|
Title=DesktopInfo
|
||||||
Description=(v3.17.1) A lightweight application that displays real-time system information on your desktop.
|
Description=(v3.18.1) A lightweight application that displays real-time system information on your desktop.
|
||||||
Author=Homes32
|
Author=Homes32
|
||||||
Level=5
|
Level=5
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.1.11.0
|
Version=1.1.12.0
|
||||||
Date=2025-03-07
|
Date=2025-03-23
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%="DesktopInfo"
|
%ProgramFolder%="DesktopInfo"
|
||||||
%ProgramExe86%="DesktopInfo32.exe"
|
%ProgramExe86%="DesktopInfo.exe"
|
||||||
%ProgramExe64%="DesktopInfo64.exe"
|
%ProgramExe64%="DesktopInfo.exe"
|
||||||
%ProgramVersion%=3171
|
%ProgramVersion%=3181
|
||||||
%DownloadURL%=https://www.glenn.delahoy.com/downloads/desktopinfo/DesktopInfo%ProgramVersion%.zip
|
%DownloadURL%=https://www.glenn.delahoy.com/downloads/desktopinfo/DesktopInfo%ProgramVersion%.zip
|
||||||
%SetupFile%="DesktopInfo.zip"
|
%SetupFile%="DesktopInfo.zip"
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ Run,%ScriptFile%,ExtractProgram,"%TargetPrograms%\%ProgramFolder%"
|
|||||||
|
|
||||||
// Arch
|
// Arch
|
||||||
If,%SouceArch%,Equal,x86,Begin
|
If,%SouceArch%,Equal,x86,Begin
|
||||||
FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\DesktopInfo64.exe"
|
FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\%ProgramExe64%"
|
||||||
FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\libeay32.dll"
|
FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\libeay32.dll"
|
||||||
FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\ssleay32.dll"
|
FileDeleteEx,"%TargetPrograms%\%ProgramFolder%\ssleay32.dll"
|
||||||
FileCopy,"%TargetPrograms%\%ProgramFolder%\DesktopInfo32\*.*","%TargetPrograms%\%ProgramFolder%"
|
FileCopy,"%TargetPrograms%\%ProgramFolder%\DesktopInfo32\*.*","%TargetPrograms%\%ProgramFolder%"
|
||||||
|
Reference in New Issue
Block a user