Topic: AOMEI Backupper Pro  (Read 31084 times)

Re: AOMEI Backupper Pro
« Reply #60 on: December 12, 2018, 01:01:58 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

I will check at most Friday (+Saturday)....  :great:

These days I spend low free time mostly to get Bob.Omb next zip ready .....  :wink:

time to sleep.... :turtle:

Re: AOMEI Backupper Pro
« Reply #61 on: December 12, 2018, 11:08:33 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

I have a quick look to plugin without testing :

*
Call,Download,%ProvideFiles%\%SetupFile%,%SetupURL%,NoExitOnError
-->
Call,Download,%ProvideFiles%\%SetupFile%,%SetupURL%

there is not such parameter with name "NoExitOnError"
Call,Download never exits.

*
If,Not,ExistFile,%Tools%\ExtractSection.exe,ExtractFile,%ScriptFile%,Folder,ExtractSection.exe,%Tools%
-->
Delete that line

*
Remove "ExtractSection.exe" from attachment

ps: I feel Chris forgot that file and lines inside plugin. They probably will not exists on next Chris version.

*
If,ExistFile,%ProvideFiles%\ABPro_ExtractFiles.txt,FileDelete,%ProvideFiles%\ABPro_ExtractFiles.txt
-->
Call,FileDelete,%ProvideFiles%\ABPro_ExtractFiles.txt
-->
Well you do not need this line. Both Macro Library and Call,ExtractSectionN deletes that file

Summary:
If,ExistFile,%ProvideFiles%\ABPro_ExtractFiles.txt,FileDelete,%ProvideFiles%\ABPro_ExtractFiles.txt
-->
Delete that line. Not required.

*
ShellExecute,Hide,%Tools%\ExtractSection.exe,"#$q%ScriptFile%#$q Backupper_ExtractFiles #$q%ProvideFiles%\ABPro_ExtractFiles.txt#$q /NoSectionName"
-->
Call,IniExtractSectionN,%ScriptFile%,Backupper_ExtractFiles,%ProvideFiles%\ABPro_ExtractFiles.txt
-->
Call,IniExtractSectionN,,Backupper_ExtractFiles,%ProvideFiles%\ABPro_ExtractFiles.txt


*
EchoExtended,
-->
Call,Echo,


*
I do not know why you need this line ?
If,ExistFile,%Source_Win%\SysWow64\ntdll.dll,Call,FileCopyBiggerVersion,%Source_Win%\SysWow64\ntdll.dll,%target_win%\SysWow64
I feel better you delete that line, It looks no logical to me ?
Let me know why require such line ?


****
No real tests on my side, I hope above will fix your plugin.

Let me know the results, maybe real test required on Friday or Saturday.... ?


*****

I don't even know if it should be posted until Lancelot looks at this line for possible improvement.
But if I don't post Lancelot won't know what need corrected.
There were always post, pm games since 10 years now Prz42.
(Since BartPE If you follow forums of that times....)
Only it is not allowed to post game around here, gamers hide behind other things...
It is only sad somebody push others not to post with a pm or other things hidden behind....

Feel free to post. (True Meaning of Liberty) Public topic posts is an open library for everybody. :thumbsup:
That is the reason http://TheOven.org forum is full open to internet. (no need login to download or view topics, no advertisements)

eg. I am sure others will also benefit from your corrections.  :great:

See You... :turtle::mphone:
« Last Edit: December 13, 2018, 07:39:06 AM by Lancelot »

Re: AOMEI Backupper Pro
« Reply #62 on: December 13, 2018, 04:19:04 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Line -281
Code: [Select]
Call,ExtractSectionN,,Backupper_ExtractFiles,%ProvideFiles%\ABPro_ExtractFiles.txt
Comes back with this error code-
Run - Failed to find section [CallC_ExtractSectionN] in file: [%BaseDir%\Projects\Win10PESE\Build\Macro_Library.script]

I did update the Macro_Library.script before running the plugin.
I must of got something wrong. I think I made all corrections you posted?

[ Attachment Invalid Or Does Not Exist ]
« Last Edit: December 14, 2018, 02:04:57 AM by Prz42 »

Re: AOMEI Backupper Pro
« Reply #63 on: December 13, 2018, 07:40:25 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42

my mistake, correct line:

Call,IniExtractSectionN,,Backupper_ExtractFiles,%ProvideFiles%\ABPro_ExtractFiles.txt

ps: my previous post also fixed.

:turtle:

Re: AOMEI Backupper Pro
« Reply #64 on: December 14, 2018, 02:08:37 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Corrected the Line 281
Code: [Select]
Call,IniExtractSectionN,,Backupper_ExtractFiles,%ProvideFiles%\ABPro_ExtractFiles.txt

Ran the plugin and it is good to go. Thanks Lancelot it worked like a charm.

[ Attachment Invalid Or Does Not Exist ]
« Last Edit: December 15, 2018, 12:08:55 AM by Prz42 »

Re: AOMEI Backupper Pro
« Reply #65 on: December 14, 2018, 11:26:47 AM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi Prz42

re AOMEI Backupper_Pro_SE.Script
small correction required - control id for line42 should be 0(txtbox) not 3(chkbox)

regards APT

