App script updates.

This commit is contained in:
Homes32
2024-12-11 00:12:15 -06:00
parent 67b8d1ec86
commit 44fa4e1622
10 changed files with 2711 additions and 2683 deletions

View File

@@ -30,18 +30,18 @@
[Main]
Title=AgentRansack
Description=(v2022 Build 3435) Agent Ransack is a free file search tool for finding files on your PC or network drives.
Description=(v2022 Build 3499) Agent Ransack is a free file search tool for finding files on your PC or network drives.
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.0.13.0
Date=2024-06-20
Version=1.0.14.0
Date=2024-12-09
[Variables]
%ProgramFolder%="AgentRansack"
%ProgramExe%="AgentRansack.exe"
%ProgramVersion%=3435
%ProgramVersion%=3499
%DownloadURLx86%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_in_%ProgramVersion%.exe
%DownloadURLx64%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_inx64_%ProgramVersion%.exe

View File

@@ -35,14 +35,15 @@ Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.0.1.0
Date=2023-01-10
Version=1.1.0.0
Date=2024-12-09
[Variables]
%ProgramFolder%="WinDirStat"
%ProgramExe%="WinDirStat.exe"
%DownloadURL%=https://windirstat.net/wds_current_setup.exe
%SetupFile%="setup.exe"
%DownloadURL%=https://github.com/windirstat/windirstat/releases/latest/download/WinDirStat.7z
%SetupFile%="WinDirStat.7z"
%aLangMap%=Chinese (Simplified)|4|Czech|5|Dutch|19|English|9|Estonian|37|Finnish|11|French|12|German|7|Hungarian|14|Italian|16|Norwegian|20|Polish|21|Portuguese|22|Russian|25|Spanish|10
[Process]
Echo,"Processing %ScriptTitle%..."
@@ -65,9 +66,12 @@ Echo,"Configuring %ScriptTitle%..."
RegHiveLoad,Tmp_Default,%RegDefault%
// Language
StrFormat,SPLIT,%cmb_Language%,"[",2,%LCID%
StrFormat,RTRIM,%LCID%,1,%LCID%
RegWrite,HKLM,0x4,"Tmp_Default\Software\Seifert\WinDirStat\options","language",%LCID%
List,Pos,%aLangMap%,%cmb_Language%,%LangPos%
If,%LangPos%,Equal,0,Halt,"Error: Language [%cmb_Language%] is not defined."
Math,Add,%ValuePos%,%LangPos%,1
List,Get,%aLangMap%,%ValuePos%,%Lang%
RegWrite,HKLM,0x4,"Tmp_Default\Software\WinDirStat\WinDirStat\Options","LanguageId",%Lang%
// Shell Ext.
If,%cb_ContextMenu%,Equal,True,Begin
@@ -105,7 +109,7 @@ If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,Auto,"%PEPrograms%\%Prog
// ===============================================================================================================================
[ExtractProgram]
Echo,"Extracting files..."
7z,"x -r -y #$q%ProgramsCache%\%ProgramFolder%\%SetupFile%#$q -xr!$* -xr!shfolder.dll -xr!Uninstall.exe -o#$q#1#$q"
7z,"e -r -y #$q%ProgramsCache%\%ProgramFolder%\%SetupFile%#$q %SourceArch%\* -o#$q#1#$q"
If,Not,#r,Equal,0,Halt,"Error: Failed to extract [%SetupFile%]."
[#DownloadProgram#]
@@ -176,7 +180,7 @@ WriteInterface,Value,%ScriptFile%,Interface,cb_PinToTaskbar,False
WriteInterface,Value,%ScriptFile%,Interface,cb_PinToStartMenu,False
WriteInterface,Value,%ScriptFile%,Interface,txt_StartMenuFolder,"File Management"
WriteInterface,Value,%ScriptFile%,Interface,txt_ShortcutName,"WinDirStat"
WriteInterface,Value,%ScriptFile%,Interface,cmb_Language,"English [1033]"
WriteInterface,Value,%ScriptFile%,Interface,cmb_Language,"English"
WriteInterface,Value,%ScriptFile%,Interface,cb_ContextMenu,True
System,Cursor,Normal
@@ -240,7 +244,7 @@ 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."
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 [1033]",1,4,160,126,150,21,"Czech [1029]","Dutch [1043]","English [1033]","Estonian [1061]","Finnish [1035]","French [1036]","German [1031]","Hungarian [1038]","Italian [1040]","Polish [1045]","Russian [1049]","Spanish [1034]"
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"
cb_ContextMenu="Enable Shell Context Menu",1,3,160,161,177,18,True,"__Add WinDirStat to Explorer's context menu."
[InterfaceEncoded]

View File

@@ -30,18 +30,18 @@
[Main]
Title=WizTree
Description=(v4.20) WizTree scans your hard drive and shows you which files and folders are using the most disk space.
Description=(v4.23) WizTree scans your hard drive and shows you which files and folders are using the most disk space.
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.1.12.0
Date=2024-08-11
Version=1.1.13.0
Date=2024-12-10
[Variables]
%ProgramFolder%="WizTree"
%ProgramExe%="WizTree.exe"
%ProgramVersion%=4_20
%ProgramVersion%=4_23
%DownloadURL%=https://www.diskanalyzer.com/files/wiztree_%ProgramVersion%_portable.zip
%SetupFile%="WizTree.zip"
%ConfigFile%="%TargetPrograms%\%ProgramFolder%\WizTree3.ini"

View File

@@ -30,18 +30,18 @@
[Main]
Title=grepWin
Description=(v2.1.5) grepWin is a simple search and replace tool that can use regular expressions to perform powerful search/replace operations.
Description=(v2.1.7) grepWin is a simple search and replace tool that can use regular expressions to perform powerful search/replace operations.
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.0.5.0
Date=2024-08-10
Version=1.0.6.0
Date=2024-12-09
[Variables]
%ProgramFolder%="grepWin"
%ProgramExe%="grepWin.exe"
%ProgramVersion%=2.1.5
%ProgramVersion%=2.1.7
%DownloadURLx86%=https://github.com/stefankueng/grepWin/releases/download/%ProgramVersion%/grepWin-%ProgramVersion%.msi
%DownloadURLx64%=https://github.com/stefankueng/grepWin/releases/download/%ProgramVersion%/grepWin-%ProgramVersion%-x64.msi
%SetupFile%="setup_%SourceArch%.exe"

View File

@@ -32,17 +32,18 @@
Title=FastStone Image Viewer
Author=Homes32
Level=5
Version=1.1.2.0
Description=(v7.8 x86) An image browser, converter and editor that supports all major graphic formats.
Date=2023-10-04
Version=1.1.3.0
Description=(v7.9 x86) An image browser, converter and editor that supports all major graphic formats.
Date=2024-12-10
Selected=False
Mandatory=False
[Variables]
%ProgramFolder%="FSViewer"
%ProgramExe%="FSViewer.exe"
%ProgramVersion%="78"
%ProgramVersion%="79"
%DownloadURL%=http://www.faststonesoft.net/DN/FSViewer%ProgramVersion%.zip
%aLangMap%="Bulgarian|20|Chinese (Simplified)|2|Chinese (Traditional)|3|Czech|16|Danish|4|Dutch|5|English|1|Finish|18|French|6|German|7|Hungarian|13|Italian|8|Japanese|21|Korean|15|Norwegian|9|Polish|10|Portuguese|14|Russian|11|Spanish|12|Swedish|17|Ukrainian|19
[Process]
Echo,"Processing %ScriptTitle%..."
@@ -126,7 +127,6 @@ If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,Auto,"%PEPrograms%\%Prog
Echo,"Configuring FSViewer Settings..."
ExtractAllFiles,%ScriptFile%,Tools,%ProjectTemp%\%ProgramFolder%
//FileDeleteEx,"%ProjectTemp%\%ProgramFolder%\FSSettings.db"
Set,%TxtDB%,"%ProjectTemp%\%ProgramFolder%\FSSettings.txt"
// Create an empty settings file
@@ -136,8 +136,11 @@ FileCreateBlank,"%TxtDB%"
TXTAddLine,"%TxtDB%","object TProgramSettings",APPEND
// Language
StrFormat,SPLIT,%cmb_Language%,"[",2,%Lang%
StrFormat,RTRIM,%Lang%,1,%Lang%
List,Pos,%aLangMap%,%cmb_Language%,%LangPos%
If,%LangPos%,Equal,0,Halt,"Error: Language [%cmb_Language%] is not defined."
Math,Add,%ValuePos%,%LangPos%,1
List,Get,%aLangMap%,%ValuePos%,%Lang%
TXTAddLine,"%TxtDB%"," LanguageNo = %Lang%",APPEND
// Dark Mode
@@ -148,7 +151,7 @@ TXTAddLine,"%TxtDB%","end",APPEND
// Convert to binary file
ShellExecute,Hide,"%ProjectTemp%\%ProgramFolder%\dfmconvert.exe","--to-binary #$q%TxtDB%#$q --output #$q%ProjectTemp%\%ProgramFolder%\FSSettings.db#$q"
ShellExecute,Hide,"%Tools%\%HostArch%\binmay.exe","-u #$q%ProjectTemp%\%ProgramFolder%\FSSettings.db#$q -s FF0A005450524F4752414D53455454494E47530030102F000000 -r #$q#$q"
Binmay,"-u #$q%ProjectTemp%\%ProgramFolder%\FSSettings.db#$q -s FF0A005450524F4752414D53455454494E47530030102F000000 -r #$q#$q"
FileCopy,"%ProjectTemp%\%ProgramFolder%\FSSettings.db","%TargetPrograms%\%ProgramFolder%\FSSettings.db"
Set,%TxtDB%,Nil
@@ -243,7 +246,7 @@ WriteInterface,Value,%ScriptFile%,Interface,cb_PinToTaskbar,False
WriteInterface,Value,%ScriptFile%,Interface,cb_PinToStartMenu,False
WriteInterface,Value,%ScriptFile%,Interface,txt_StartMenuFolder,"Multimedia"
WriteInterface,Value,%ScriptFile%,Interface,txt_ShortcutName,"FastStone Viewer"
WriteInterface,Value,%ScriptFile%,Interface,cmb_Language,"English [1]"
WriteInterface,Value,%ScriptFile%,Interface,cmb_Language,"English"
WriteInterface,Value,%ScriptFile%,Interface,cb_DarkMode,False
WriteInterface,Value,%ScriptFile%,Interface,cb_ContextMenu,False
WriteInterface,Value,%ScriptFile%,Interface,cb_FileAsso,True
@@ -308,7 +311,7 @@ txt_StartMenuFolder="Start Menu Folder:",1,0,12,201,119,21,Multimedia
txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,"FastStone Viewer"
bvl_Options=Options,1,12,150,90,171,184,8,Bold
lbl_Language=Language,1,1,159,110,153,16,8,Normal
cmb_Language="English [1]",1,4,160,126,150,21,"Bulgarian [20]","Chinese (Simplified) [2]","Chinese (Traditional) [3]","Czech [16]","Danish [4]","Dutch [5]","English [1]","Finish [18]","French [6]","German [7]","Hungarian [13]","Italian [8]","Korean [15]","Norwegian [9]","Polish [10]","Portuguese [14]","Russian [11]","Spanish [12]","Swedish [17]","Ukrainian [19]"
cmb_Language=English,1,4,160,126,150,21,Bulgarian,"Chinese (Simplified)","Chinese (Traditional)",Czech,Danish,Dutch,English,Finish,French,German,Hungarian,Italian,Japanese,Korean,Norwegian,Polish,Portuguese,Russian,Spanish,Swedish,Ukrainian
cb_DarkMode="Use Dark Theme",1,3,160,155,112,18,False
cb_ContextMenu="Add Context Menu",1,3,160,174,143,18,False,"__Add 'Browse with FastStone' to explorer's context menu."
cb_FileAsso="Set As Default Image Viewer",1,3,160,245,152,18,True,"__Set FSViewer as the default image viewer."

File diff suppressed because it is too large Load Diff

View File

@@ -30,19 +30,19 @@
[Main]
Title=Google Chrome
Description=(v127.0.6533.100) Google Chrome is a cross-platform web browser developed by Google.
Description=(v131.0.6778.86) Google Chrome is a cross-platform web browser developed by Google.
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.1.12.0
Date=2024-08-11
Version=1.1.13.0
Date=2024-12-10
[Variables]
%ProgramFolder%="Chrome"
%ProgramExe%="chrome.exe"
%DownloadURLx86%=https://dl.google.com/release2/chrome/autf62xlu3j3pt3zet6y2sox4m_127.0.6533.100/127.0.6533.100_chrome_installer.exe
%DownloadURLx64%=https://dl.google.com/release2/chrome/adxx6dbjpwvhbnvbqljkjapcssvq_127.0.6533.100/127.0.6533.100_chrome_installer.exe
%DownloadURLx86%=https://dl.google.com/release2/chrome/aqmxuhx6n6oht6hc64tkuxpwgm_131.0.6778.86/131.0.6778.86_chrome_installer.exe
%DownloadURLx64%=https://dl.google.com/release2/chrome/admgxlt4d5c5rctnozw3wzphw2wq_131.0.6778.86/131.0.6778.86_chrome_installer.exe
%SetupFile%="Chrome_x86.exe"
[Process]

View File

@@ -30,18 +30,18 @@
[Main]
Title=RustDesk
Description=(v1.2.7) The open source alternative to TeamViewer. RustDesk is a full-featured remote control alternative for self-hosting and security with minimal configuration.
Description=(v1.3.5) The open source alternative to TeamViewer. RustDesk is a full-featured remote control alternative for self-hosting and security with minimal configuration.
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.0.1.0
Date=2024-08-11
Version=1.0.2.0
Date=2024-12-10
[Variables]
%ProgramFolder%="RustDesk"
%ProgramExe%="RustDesk.exe"
%ProgramVersion%=1.2.7
%ProgramVersion%=1.3.5
%DownloadURLx86%=https://github.com/rustdesk/rustdesk/releases/download/%ProgramVersion%/rustdesk-%ProgramVersion%-x86-sciter.exe
%DownloadURLx64%=https://github.com/rustdesk/rustdesk/releases/download/%ProgramVersion%/rustdesk-%ProgramVersion%-x86_64.exe
%SetupFile%="RustDesk_%SourceArch%.exe"

View File

@@ -30,18 +30,18 @@
[Main]
Title=WinSCP
Description=(v6.3.4) WinSCP is a popular SFTP client and FTP client for Microsoft Windows.
Description=(v6.3.6) WinSCP is a popular SFTP client and FTP client for Microsoft Windows.
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.0.14.0
Date=2024-06-20
Version=1.0.15.0
Date=2024-12-10
[Variables]
%ProgramFolder%="WinSCP"
%ProgramExe%="WinSCP.exe"
%ProgramVersion%=6.3.4
%ProgramVersion%=6.3.6
%SetupExe%="WinSCP-%ProgramVersion%-Setup.exe"
%DownloadURL%=https://winscp.net/download/WinSCP-%ProgramVersion%-Setup.exe
%LangMap%=1025|ar|1059|be|1026|bg|1027|ca|2052|ch|1028|chs|1029|cs|1030|da|1031|de|1032|el|1034|es|1061|et|1065|fa|1035|fi|1036|fr|1050|hr|1038|hu|1057|in|1039|is|1040|it|1041|jp|1042|ko|1063|lt|1086|ms|1043|nl|2068|no|1045|pl|1046|pt|2070|ptg|1048|ro|1049|ru|1051|sk|2074|srl|1053|sv|1055|tr|1058|uk|1066|vi|-181|xxk

View File

@@ -30,18 +30,18 @@
[Main]
Title=simplewall
Description=(v3.8.3) A simple tool for configuring the Windows Filtering Platform (WFP).
Description=(v3.8.5) A simple tool for configuring the Windows Filtering Platform (WFP).
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.0.9.0
Date=2024-08-11
Version=1.0.10.0
Date=2024-12-10
[Variables]
%ProgramFolder%="simplewall"
%ProgramVersion%=3.8.3
%DownloadURL%=https://github.com/henrypp/simplewall/releases/download/v.%ProgramVersion%/simplewall-%ProgramVersion%-bin.zip
%ProgramVersion%=3.8.5
%DownloadURL%=https://github.com/henrypp/simplewall/releases/download/v.%ProgramVersion%/simplewall-%ProgramVersion%-bin.7z
%DownloadProfilesURL%=https://raw.githubusercontent.com/henrypp/simplewall/master/bin/profile_internal.xml
%DownloadLangURL%=https://raw.githubusercontent.com/henrypp/simplewall/master/bin/simplewall.lng
%ProgramExe%="simplewall.exe"