Topic: AOMEI Partition Assistant Pro  (Read 13189 times)

AOMEI Partition Assistant Pro
« on: June 04, 2015, 10:34:35 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Added Pro Version to AOMEI Partition Assistant.
Originally created by ChrisR. It still has the free version
and the pro version. A big thanks to Chris. :thumbsup:
Just add your serial number and you are good to go.

This is the most current version     :scooter:
Uses the x86 program in x64 Arch which has more
features. If you prefer x64 version there is a check mark.
This script uses subfolder

* AOMEI_Partition_Assistant_Prz42.script (1608.19 kB - downloaded 224 times.)

There are other scripts at
http://yomi.cwcodes.net/
http://gena.cwcodes.net/projectindex.php
« Last Edit: March 09, 2019, 12:22:49 AM by Prz42 »

Re: AOMEI Partition Assistant Pro
« Reply #1 on: July 12, 2015, 10:31:43 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Added 64 bit for Windows 10.

1st post is the most current     :scooter:
« Last Edit: September 05, 2015, 11:34:00 PM by Prz42 »

Re: AOMEI Partition Assistant Pro
« Reply #2 on: July 13, 2015, 02:19:15 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Thanks Mark,
I have revised your script as it was first intended back on 05/16/2015 via post and pm
http://theoven.org/index.php?topic=1046.msg14976#msg14976
« Last Edit: July 16, 2015, 03:16:12 PM by KYHI, Reason: removed attachment »

Re: AOMEI Partition Assistant Pro
« Reply #3 on: July 13, 2015, 11:34:09 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Thanks Mark,
I have revised your script as it was first intended back on 05/16/2015 via post and pm
I quickly went through the script but I know I didn't find all your changes.
One change that I think you should change is
Code: [Select]
If,%Pro_ScrollBox%,Equal,"Pro Version",Begin
  IniWrite,%Target_Prog%\%ProgramFolder%\cfg.ini,CONFIG,COUNT,1
  TXTAddLine,%Target_Prog%\%ProgramFolder%\cfg.ini,KEY=AOPR-K7X4P-Z126E-XZZUX,Append
  IniWrite,%Target_Prog%\%ProgramFolder%\cfg.ini,PA,POPUPMESSAGE,1
End
That shows your serial #. I would change it to my script
Code: [Select]
If,%Pro_ScrollBox%,Equal,"Pro Version",Begin
  IniWrite,%Target_Prog%\%ProgramFolder%\cfg.ini,CONFIG,COUNT,1
  TXTAddLine,%Target_Prog%\%ProgramFolder%\cfg.ini,KEY=%Pro_License_Text%,Append
  IniWrite,%Target_Prog%\%ProgramFolder%\cfg.ini,PA,POPUPMESSAGE,1
End
Yours is on line 172. Mine is on line 169.

1st post is the most current     :scooter:
« Last Edit: September 05, 2015, 11:33:33 PM by Prz42 »

Re: AOMEI Partition Assistant Pro
« Reply #4 on: July 14, 2015, 12:56:47 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
A Promotional Give Away Key
« Last Edit: July 14, 2015, 01:17:28 AM by KYHI »

Re: AOMEI Partition Assistant Pro
« Reply #5 on: July 15, 2015, 09:55:48 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
For the record.

Now, when running this tool (or Mini Tool Partition Wizard) I get "Error: The application has failed to start because the side by side configuration is incorrect please see the application event log or use the command line sxstrace.exe tool for more detail"

Solved deleting the following  keys (Win8.1SE x86):
Code: [Select]
[Process]
RegHiveLoad,Tmp_Software,%RegSoftware%

// for Mini Tool Partition Wizard
RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_none_02d0010672fd8219

// for AOEMI Partition Assistant
RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_none_e8a8ec119a3821e7

RegHiveUnLoad,Tmp_Software


 :smile:

Re: AOMEI Partition Assistant Pro
« Reply #6 on: July 15, 2015, 11:58:44 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
For the record.

Now, when running this tool (or Mini Tool Partition Wizard) I get "Error: The application has failed to start because the side by side configuration is incorrect please see the application event log or use the command line sxstrace.exe tool for more detail"

Solved deleting the following  keys (Win8.1SE x86):
Code: [Select]
[Process]
RegHiveLoad,Tmp_Software,%RegSoftware%

// for Mini Tool Partition Wizard
RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_none_02d0010672fd8219

// for AOEMI Partition Assistant
RegDelete,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_none_e8a8ec119a3821e7

RegHiveUnLoad,Tmp_Software


 :smile:
What version of AOEMI Partition Assistant Pro?

1st post is the most current     :scooter:
« Last Edit: September 05, 2015, 11:32:55 PM by Prz42 »

Re: AOMEI Partition Assistant Pro
« Reply #7 on: July 16, 2015, 03:40:25 AM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
What version of AOEMI Partition Assistant Pro?

Versión 5.6.3, the one of this thread whose plugin link is above.

