Topic: MAJOR UPDATE (5/30/2012) - Acronis TrueImage Home 2011 plugin)  (Read 4141 times)

bryanh99

  • Jr. Chef
  • **
  • Date Registered: May 2012
  • Posts: 23
UPDATE 5/30/2012
Version 10 -

MAJOR UPGRADE
  • Now supports the mounting of TIB Image files as drives (you MUST open them in read/write mode to work. Once you dismount the drive you can delete the newly created TIB file as the original one is not changed at all)
  • Now supports TIB files to be opened in Windows Explorer just like a zip file.
  • Now supports the "right click context menu" on TIB files (to mount) and on mounted drives (to unmount).
  • Removed all but one RegAddBoot


Get it here https://www.box.com/s/51c99c8696b669c0ac0e



UPDATE 5/22/2012
Version 7

You can get it here - REMOVED -- UPDATED ABOVE

Hello again....

My next script is for Acronis TrueImage Home 2011.  Here are the details:

1) This will install into x86 or x64 (installing the correct version for each)
2) This will work with the program being "In Ram" or "On Disk"
3) The script will download the install files from Acronis
4) No license codes are provided...BUT (and it's a big "but") keep reading
    a) You can enter the codes manually on the script interface  (These must come from your registry to be in the correct format)
    b) You can use the "Registry" buttons to read the License keys from the machine on which you are running WinBuilder
    c) You can use the supplied batch file (which can be created by clicking the button on the script interface).  This batch file will read the registry and create an "key.ini" file that the script can read to extract the license codes. Then use the "INI" buttons to read the key.ini file.
 (For example you can run this in a VM to capture the License codes without installing the software on the machine you use WinBuilder.
    d) And this is the "big but", you can select "Get 30 day Trial Key" on the interface and it will pull the keys from the download file....They work with no limitation.  (At least so far).  The only downside is that this requires an additional download of 160MB from Acronis (although you will need to get this file if you wish to run this on an x64 WinPE platform anyway).


Let me know what you think.

Bryan
« Last Edit: December 10, 2015, 07:47:51 AM by Lancelot »

Re: Acronis TrueImage Home 2011 script (x86/x64 - In Ram/On Disk)
« Reply #1 on: May 18, 2012, 07:08:04 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
like before, not being able to test plugin, but reading codes here some tips which I hope helps:

**
do not use %SourceDir% unless intentional (which I believe in your case unintentional)
%SourceDir%=%ScriptDir%\Files\PE_Files
it can cause troubles ;)

instead better to use something like:
%ProvideFiles%=%GlobalTemplates%\AcronisTrueImageHome2011

**
another tip, you can use OpenDir button, which is quite common for plugins that require files to be provided first
Code: [Select]
[Variables]
%ProvideFiles%=%GlobalTemplates%\AcronisTrueImageHome2011

[Interface]
OpendirButton=,1,8,242,185,24,24,Opendir_Var

[Opendir_Var]
If,Not,ExistDir,%ProvideFiles%,DirMake,%ProvideFiles%
System,FILEREDIRECT,OFF
ShellExecuteEx,Open,explorer.exe,/e#$c#$q%ProvideFiles%#$q
System,FILEREDIRECT,ON

I wish I could test the plugin-application acti2011home ;)

Keep the good work  :great:

 :cheers:

edit:
Attached topic post 2015.12.10
« Last Edit: December 10, 2015, 07:49:10 AM by Lancelot »

Re: Acronis TrueImage Home 2011 script (x86/x64 - In Ram/On Disk)
« Reply #2 on: May 18, 2012, 01:12:40 PM »

bryanh99

  • Jr. Chef
  • **
  • Date Registered: May 2012
  • Posts: 23
I will work on the suggestions and get new updates.

Tell me, why can't you test this one?  To much to Download?

Bryan

Re: Acronis TrueImage Home 2011 script (x86/x64 - In Ram/On Disk)
« Reply #3 on: May 18, 2012, 11:41:06 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
ah bryanh99, lots of reasons,

old pc (currently only using qemu for tests), low time, low bandwidth & limited bandwidth, serios exams->low time, none serious exams->low time......

hence I spend my hoby time on core stuff and feedback  :thumbsup:

Re: Acronis TrueImage Home 2011 script (x86/x64 - In Ram/On Disk)
« Reply #4 on: May 22, 2012, 11:22:41 PM »

bryanh99

  • Jr. Chef
  • **
  • Date Registered: May 2012
  • Posts: 23
Updated OP with new link and new version.  Took all suggestions from this thread and the other one.

Thank you

Re: Acronis TrueImage Home 2011 script (x86/x64 - In Ram/On Disk)
« Reply #5 on: May 30, 2012, 08:04:57 PM »

bryanh99

  • Jr. Chef
  • **
  • Date Registered: May 2012
  • Posts: 23
UPDATE 5/30/2012
Version 10 -

MAJOR UPGRADE
Now supports the mounting of TIB Image files as drives (you MUST open them in read/write mode to work. Once you dismount the drive you can delete the newly created TIB file as the original one is not changed at all)
Now supports TIB files to be opened in Windows Explorer just like a zip file.
Now supports the "right click context menu" on TIB files (to mount) and on mounted drives (to unmount).
Removed all but one RegAddBoot


Updated OP with the new link


 

Powered by EzPortal