Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

4 Pages V   1 2 3 > »   
Reply to this topic
 Short Acronis True Image script
post Oct 29 2008, 01:39 PM
Post #1
DaveXP
Frequent Member   ***
Group: Members

  Joined: 11-October 08
Posts: 203
Thank(s): 24


United States


This script integrates Acronis True Image into your build. It is tested with ATI Echo WS 9.5, but should probably work with any True Image version that has "C:\Program Files\Acronis\TrueImageEchoWorkstation\Acronis\files\TrueImage.exe" installed. No need to copy and paste a serial number. The only prequisite is to have ATI installed.

The installation requires only ~20MB (or ~26MB with Dynamic Volume Wizard).

Hope this works (please test).

Cheers,
Dave

Attached File(s)
Attached File  ATI_EchoWSv95.zip ( 1.24K ) Number of downloads: 262
 


3 user(s) said "Thank you!" to DaveXP for this fantastic post:
gnikolic, Nuno Brito, TheHive
+Quote Post
post Nov 10 2008, 03:38 AM
Post #2
DaveXP
Frequent Member   ***
Group: Members

  Joined: 11-October 08
Posts: 203
Thank(s): 24


United States


Just a small update to the script, because Acronis updated the BartPE plugin (in ATI Workstation Echo 9.5 build 8163).

Cheers,
Dave
1 user(s) said "Thank you!" to DaveXP for this fantastic post:
PaPeuser
+Quote Post
post Dec 20 2008, 08:34 AM
Post #3
dera
Silver Member   ****
Group: .script developer

  Joined: 17-January 07
Posts: 908
Thank(s): 167


Hungary


Now seems to me this attached file
ATI_EchoWSv95.zip
doesn't work
Is the archive corrupted ?

At least I cannot extract it
+Quote Post
post Dec 20 2008, 12:12 PM
Post #4
PaPeuser
Frequent Member   ***
Group: Members

  Joined: 31-August 08
Posts: 450
Thank(s): 87


United States


QUOTE (dera @ Dec 20 2008, 03:34 AM) *
Now seems to me this attached file
ATI_EchoWSv95.zip
doesn't work
Is the archive corrupted ?

At least I cannot extract it


Hello
I just downloaded to test, and extracted its only a 4kb script
+Quote Post
post Dec 20 2008, 06:07 PM
Post #5
dera
Silver Member   ****
Group: .script developer

  Joined: 17-January 07
Posts: 908
Thank(s): 167


Hungary


QUOTE (PaPeuser @ Dec 20 2008, 01:12 PM) *
I just downloaded to test, and extracted its only a 4kb script


Fine, then I can ask you to post its content inside codebox tag?
+Quote Post
post Dec 20 2008, 06:12 PM
Post #6
PaPeuser
Frequent Member   ***
Group: Members

  Joined: 31-August 08
Posts: 450
Thank(s): 87


United States


CODE
[main]
Title=my True Image Echo Workstation (build 8163)
Selected=True
level=5
Author=DaveXP
Credits=www.Acronis.com
Version=3
Date=11/8/2008
Description=Installs True Image Echo Workstation from Acronis BartPE Plugin
Mandatory=False

[Variables]
%ProgramEXE%=TrueImage.exe
%ProgramFolder%="Acronis"
%ProgramTitle%="True Image Echo"

[Interface]
pTextBox1="Plugin folder (default: C:\Program Files\Acronis\TrueImageEchoWorkstation\BartPE\Files):",1,0,27,149,431,21,"C:\Program Files\Acronis\TrueImageEchoWorkstation\BartPE\Files"
pBevel1=pBevel2,1,12,13,9,476,176
pWebLabel1="Acronis True Image Echo Workstation",1,10,130,20,221,18,http://www.acronis.com/enterprise/products/ATICW/
CheckBox1="Add desktop shortcut",1,3,27,71,132,18,True
CheckBox2="Add start menu shortcut",1,3,199,61,149,18,True
CheckBox3="Add quicklaunch shortcut",1,3,27,102,149,17,False
CheckBox4="Include Dynamic Volume Creation Wizard",1,3,27,41,243,18,False
StartMenuFolder="Start menu folder (blank for none)",1,0,200,97,168,21,Acronis

