mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
AgentRansack updated to v2022 build 3503
This commit is contained in:
@@ -30,18 +30,18 @@
|
|||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Title=AgentRansack
|
Title=AgentRansack
|
||||||
Description=(v2022 Build 3499) Agent Ransack is a free file search tool for finding files on your PC or network drives.
|
Description=(v2022 Build 3503) Agent Ransack is a free file search tool for finding files on your PC or network drives.
|
||||||
Author=Homes32
|
Author=Homes32
|
||||||
Level=5
|
Level=5
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.0.14.0
|
Version=1.0.15.0
|
||||||
Date=2024-12-09
|
Date=2024-12-09
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%="AgentRansack"
|
%ProgramFolder%="AgentRansack"
|
||||||
%ProgramExe%="AgentRansack.exe"
|
%ProgramExe%="AgentRansack.exe"
|
||||||
%ProgramVersion%=3499
|
%ProgramVersion%=3503
|
||||||
%DownloadURLx86%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_in_%ProgramVersion%.exe
|
%DownloadURLx86%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_in_%ProgramVersion%.exe
|
||||||
%DownloadURLx64%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_inx64_%ProgramVersion%.exe
|
%DownloadURLx64%=https://download.mythicsoft.com/flp/%ProgramVersion%/agentransack_inx64_%ProgramVersion%.exe
|
||||||
|
|
||||||
@@ -70,18 +70,18 @@ If,ExistFile,%fb_ImportCfg%,Begin
|
|||||||
StrFormat,EXT,%fb_ImportCfg%,%FileExt%
|
StrFormat,EXT,%fb_ImportCfg%,%FileExt%
|
||||||
If,Not,%FileExt%,Equal,".xml",Halt,"ERROR: Config must be in .XML format."
|
If,Not,%FileExt%,Equal,".xml",Halt,"ERROR: Config must be in .XML format."
|
||||||
Else,Begin
|
Else,Begin
|
||||||
Echo,"Importing user config.xml..."
|
Echo,"Importing user provided config.xml..."
|
||||||
FileCopy,%fb_ImportCfg%,"%TargetPrograms%\%ProgramFolder%\config"
|
FileCopy,%fb_ImportCfg%,"%TargetPrograms%\%ProgramFolder%\config"
|
||||||
End
|
End
|
||||||
End
|
End
|
||||||
Else,Begin
|
Else,Begin
|
||||||
// Default Config (Language + Professional Mode)
|
// Default Config (Language + Professional Mode)
|
||||||
Set,%Cfg%,"%TargetPrograms%\%ProgramFolder%\config\config.xml"
|
Set,%ConfigFile%,"%TargetPrograms%\%ProgramFolder%\config\config.xml"
|
||||||
FileCreateBlank,%Cfg%
|
FileCreateBlank,%ConfigFile%
|
||||||
TXTAddLine,%Cfg%,"<cfg ver=#$q2#$q>",Append
|
TXTAddLine,%ConfigFile%,"<cfg ver=#$q2#$q>",Append
|
||||||
TXTAddLine,%Cfg%,"<section name=#$qLanguage#$q><File t=#$q3#$q>lang-%Lang%.xml</File></section>",Append
|
TXTAddLine,%ConfigFile%,"<section name=#$qLanguage#$q><File t=#$q3#$q>lang-%Lang%.xml</File></section>",Append
|
||||||
TXTAddLine,%Cfg%,"<section name=#$qShell#$q><AddToDirCM n=#$q1#$q/><AssociateSRF n=#$q1#$q/><USBDriveConfig n=#$q0#$q/><AddToFileCM n=#$q1#$q/><AddToFindMenu n=#$q1#$q/><ReplaceF3 n=#$q1#$q/><EnableHotKey n=#$q1#$q/></section>",Append
|
TXTAddLine,%ConfigFile%,"<section name=#$qShell#$q><AddToDirCM n=#$q1#$q/><AssociateSRF n=#$q1#$q/><USBDriveConfig n=#$q0#$q/><AddToFileCM n=#$q1#$q/><AddToFindMenu n=#$q1#$q/><ReplaceF3 n=#$q1#$q/><EnableHotKey n=#$q1#$q/></section>",Append
|
||||||
TXTAddLine,%Cfg%,"</cfg>",Append
|
TXTAddLine,%ConfigFile%,"</cfg>",Append
|
||||||
End
|
End
|
||||||
|
|
||||||
// ShellExt
|
// ShellExt
|
||||||
@@ -392,7 +392,7 @@ lbl_Language=Language,1,1,159,110,153,16,8,Normal
|
|||||||
cmb_Language="English [en]",1,4,160,126,150,21,"Chinese [cn]","German [de]","English [en]","Spanish [es]","French [fr]","Hindi [hi]","Nederlands [nl]","Polish [pl]","Turkish [tr]"
|
cmb_Language="English [en]",1,4,160,126,150,21,"Chinese [cn]","German [de]","English [en]","Spanish [es]","French [fr]","Hindi [hi]","Nederlands [nl]","Polish [pl]","Turkish [tr]"
|
||||||
cb_RegisterShellExt="Register Shell Extensions",0,3,160,154,152,18,True,"__Adds AgentRansack to Explorer's context menus."
|
cb_RegisterShellExt="Register Shell Extensions",0,3,160,154,152,18,True,"__Adds AgentRansack to Explorer's context menus."
|
||||||
lbl_ImportCfg="Import custom config file:",0,1,160,227,177,16,8,Normal
|
lbl_ImportCfg="Import custom config file:",0,1,160,227,177,16,8,Normal
|
||||||
fb_ImportCfg=,0,13,160,244,177,20,file,"Title=Select your AgentRansack confg file","Filter=AgentRansack Config|*.xml","__Select your customized config.xml file here to include it in your build.#$xYour custom config will override any settings configured in this script's interface."
|
fb_ImportCfg=,0,13,160,244,177,20,file,"Title=Select your AgentRansack config file","Filter=AgentRansack Config|*.xml","__Select your customized config.xml file here to include it in your build.#$xYour custom config will override any settings configured in this script's interface."
|
||||||
|
|
||||||
[InterfaceEncoded]
|
[InterfaceEncoded]
|
||||||
play-hot.png=841,1220
|
play-hot.png=841,1220
|
||||||
|
Reference in New Issue
Block a user