Jump to content











Photo
- - - - -

DiskDirector 11 (closed)


  • This topic is locked This topic is locked
18 replies to this topic

#1 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 17 February 2011 - 04:08 PM

Hi,
here is my latest script for Acronis DiskDirector 11 v7

The script you can download from downloadcenter:

reboot.pro->downloads->winbuilder->appscripts->Acronis DiskDirector 11 Home

This Topic is closed, Please use the new topic in future:

http://reboot.pro/15812/

best regards
2aCD

#2 Feral

Feral
  • Members
  • 4 posts
  •  
    Australia

Posted 19 February 2011 - 05:58 AM

You the man....works great here win7 32bit :confused1:
now can you do TrueImage 11... :blowup:

Feral

#3 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 24 February 2011 - 04:05 PM

Hi all,

now I have added and test x64-support for this script.
The usage is the same as first post. No other dir is needed.

best regards
2aCD

#4 lucky1

lucky1
  • Members
  • 1 posts
  •  
    Germany

Posted 18 March 2011 - 11:45 AM

Hi 2aCD,

i try to use your script for Acronis DiskDirector 11 Advanced, but it doesn't work as i hoped for.
Do you have any ideas what i can do to use your script with the advanced version of DD11.
i have seen that the advanced version has a complete different program structure as the home edition, also the registry key .....
hope you can help me.

regards
lucky1

#5 ohlala

ohlala
  • Members
  • 8 posts
  •  
    Vietnam

Posted 04 June 2011 - 10:31 AM

Thank
I canot use this scripts, I don't have File Acronis DiskDirector 11, You can share

Edited by ohlala, 04 June 2011 - 10:42 AM.


#6 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 04 June 2011 - 05:38 PM

Hi ohlala,

you can download a trial from acronis website direct

http://www.acronis.e...ts/diskdirector

Install it on one PC and you can copy the follow folder: c:\program files\common files\acronis\DiskDirector\WinPE

But you also need a serial number for the full functions.

best regards
2aCD

#7 u2o

u2o

    Frequent Member

  • .script developer
  • 257 posts
  • Location:Argentina
  •  
    Argentina

Posted 18 June 2011 - 01:55 AM

Thank you very much! for sharing this script

One idea for view current key

[Interface]

pButton1="View Your current key",1,8,414,201,121,25,pButton1,0,False,False,_pButton1_,False



[pButton1]

RegRead,"HKLM","SOFTWARE\Acronis\DiskDirector","enterprise","%temp_reg_key%"