[process]
If,NotExistFile,"%pTextBox1%\TrueImage.exe",message,"Missing#$sTrueImage#$sfiles,#$sscript#$sexiting."
If,NotExistFile,"%pTextBox1%\TrueImage.exe",exit,"Missing#$sTrueImage#$sfiles"
If,NotExistDir,"%Target_prog%\%ProgramFolder%",DirMake,"%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\TrueImage.exe","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\TrueImage_starter.exe","%Target_prog%\%ProgramFolder%"
If,%CheckBox4%,Equal,True,FileCopy,"%pTextBox1%\DDDeployer.exe","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\timounter.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\fcalloc.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\fnls.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\fobject.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\ftrace.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\icu34.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\rpc_client.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\resource.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\icudt34.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\gc.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\sequence_parser.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\thread_pool.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\fox.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\libcrypto9.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\ntmsapia.dll","%Target_prog%\%ProgramFolder%"
FileCopy,"%pTextBox1%\ntmsapi.dll","%TargetDir%\windows\system32"
FileCopy,"%pTextBox1%\acrotls.dll","%TargetDir%\windows\system32"
FileCopy,"%pTextBox1%\Drivers\snapapi.dll","%TargetDir%\windows\system32"
FileCopy,"%pTextBox1%\Drivers\msvcp71.dll","%TargetDir%\windows\system32"
FileCopy,"%pTextBox1%\Drivers\msvcr71.dll","%TargetDir%\windows\system32"
FileCopy,"%pTextBox1%\Drivers\snapman.sys","%TargetDir%\windows\system32\drivers"
Hive_Load,HKLM
reg_add,0x7,"%reg%\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}","UpperFilters","PartMgr","snapman"
reg_add,0x7,"%reg%\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}","UpperFilters","snapman"
reg_add,0x4,"%reg%\ControlSet001\Services\snapman","ErrorControl","1"
reg_add,0x1,"%reg%\ControlSet001\Services\snapman","ImagePath","system32\DRIVERS\snapman.sys"
reg_add,0x4,"%reg%\ControlSet001\Services\snapman","Start","0"
reg_add,0x4,"%reg%\ControlSet001\Services\snapman","Type","1"
reg_add,0x1,"%reg%\ControlSet001\Services\snapman","DisplayName","Acronis Snapshots Manager"
Hive_Unload,HKLM
If,%CheckBox1%,Equal,True,Add_Shortcut,Desktop
If,%CheckBox2%,Equal,True,Add_Shortcut,StartMenu,%StartMenuFolder%
If,%CheckBox3%,Equal,True,Add_Shortcut,QuickLaunch
QUOTE (dera @ Dec 20 2008, 01:07 PM) *
Fine, then I can ask you to post its content inside codebox tag?
+Quote Post
post Dec 20 2008, 06:16 PM
Post #7
dera
Silver Member   ****
Group: .script developer

  Joined: 17-January 07
Posts: 908
Thank(s): 167


Hungary


Thanks!

Edit:
But it is strange that I have no problem to extract other archives,
I have problem only with this attached ATI_EchoWSv95.zip

This post has been edited by dera: Dec 20 2008, 06:37 PM
+Quote Post
post Dec 21 2008, 01:31 AM
Post #8
DaveXP
Frequent Member   ***
Group: Members

  Joined: 11-October 08
Posts: 203
Thank(s): 24


United States


The link is indeed broken.

Looks like that Nuno's restore of the forum and its attachment was not 100% successful :-) May be could look at this?

Once I get back from vacation, I should be able to upload this again.

Dave
+Quote Post
post Dec 21 2008, 05:11 AM
Post #9
amalux
bug-catcher   *****
Group: Tutorial Writer

  Joined: 1-February 07 From: California

Posts: 1,519
Thank(s): 206


United States


QUOTE (dera @ Dec 20 2008, 10:16 AM) *
Thanks!

Edit:
But it is strange that I have no problem to extract other archives,
I have problem only with this attached ATI_EchoWSv95.zip

Here's a link to an uncorrupted file (version 3)


--------------------
"The true measure of a man is how he treats someone who can do him absolutely no good." Samuel Johnson

"Whether you think that you can, or that you can't, you are usually right." Henry Ford

LiveXP w/BootSDI Tutorial - My Scripts - My Builds - Portable-ppAX
+Quote Post
post Dec 22 2008, 08:22 AM
Post #10
dera
Silver Member   ****
Group: .script developer

  Joined: 17-January 07
Posts: 908
Thank(s): 167


Hungary


Thank you Amalux!

(seems the archive files downloaded from a sub-domain are not corrupted
only the post's attachments dont work)
+Quote Post

4 Pages V   1 2 3 > » 
Reply to this topic
1 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Topic has attachmentsscript error during the build process
StrFormat - Failed to convert [pos] with value [1] to variable: [%Base
2 tehkor 195 2nd February 2010 - 03:51 PM
Last post by: tehkor
No New Posts Topic has attachmentsShortcuts
Some reflections
5 psc 1,389 2nd February 2010 - 02:06 PM
Last post by: Stephanowicz
No new Topic has attachmentsAcronis Backup&Restore
LiveXP - VistaPE
20 xplod 3,582 20th December 2009 - 11:35 PM
Last post by: magic12kenneth
No New Posts acronis problem
7 lunascape 777 4th December 2009 - 05:18 AM
Last post by: maanu
No New Posts Script Drive Letter Change in WinPE 3.0
7 crazykroger 1,729 19th November 2009 - 05:12 AM
Last post by: allanf