Jump to content

Unattended Acronis Disk Director Suite v10


Fungus

Recommended Posts

:edit:

Little update to this, I made small mistake, and have corrected it now

:edit:

I've managed to make a silent install for Acronis Disk Director Suite v10.

Here is how. (just a basic guide).

Execute the ADD setup.exe , and wait for the first screen to show.

Migrate to %userprofile%\local settings\temp

You will find the installer package in here in a randomly named directory. (sort the view of the directory by date to find it easyer.)

Copy all the files to a new folder of your choice.

Create a batch file and enter into it.

@ECHO OFF

ECHO Installing Acronis Disk Director Suite...

start /wait /i setup.msi /qn REBOOT=REALLYSUPPRESS
%windir%\regedit.exe /S tweak.reg

Then export your registration key from an already installed copy into a registry file called tweak.reg

like so

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Acronis\Acronis Disk Director\Settings]
"key"=""

where your registration key is between the 2nd set of quotes.

You can now create a self extracting archive with winrar or 7zip.

I have tested this extensively and it works fine.

Cheers.

Edited by Fungus
Link to comment
Share on other sites


  • 2 months later...

hey, i have THE BEST SILENTY INSTALL FOR ACRONIS DISK DIRECTOR AND ACRONIS TRUE IMAGE (all versions)

is THIS:

echo off

Title Acronis Setup

cls

echo.

echo Now installing Acronis DDS

AcronisDiskDirectorSuite.msi PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /Qn /norestart

exit

:whistle:

if wanna other silent install an use the /Qb-

for install the acronis dds and acronis ties (true image enterprise server, the best version for me)

the order for the two install without error is

echo off

Title Acronis Setup

cls

echo.

echo Now installing Acronis DDS

AcronisDiskDirectorSuite.msi PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /Qn /norestart

echo.

echo Now installing Acronis TIES

for_servers_and_fpfl\AcronisTrueImageEnterprise.msi PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /Qn /norestart

exit

if wanna delete the start menu shortcuts, add the prompt lines commands is

rd /s /q %SystemDrive%\Docume~1\Administrator\MenuIn~1\Programs\Acronis

del /s /q %SystemDrive%\Docume~1\Administrador\Desktop\*.lnk

rd /s /q %SystemDrive%\Docume~1\Alluse~1\MenuIn~1\Programas\Acronis

del /s /q %SystemDrive%\Docume~1\Alluse~1\Desktop\*.lnk

and... finishing... if wanna create shortcuts via winrar... add this comment in any SFX

Shortcut=Shortcut=S, "%ProgramFiles%\Acronis\Acronis Disk Director\DiskDirector.exe", "Programs\Utilities", "Acronis DD", "Acronis DD"

Shortcut=Shortcut=S, "%ProgramFiles%\Acronis\TrueImageEnterpriseServer\TrueImage.exe", "Programs\Utilities", "Acronis TIES", "Acronis TIES"

bye :thumbup

Edited by gods
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...