MSFN Forum: Acronis True Image 9 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Acronis True Image 9 Rate Topic: -----

#1 User is offline   warrior1109 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 17-September 04

Posted 26 September 2005 - 10:13 AM

To silent install true image 9 extract the .msi (right click on the install button on splash screen and choose extract) and use a batch file;
ECHO.
ECHO Installing Acronis True Image 9
ECHO Please wait...
start /wait msiexec.exe /i AcronisTrueImage.msi ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /norestart /qb-!

Be sure the batch file is in the same directory as the .msi, and call it in your usual way.

This post has been edited by warrior1109: 27 September 2005 - 04:53 AM



#2 User is offline   drscouse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 03-January 04

Posted 27 September 2005 - 04:55 AM

Great help.. cheers :D

After testing, this may not work very well on an unattended install, as it may force the pc to restart. May want to use the following witches:

Quote

cmdow @ /HID


start /wait msiexec.exe /i AcronisTrueImage.msi ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart
(OOPS missed the \norestart switch in previous post.. DOH!!)


or directly from RunOnceEx:

Quote

REG ADD %KEY%\000 /VE /D "Acronis True Image" /f

REG ADD %KEY%\000 /V 01 /D "\"%CDROM%\Software\AcronisTrueImage\AcronisTrueImage.msi \" ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f

This post has been edited by drscouse: 27 September 2005 - 07:22 AM


#3 User is offline   warrior1109 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 17-September 04

Posted 27 September 2005 - 08:03 AM

drscouse, on Sep 27 2005, 11:55 AM, said:

or directly from RunOnceEx:

Quote

REG ADD %KEY%\000 /VE /D "Acronis True Image" /f

REG ADD %KEY%\000 /V 01 /D "\"%CDROM%\Software\AcronisTrueImage\AcronisTrueImage.msi \" ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f

<{POST_SNAPBACK}>


I tried it from the RunOnceEx but could not get it to work, so now my RunOnceEx calls the batch file. :no:

#4 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 509
  • Joined: 30-July 03

Posted 27 September 2005 - 08:33 AM

warrior1109, on Sep 27 2005, 02:03 PM, said:

drscouse, on Sep 27 2005, 11:55 AM, said:

or directly from RunOnceEx:

Quote

REG ADD %KEY%\000 /VE /D "Acronis True Image" /f

REG ADD %KEY%\000 /V 01 /D "\"%CDROM%\Software\AcronisTrueImage\AcronisTrueImage.msi \" ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f

<{POST_SNAPBACK}>


I tried it from the RunOnceEx but could not get it to work, so now my RunOnceEx calls the batch file. :no:
<{POST_SNAPBACK}>



Shouldn't it be

REG ADD %KEY%\000 /VE /D "Acronis True Image" /f

REG ADD %KEY%\000 /V 01 /D "\"%CDROM%\Software\AcronisTrueImage\AcronisTrueImage.msi  ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f


#5 User is offline   drscouse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 03-January 04

Posted 27 September 2005 - 02:21 PM

Quote

REG ADD %KEY%\000 /V 01 /D "\"%CDROM%\Software\AcronisTrueImage\AcronisTrueImage.msi  ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f
You are missing a ", there are only 3 in the above instruction...


If you notice this entry:

Quote

REG ADD %KEY%\017 /VE /D "Nero Burning Rom" /f
REG ADD %KEY%\017 /V 01 /D "\"%CDROM%\Software\Nero\Nero.exe\"  /silent /sn=SERIAL  /write_sn /no_ui /noreboot" /f


There are 4 ", and there is a " after the filename.... and the final one after the switches before the /f..

This is working fine for me, so Ive ditched the batch file :D

Quote

REG ADD %KEY%\022 /V 01 /D "\"%CDROM%\Software\TrueImage\TrueImage.msi\" ADDLOCAL=ALL PIDKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /quiet /passive /norestart" /f


Taken directly from my working script...

This post has been edited by drscouse: 27 September 2005 - 02:23 PM


#6 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 509
  • Joined: 30-July 03

Posted 01 March 2006 - 07:17 AM

Quote

Could someone please tell me what files are needed for silent install,
is it just AcronisTrueImage.msi, instmsia.exe, instmsiw.exe, icudt32l.dat,


Thanks

#7 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 01 March 2006 - 08:13 AM

Whenever I run this MSI with these switches, I get an error message

Here is my autoit line:

RunWait("msiexec /i AcronisTrueImage.msi ADDLOCAL=ALL PIDKEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /quiet /passive /norestart")


but I tried this in a batch file as well and I still get this error. Any ideas?

Attached File(s)



#8 User is offline   thuun derboy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 111
  • Joined: 06-March 05

Posted 01 March 2006 - 05:20 PM

make a network image and 7zip that sucker!
nothing special about this one.
PIDKEY=yadda-yadda-yadda

edit:
are you using autoit code in a regular batch?
don't you want 'start /wait...'

This post has been edited by thuun derboy: 01 March 2006 - 05:23 PM


#9 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 01 March 2006 - 11:16 PM

why did you use ADDLOCAL switch? what is that for?
for disk director suite i just grab the msi extracted by the setup (in userprofile temp folder) and use this swtiches to run it: PIDKey=x-x-x-x /qn /no restart

and all works fine for me.

#10 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 02 March 2006 - 07:24 AM

@elajua
I was just going by what was in the posts. I looked it up on the Acronis site and got the true switch which as you say, has *no* ADDLOCAL

@thuun derboy
Of course I didn't use autoit code on a batch file!! I was saying I tried the above commands with a start /wait in a batch file and it didn't work. I rarely use batch files since learning Autoit. I just wanted to see if it was Autoit's fault.

-redfive

#11 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 02 March 2006 - 07:53 AM

View Postredfive19, on Mar 2 2006, 12:13 AM, said:

Whenever I run this MSI with these switches, I get an error message

Here is my autoit line:

RunWait("msiexec /i AcronisTrueImage.msi ADDLOCAL=ALL PIDKEY=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /quiet /passive /norestart")


but I tried this in a batch file as well and I still get this error. Any ideas?

Tell msiexec where your file is. Supply a path to the file.

If you use Start /Wait in a DOS batch file, then you deserve to be thrown into a snake pit for constructing a noobie command. :P

#12 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 02 March 2006 - 08:52 AM

hehe, that's why I don't use batch files anymore. I can do everything in autoit and more! Anyway, this worked after I took out the ADDLOCAL=ALL without providing the full path to the MSI.

MHz>all

;)

-redfive

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy