Jump to content











Photo
- - - - -

DD11 Plugin


  • Please log in to reply
36 replies to this topic

#26 AMG

AMG

    Newbie

  • Members
  • 15 posts
  •  
    Germany

Posted 12 August 2010 - 11:43 PM

I have a full version of DD11 and i have deinstalled DD10 Home and Trueimage13 Home and have new installed DD11 Home and Trueimage13 Home and registred for full versions !!!

#27 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 13 August 2010 - 04:44 AM

[quote name='AMG' post='106720' date='Aug 12 2010, 11:57 PM']I have this tested
[codebox];LICENSE[Software.AddReg]0x1, "Acronis\Acronis Disk Director\Settings","key"," xxxx xx xx xxxxx xx xxxxxxx ...."[/codebox][/quote]it is wrongthe "\Acronis\Acronis Disk Director\Settings","key" is for dd10for dd11 in the BartPE plugin .inf always use:[code][Software.AddReg]0x1, "Acronis\DiskDirector","enterprise","xxxx xx x xxx xx xx"[/code]
regardless of where you found this xxxx xx x xxx xx xx key
i mean on x86 host it is under HKEY_LOCAL_MACHINE\SOFTWARE\Acronis\DiskDirector ---> enterprise ---> xxxx xx x xxx xx xx
on x64 host it is under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Acronis\DiskDirector ---> enterprise ---> xxxx xx x xxx xx xx

#28 AMG

AMG

    Newbie

  • Members
  • 15 posts
  •  
    Germany

Posted 13 August 2010 - 08:46 AM

Hi dera

Thanks thanks thanks i have found the key in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Acronis\DiskDirector and tested OK full version !!! :) :mellow: ;)

Next problem ist under BartPE DD11 no Acronis Recovery Expert started when i push the button the RecoveryExpert.exe is in the folder on BartPE ??? ;) ;) :mellow:

#29 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 13 August 2010 - 09:10 AM

the 'Acronis Recovery Expert' button in the Acronis GUI neither works for me in a plain BartPE

if i directly run "X:\Programs\Acronis\dd11\RecoveryExpert.exe" that seems to work

#30 AMG

AMG

    Newbie

  • Members
  • 15 posts
  •  
    Germany

Posted 13 August 2010 - 09:49 AM

Hi dera

Perfect i have edit acronisdd_nu2menu.xml see (my diskdirector is your dd11):
[codebox]<!-- Nu2Menu entry --> <NU2MENU> <MENU ID="Storage"> <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\Acronis\diskdirector\TrueImage_starter.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\Acronis\diskdirector\TrueImage_starter.exe">Acronis Disk Director</MITEM> <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\Acronis\diskdirector\RecoveryExpert.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\Acronis\diskdirector\RecoveryExpert.exe">Acronis Recovery Expert</MITEM> </MENU> </NU2MENU>
[/codebox]

FINAL ON THANKS FOR ALL IM SO HAPPY !!! :mellow: :mellow: ;)

#31 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 15 August 2010 - 08:19 AM

i think the 'Acronis Recovery Expert' button in the Acronis GUI
can work only in that case if the file 'RecoveryExpert.exe'
(plus: fox.dll Microsoft.VC80.CRT.manifest msvcm80.dll msvcp80.dll msvcr80.dll)
resides in the folder 'Program Files\Acronis\DiskDirector'
Attached File  test_dd11_BartPE.7z   3.21KB   790 downloads

#32 AMG

AMG

    Newbie

  • Members
  • 15 posts
  •  
    Germany

Posted 15 August 2010 - 09:21 AM

i think the 'Acronis Recovery Expert' button in the Acronis GUI
can work only in that case if the file 'RecoveryExpert.exe'
(plus: fox.dll Microsoft.VC80.CRT.manifest msvcm80.dll msvcp80.dll msvcr80.dll)
resides in the folder 'Program Files\Acronis\DiskDirector'
Attached File  test_dd11_BartPE.7z   3.21KB   790 downloads


Hi dera
The files Microsoft.VC80.CRT.manifest msvcm80.dll msvcp80.dll msvcr80.dll is in the folder \plugin\diskdirector\Files\Drivers\Microsoft.VC80.CRT\ !!!
Is the problem the path in the acronisdd.inf not found ???

#33 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 15 August 2010 - 10:01 AM

i think the button in the Acronis GUI always looks for
'\Program Files\Acronis\DiskDirector\RecoveryExpert.exe'
regardless of the reg. key: HKLM\SOFTWARE\Acronis\DiskDirector --> RecoveryExpertPath
(and this RecoveryExpert.exe needs the files fox.dll and the Visual C++ 2005 Libraries next to itself)

try either the attached .inf from post #31

or either try the attached .inf from post #8 plus add these lines to the appropriate sections
to the section [WinntDirectories]:
c="Program Files\Acronis\DiskDirector",2

to the section [SourceDisksFiles]:
files\RecoveryExpert.exe=c,,1
files\fox.dll=c,,1

to the section [SourceDisksFolders]:
files\Drivers\Microsoft.VC80.CRT=c

#34 AMG

AMG

    Newbie

  • Members
  • 15 posts
  •  
    Germany

Posted 15 August 2010 - 05:14 PM

i think the button in the Acronis GUI always looks for
'\Program Files\Acronis\DiskDirector\RecoveryExpert.exe'
regardless of the reg. key: HKLM\SOFTWARE\Acronis\DiskDirector --> RecoveryExpertPath
(and this RecoveryExpert.exe needs the files fox.dll and the Visual C++ 2005 Libraries next to itself)

try either the attached .inf from post #31

or either try the attached .inf from post #8 plus add these lines to the appropriate sections
to the section [WinntDirectories]:
c="Program Files\Acronis\DiskDirector",2

to the section [SourceDisksFiles]:
files\RecoveryExpert.exe=c,,1
files\fox.dll=c,,1

to the section [SourceDisksFolders]:
files\Drivers\Microsoft.VC80.CRT=c


Hi dera

I have insert your code in my *.inf and tested COOL PERFECT !!! :) :D :(

#35 smitty870

smitty870
  • Members
  • 9 posts

Posted 23 January 2011 - 08:32 PM

dera,
Do you happen to have a DD 11.0.2121 script for Win7PE Builder?

#36 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 24 January 2011 - 06:49 AM

http://reboot.pro/12...page__p__106248

#37 smitty870

smitty870
  • Members
  • 9 posts

Posted 24 January 2011 - 11:31 PM

http://reboot.pro/12110/page__p__106248


Wow you are good THANK YOU!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users