_Calculate,InputBox('Get your current key'#$c 'Your current Acronis Disk Director 11 key'#$c '%temp_reg_key%'#$c ''#$c 600#$c 150),Answer

When press button View Your current key the result is:

Posted Image

I could not find how add the key value it to the textbox (pTextBox2), pressing the button View Your current key.

#8 Solid Snake

Solid Snake

    Newbie

  • Members
  • 13 posts
  •  
    United Arab Emirates

Posted 19 July 2011 - 05:19 AM

Where to put the Acronis "WinPE" folder in WinPE7 SE project and where in script we have to give path for the copied folder

waiting for reply

Thank you

Hi,
here is my latest script for Acronis DiskDirector 11 v4

[attachment=11859:Acronis DiskDirector 11.7z]

You need an installed version with licensekey on one PC.
Copy the follow folder:
c:\program files\common files\acronis\DiskDirector\WinPE
to your BuildPC and select this folder inside the script.

Then you copy the REG_SZ-Data from follow regkey:
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Acronis\DiskDirector
Value: enterprise
and put it into the textbox. Thats all, now can you build.

I have test it with Win7 x86 / x64.

best regards
2aCD



#9 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 19 July 2011 - 09:04 AM

Hi Solid Snake

copy the complete WinPE-folder to:

...\Workbench\Common\Acronis\

and set in Script:

%GlobalTemplates%\Acronis\WinPE\

That works

Many Greetings
2aCD

#10 2aCD

2aCD

    Frequent Member

  • .script developer
  • 345 posts
  •  
    Germany

Posted 19 July 2011 - 10:04 AM

Hi u2o,

use this syntax:


_Calculate,InputBox('Get your current key'#$c 'Your current Acronis Disk Director 11 key'#$c '%temp_reg_key%'#$c ''#$c 600#$c 150),pTextBox2


But yor inputBox only works, if acronis installed on the PE-Build-PC

Best regards
2aCD

#11 u2o

u2o

    Frequent Member

  • .script developer
  • 257 posts
  • Location:Argentina
  •  
    Argentina

Posted 20 July 2011 - 02:29 AM

Hi u2o,

use this syntax:


_Calculate,InputBox('Get your current key'#$c 'Your current Acronis Disk Director 11 key'#$c '%temp_reg_key%'#$c ''#$c 600#$c 150),pTextBox2


But yor inputBox only works, if acronis installed on the PE-Build-PC

Best regards
2aCD


Yes, only works if acronis is installed on the PC.

Your code doesn't work for me on WinBuilder v082, so I managed to make it work...

[Interface]

pButton1="Copy Your current key",1,8,414,201,121,25,pButton1,0,False,False,_pButton1_,False



[pButton1]

RegRead,"HKLM","SOFTWARE\Acronis\DiskDirector","enterprise","%temp_reg_key%"



// Set new value

Set,%pTextBox2%,%temp_reg_key%,Permanent



// Refresh pTextBox2 to show the new value

ScriptInterface,State,pTextBox2,1,,True

This is a fast way and error-free, to copy the key value. For instance before uninstall ADD. Just copy the key to the script and copy the needed files from ADD to scriptdir (%ScriptDir%\ADD11_files\WinPE\Files), and then uninstall it. And so, no need to have installed Acronis Disk Director to recompile Win7PE_SE.

Greetings!

Edited by u2o, 20 July 2011 - 03:24 AM.


#12 Solid Snake

Solid Snake

    Newbie

  • Members
  • 13 posts
  •  
    United Arab Emirates

Posted 20 July 2011 - 03:09 AM

Trying it on WinPE7 SE and I am getting error saying RegHiveLoad - Failed to load registry hive: [wb-hive] From file: [%BaseDir%\Target\Win7PE_SE\Windows\System32\Config\software]
What could be the problem? Please help.
Is there's any script for Acronis TrueImage Home 2011 also.

#13 u2o

u2o

    Frequent Member

  • .script developer
  • 257 posts
  • Location:Argentina
  •  
    Argentina

Posted 20 July 2011 - 03:13 AM

Trying it on WinPE7 SE and I am getting error saying RegHiveLoad - Failed to load registry hive: [wb-hive] From file: [%BaseDir%\Target\Win7PE_SE\Windows\System32\Config\software]
What could be the problem? Please help.
Is there's any script for Acronis TrueImage Home 2011 also.

Don't press (Green) Play Button on the Script, you need compile WinBuilder, press (Blue) Play Button. If you don't compile, the file "%BaseDir%\Target\Win7PE_SE\Windows\System32\Config\software" not exist, so you can't save data to the registry.

For TrueImage try: http://reboot.pro/14795/

Edited by u2o, 20 July 2011 - 03:19 AM.


#14 Solid Snake

Solid Snake

    Newbie

  • Members
  • 13 posts
  •  
    United Arab Emirates

Posted 20 July 2011 - 07:43 AM

Thank you so much i'll try it out.

#15 Solid Snake

Solid Snake

    Newbie

  • Members
  • 13 posts
  •  
    United Arab Emirates

Posted 20 July 2011 - 09:57 AM

On compile WinBuilder new error at Disk Director "Cannot copy unrar.dll to specified folder".
Please help!
Thank you

#16 Solid Snake

Solid Snake

    Newbie

  • Members
  • 13 posts
  •  
    United Arab Emirates

Posted 20 July 2011 - 10:27 AM

this is error log at diskdirector

FileCopy - Failed to copy [C:\Program Files (x86)\Common Files\Acronis\DiskDirector\WinPEFiles\unrar.dll] to: [%BaseDir%\Target\Win7PE_SE\Programs\Acronis\DiskDirector\a43\unrar.dll]: The system cannot find the path specified.

#17 u2o

u2o

    Frequent Member

  • .script developer
  • 257 posts
  • Location:Argentina
  •  
    Argentina

Posted 21 July 2011 - 02:52 AM

this is error log at diskdirector

FileCopy - Failed to copy [C:\Program Files (x86)\Common Files\Acronis\DiskDirector\WinPEFiles\unrar.dll] to: [%BaseDir%\Target\Win7PE_SE\Programs\Acronis\DiskDirector\a43\unrar.dll]: The system cannot find the path specified.


The Acronis Disk Director files are located in

C:\Program Files (x86)\Common Files\Acronis\DiskDirector\WinPE\Filesand the log show: copy from

C:\Program Files (x86)\Common Files\Acronis\DiskDirector\WinPEFiles

(FileCopy - Failed to copy [C:\Program Files (x86)\Common Files\Acronis\DiskDirector\WinPEFiles\unrar.dll])
--------------------------------------------------------------------------------------------------------------------------


You must specify the directory (Select Acronis WinPE-Folder:)

C:\Program Files (x86)\Common Files\Acronis\DiskDirector\WinPE\

( note "the slash" at the end )not

C:\Program Files (x86)\Common Files\Acronis\DiskDirector\WinPE
Greetings! and good luck in the next test! not despair...

#18 Solid Snake

Solid Snake

    Newbie

  • Members
  • 13 posts
  •  
    United Arab Emirates

Posted 21 July 2011 - 06:52 AM

Thanks a lot it really work. Finally successful. the "\" was the exact problem.
Thank you so much for your help.

I am still trying to for Acronis True Image 2011. The script link you send earlier does not give any error at compilation but the programs in available upon boot with Win7PE disc. Any other working true images 2011 script you can suggest.

Thank you

#19 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 21 July 2011 - 07:58 AM

here is Arvy's script:
http://reboot.pro/14...post__p__131414
and
here is mine:
http://reboot.pro/10...post__p__125152




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users