Re: AOMEI Backupper Pro
« Reply #66 on: December 14, 2018, 09:19:46 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

I guess what APT means with:
small correction required - control id for line42 should be 0(txtbox) not 3(chkbox)
is changing
pTextBox2="Start Menu folder:",1,3,10,46,122,18,"HD Tasks\Imaging"
-->
pTextBox2="Start Menu folder:",1,0,10,46,122,18,"HD Tasks\Imaging"

CSV=Comma Separated Value
https://www.google.com/search?&q=Comma+Separated+Value


Interface use Ini+CSV:
Ini:
[Section]
Key=Value

Interface Value is in CSV format:

CSV03=Type Values:
0=TextBox
1=TextLabel
2=NumberBox
3=CheckBox
4=ScrollBox
5=Image
6=TextFile
7=NOT-IMPLEMENTED
8=Button
9=CheckList
10=WebLabel
11=RadioButton
12=Bevel
13=FileBox
14=RadioGroup

CSV03 means: 3rd comma value (like Excel ;) )

:turtle:

Re: AOMEI Backupper Pro
« Reply #67 on: December 15, 2018, 12:10:12 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Made the correction, but didn't change version #
Thanks for all the help.
[ Attachment Invalid Or Does Not Exist ] :bbq:
« Last Edit: January 20, 2019, 05:53:10 AM by Prz42 »

Re: AOMEI Backupper Pro
« Reply #68 on: December 15, 2018, 12:47:47 AM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi Prz42

Quote
Made the correction
thanks
after initial d/l run, subsequent ones are really fast  :thumbsup:

regards APT
« Last Edit: December 15, 2018, 12:28:51 PM by APT »

Re: AOMEI Backupper Pro
« Reply #69 on: December 16, 2018, 09:57:22 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

Good work,
Thanks for taking Liberty Of Creating AOMEI Backupper plugin. :xmas-beer:

:turtle:

Re: AOMEI Backupper Pro
« Reply #70 on: December 31, 2018, 07:49:31 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Made the correction, but didn't change version #
Thanks for all the help.

Hi Prz42,

added to server.
Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Imaging\AOMEI Backupper_Pro_SE.Script"
see:
http://theoven.org/index.php?topic=2672.0

:bbq:
« Last Edit: January 24, 2019, 08:33:58 PM by Lancelot »

Re: AOMEI Backupper Pro
« Reply #71 on: January 20, 2019, 05:50:01 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Needed to update the plugin because of AOMEI

[ Attachment Invalid Or Does Not Exist ] :scooter:

« Last Edit: January 26, 2019, 03:04:40 AM by Prz42 »

Re: AOMEI Backupper Pro
« Reply #72 on: January 24, 2019, 08:37:44 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

updated to server, only made some server adjustments + following your box:

Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Imaging\AOMEI Backupper_Pro_SE.Script"
see:
http://theoven.org/index.php?topic=2672.0

*
Can you download from server and continue updating plugin when required,
so Bob.Omb can follow your updates without fixing upload button and weblabels contact....  :wink:

:turtle:

Re: AOMEI Backupper Pro
« Reply #73 on: January 25, 2019, 09:41:12 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

updated on server with a typo fix, no version change.

:turtle:

Re: AOMEI Backupper Pro
« Reply #74 on: January 26, 2019, 03:05:42 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Combined Standard and Pro version.

[ Attachment Invalid Or Does Not Exist ] :scooter:
« Last Edit: January 27, 2019, 04:57:48 PM by Prz42 »

Re: AOMEI Backupper Pro
« Reply #75 on: January 26, 2019, 08:26:58 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

removed single plugin and add combined plugin to servers:

Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Imaging\AOMEI_Backupper_Stand_Pro_SE.Script"
see:
http://theoven.org/index.php?topic=2672.0

**
Your plugin is not working, I guess you need to update to 4.6.2
Download plugin from server with fixed Web etc. and update to 4.6.2 so we can quickly upload updated plugin to servers.

:turtle:

Re: AOMEI Backupper Pro
« Reply #76 on: January 27, 2019, 04:59:13 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
 I guess I need to update to 4.6.2 just released.
[ Attachment Invalid Or Does Not Exist ] :scooter:
« Last Edit: July 05, 2019, 01:15:03 AM by Prz42 »

Re: AOMEI Backupper Pro
« Reply #77 on: January 27, 2019, 05:37:18 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi Prz42
just for feedback - seems to be working fine, tested to app launch in VM

Re: AOMEI Backupper Pro
« Reply #78 on: January 27, 2019, 05:43:34 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Hi Prz42
just for feedback - seems to be working fine, tested to app launch in VM
Thanks for the comment

Re: AOMEI Backupper Pro
« Reply #79 on: January 27, 2019, 06:23:47 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Prz42,

Plugin does not work here,
always gives
Schedule.h(148):open aomi server fail

I make all 4 tests, both standard and pro, and "Run From Ram" and "Run From Normal"

*
I made compatibility fix you miss on plugin + cosmetics and add to servers:

Call,DownloadX,"%BaseDir%\Projects\Yomi\AppY\HD Tasks\Imaging\AOMEI_Backupper_Stand_Pro_SE.Script"

 

Powered by EzPortal