Topic: Downloading Plugins with a CodeBox:  (Read 7038 times)

Downloading Plugins with a CodeBox:
« on: December 16, 2018, 10:08:01 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Downloading Plugins with a CodeBox:

Downloading plugins with CodeBox is similar to downloading files with cmd.exe screen

This way you can Download new plugins and Update existing Plugins.

Here is an example, downloading Coffeine plugin to Win10PESE

ila_rendered


Sumary:
1) Select Project
2) Select CodeBox
3) write Call,DownloadX line to codebox:
Code: [Select]
[Process]
If,ExistFile,%api%,AddVariables,%api%,ApiVar,Global
//--
Call,DownloadX,%BaseDir%\Projects\Yomi\AppY\Supplementary\Caffeine.Script
4) Click CodeBox play button.

+
5) (Optional) If you are downloading a new plugin, restart your builder or use Call,ReStart on last line
eg.
Code: [Select]
[Process]
If,ExistFile,%api%,AddVariables,%api%,ApiVar,Global
//--
Call,DownloadX,%BaseDir%\Projects\Yomi\AppY\Supplementary\Caffeine.Script
Call,ReStart

Final Result:
ila_rendered


****
To Update Plugin or Revert Plugin to default settings, use the same Call,DownloadX line.
If plugin already downloaded, After a server check, It will only Revert Plugin to default setting without downloading again.  :xmas-beer:

*
Tip:
To get a clear CodeBox
'New CodeBox' button available at Macro Library

Azin\Basic\Macro Library (ML)
Gena\Basic\Build\Macro Library (ML)
SE\Build\Macro Library (ML)



Slowly slowly to better.. :turtle:

Current Topic:
Downloading Plugins with a CodeBox:
http://TheOven.org/index.php?topic=2672.0

See: Downloading Plugins with a CodeBox

+
If you already have the The Plugin :
See Lancelot Reply 1+2 tutorial Small Green Download Button on Plugins

*
List of all Plugins you can download available at Download Plugins
See Lancelot Reply 15 - http://TheOven.org/index.php?topic=1208.msg36997#msg36997



To Do:
get list of plugins from server .....
« Last Edit: March 29, 2020, 11:41:32 AM by Lancelot »

Re: Downloading Plugins with a CodeBox:
« Reply #1 on: December 16, 2018, 10:08:36 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Small Green Download Button on Plugins

Update Plugins
= Get the Latest plugin

*
You can use Small Green Download Button on plugins to get the latest plugin from the server.

Small Green Download Button available at right-top of plugins.

Also see picture.
ila_rendered


*
You can also use Call,DownloadX,.... line on first post to update plugins.

*
Bonus: If there is no update, the Plugin will go back to default Plugin settings.

:turtle:

+ Current Post:
If you already have the The Plugin :
See: Small Green Download Button on Plugins - Reply 1: Update Plugins
« Last Edit: March 21, 2019, 07:27:52 PM by Lancelot »

Re: Downloading Plugins with a CodeBox:
« Reply #2 on: December 16, 2018, 10:08:44 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Small Green Download Button on Plugins

Update Plugins with File Container
= Get the Latest plugin with File Container

*
Some Plugins have File Container Plugin(s).
File Container Plugins always have File suffix.

eg.
GSmartControl Plugin

Code: [Select]
[Process]
If,ExistFile,%api%,AddVariables,%api%,ApiVar,Global
//--
Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Diagnostic\GSmartControl.Script"
Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Diagnostic\GSmartControl_File.Script"
Call,Restart

To update the latest plugin, you should update Plugin and Its FileContainer Plugin(s).

ila_rendered

*
You can also use Call,DownloadX,.... lines to update plugins.

*
Bonus: If there is no update, the Plugin will go back to default Plugin settings.

:turtle:

+
Current post:

See Demonstration at "Downloading Plugins with a CodeBox" Topic:

See: Small Green Download Button on Plugins - Reply 2: Update Plugins with File Container
« Last Edit: May 26, 2020, 06:02:39 PM by Lancelot »

Re: Downloading Plugins with a CodeBox:
« Reply #3 on: January 26, 2019, 08:44:20 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
With joshuawilsoncom reply 41
http://theoven.org/index.php?topic=2712.msg31099#msg31099

Added "Update Plugins" to current topic reply1

:turtle:

Re: Downloading Plugins with a CodeBox:
« Reply #4 on: May 31, 2020, 11:36:55 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Small Yellow Compare Button on Plugins

On some cases before update to new Plugin (as written before: Small Green Download Button on Plugins - Reply 1: Update Plugins )

One may like to see what is changed for various reasons (active development, curiosity, etc. )

Click Small Yellow Compare Button on PluginUI
To demonstrate:
I have "DiskGenius (Setup.Zip)" Plugin v15 and I click Small Yellow Compare Button:
( Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\DiskGenius_Setup_Zip.Script" )

ila_rendered

The result is WinMerge Comparing Plugin I have with the one on the server :

ila_rendered

by only checking [Main] section, following WinMerge colors
I see
Version=015 --> Version=016
Date=2020.05.30 --> Date=2020.05.31
and a brief info about v16 changes on the server
History016=Nikky Fix Reply 31 - 33 http://TheOven.org/index.php?topic=2286.msg37699#msg37699 - Date:2020.05.31

Going down with WinMerge I see 1 Line fixed and also Attachment updated

+
After you compare and see changes
Download the new plugin from server  :wink:
See: Small Green Download Button on Plugins - Reply 1: Update Plugins


:turtle:

+
Current Reply:

See: Small Yellow Compare Button on Plugins - Reply 4:
« Last Edit: May 31, 2020, 11:44:16 AM by Lancelot »

 

Powered by EzPortal