Re: AOMEI Partition Assistant Pro
« Reply #8 on: July 16, 2015, 11:37:02 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
same version both scripts - one with promotional added and other you provide your key - (otherwise same)
but without promotional it is not PRO version, just STD version, which has already been scripted..
So without promotional - not really a PA Pro script at all (Full Pro Version Only attached below)
« Last Edit: September 17, 2015, 07:34:56 PM by KYHI, Reason: removed link »

Re: AOMEI Partition Assistant Pro
« Reply #9 on: July 16, 2015, 04:18:39 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Aomei PA and PA Pro have the same registry entry

Code: [Select]
RegWrite,HKLM,0x3,Tmp_Software\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_none_bcc8f3fc9457ed28\8.0,8.0.50727.6195,01
« Last Edit: July 16, 2015, 04:20:30 PM by KYHI, Reason: codebox »

Re: AOMEI Partition Assistant Pro
« Reply #10 on: September 17, 2015, 11:25:51 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Hi Mark,

I now see easly what you do,
 but, from what I read on plugin,
  Chris designed plugin to use only x86 executables etc.,
    x64 files intentionally not copied,
      see plugin note
Code: [Select]
// the x64 folder is not used

you are reverting what Chris did at line 93, with your line 111 112 !!!!!!

Anyway, I don't know why Chris did this
  (I mean why he designed plugin for x86 only,
   maybe he don't have time to test further since all TheOven projects have x86 support by JFX, it is not critical)
,
     but with your changes I feel it only waste space on PE,
      maybe you like to work on supporting both x86-x64 files, but you need to work more...


:turtle:

Quote
This is the most current version     :scooter:
Uses the x86 program in x64 Arch which has more
features. If you prefer x64 version there is a check mark.


So now you are reverting changes to Aomei Partition Assistant, that YOU made in the first place... And now allowing what the Author intended, by using x86 version on x64 build
Again, you prove my point..
Stop posting your changes to this forum.. You IMPROVE nothing and cause mass confusion..

This Topic of yours should be closed and refered back to the original topic by ChrisR > http://theoven.org/index.php?topic=1046.0
« Last Edit: September 17, 2015, 11:34:40 AM by KYHI »

Re: AOMEI Partition Assistant Pro
« Reply #11 on: September 25, 2015, 03:37:08 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
AOMEI Updated today
Version 5.8 (September 24, 2015)

Added command lines support for resize/move partitions without data loss, create partitions, delete partitions, format partitions and other partition operations.
Added "Quick Partition": very convenient and especially designed for users who need to partition a hard drive regularly or create the same partition layout for many computers.
Enhanced Windows To Go Creator: support to install Windows 10 onto a USB flash drive or a removable disk.

Note: the only file change was the .exe - other then the Standard and Professional script(s) needing a new MD5 - all is good..
« Last Edit: September 25, 2015, 03:23:37 PM by KYHI »

Re: AOMEI Partition Assistant Pro
« Reply #12 on: September 26, 2015, 07:18:21 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Added command lines support for resize/move partitions without data loss, create partitions, delete partitions, format partitions and other partition operations.

Thanks for the update info,
I will keep "AOMEI Partition Assistant" command line support in mind  :great:

:turtle:

Re: AOMEI Partition Assistant Pro
« Reply #13 on: September 26, 2015, 11:20:23 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
How to Use AOMEI Partition Assistant Command Lines..

* How to Use AOMEI Partition Assistant Command Lines.pdf (198.6 kB - downloaded 545 times.)

Re: AOMEI Partition Assistant Pro
« Reply #14 on: September 27, 2015, 10:30:57 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks KYHI,

Very useful indeed  :cool:

Also, I put a "cmd PDF" button to plugins on Yomi server without version+  :wink:

btw, reminding, as you suggested earlier,
 we can continue AOMEI Partition Assistant things here http://theoven.org/index.php?topic=1046.0 too ;)

See You
:turtle:

Re: AOMEI Partition Assistant Pro
« Reply #15 on: December 03, 2016, 05:57:34 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513

Re: AOMEI Partition Assistant Pro
« Reply #16 on: January 10, 2017, 02:34:12 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
New Version 6.1 so redone plugin
Newest Plugin at beginning of topic
http://theoven.org/index.php?topic=1298.msg15029#msg15029
 :scooter:

Re: AOMEI Partition Assistant Pro
« Reply #17 on: November 14, 2018, 03:47:41 AM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
New Version 7.5.1 so redone plugin
Newest Plugin at beginning of topic

Re: AOMEI Partition Assistant Pro
« Reply #18 on: November 14, 2018, 11:12:56 AM »

APT

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

AOMEI Partition Assistant Pro 7.5.1 working fine for me
 
thanks APT :thumbsup:

ps Win10PESE ver
« Last Edit: November 14, 2018, 11:13:59 PM by APT »

Re: AOMEI Partition Assistant Pro
« Reply #19 on: March 01, 2019, 05:24:42 PM »

Vibhu

  • Apprentice
  • *
  • Date Registered: Nov 2018
  • Posts: 5
For Some reason this plugin is not working with Win10PE_Se no error Msgs nothing but it just does not gets in the boot disk.

Regards
Vibhu

 

Powered by EzPortal