Jump to content











Photo
- - - - -

Acronis True Image Echo Omni with UR


  • Please log in to reply
68 replies to this topic

#26 allanf

allanf

    Gold Member

  • .script developer
  • 1256 posts

Posted 31 January 2008 - 12:38 PM

I am getting the errors in the attached log.


Man! That's a wicked log file. IE7 really chugs to open it.

The root of most of the errors seems to be the fact that there is no 'i386' folder in %TargetDir%\VistaPE. The equivalent in VistaPE is the '%TargetDir%\VistaPE\Windows' folder containing 'system32', etc.

I have converted some scripts (originating from BartPE plugins) by running them through a text editor and replacing all occurences of 'i386' with 'Windows', because i386 is totally redundant in VistaPE... but they were much simpler scripts than this.

... wait to see what Thuun has to say.

#27 timaddamz

timaddamz

    Newbie

  • Members
  • 18 posts
  •  
    United Kingdom

Posted 31 January 2008 - 07:35 PM

Man! That's a wicked log file. IE7 really chugs to open it.

The root of most of the errors seems to be the fact that there is no 'i386' folder in %TargetDir%\VistaPE. The equivalent in VistaPE is the '%TargetDir%\VistaPE\Windows' folder containing 'system32', etc.

I have converted some scripts (originating from BartPE plugins) by running them through a text editor and replacing all occurences of 'i386' with 'Windows', because i386 is totally redundant in VistaPE... but they were much simpler scripts than this.

... wait to see what Thuun has to say.


I have edited the script to replace i386 with windows\system32 where possible. I will wait unitl Thunn replies though before i test it.

Thanks.

#28 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 31 January 2008 - 08:25 PM

I didn't remember that UR it's only a metter of licence!! :thumbsup:
tested the 10.3 ver of the script, But i got errors...

#29 allanf

allanf

    Gold Member

  • .script developer
  • 1256 posts

Posted 31 January 2008 - 10:57 PM

I have edited the script to replace i386 with windows\system32 where possible...


Hi timaddamz,

Replace 'i386' only with 'Windows'... remembering that this is a possible work-around for only some of the errors, and not a solution.

It is also likely that a few system files may need to be copied from one of VistaPE's mounted Vista Images - either %BootSrc% or %InstallSrc%... rather than Expanded from i386.

BTW, did the shortcuts work?

#30 thunn

thunn

    Silver Member

  • .script developer
  • 531 posts
  • Location:Brooklyn, New York
  • Interests:computers<br />mechanics<br />distortion<br /><br />
  •  
    United States

Posted 01 February 2008 - 12:45 PM

Hi Thunn,

I have tested your latest script in post 1 ver 102. I am building on vista ultimate. I have also installed ti echo server. I also have vista DVD mounted using daemon tools lite on J: drive.

I am getting the errors in the attached log.

Any Ideas ?


I advise you post the log in the vista pe forum.
I have not had a chance to add vista support, nor should I comit to a time frame, sorry.
After one week developing the script, I had to break for a bit, but I'm back. :thumbsup:
It seems to work as expected now. I've done recent tests under nativePE, please try that project if you have problems. I'm currently uploading an update that was tested with this script quite a bit which is now part of the project.
Some users profile issues had to be resolved, they wre fixed.
...
ok.
Most of you do not have the bartpe folder, correct?
No, matter. I'll fix the mediabuilder / UR keys mentioned above in short order, thanks again dera!

Check back, in a few hours perhaps.

#31 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 03 February 2008 - 09:55 AM

Sorry if I seems too pedant
but noticed
the Acronis-TrueImageEcho95-Omni.Script Version=105
write this line into the txtsetup.sif:

[SourceDisksFiles]
snapman.sys=snapman.sys,1,,,,,,_3,4,1

while the original BartPE plugin by Acronis write this:
snapman.sys=1,,,,,,_3,4,1
(although it doesn't cause any problem since trueimage works ok)

other issue
in the LiveXP or nativeEx_barebone Projects where the api.script is present
the shortcuts (that points to TrueImage.exe) not generated properly
to be more precise: double generated
I suppose one generated by the "If,ExistFile,%BuildModelScript%,Run,%BuildModelScript%,Add-Shortcut,etc."
and also generated an other shortcut by the api - and this one generated incorrectly

#32 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 03 February 2008 - 12:57 PM

It possible to have this beautiful script full working in VistPe project? I would like to heve this full ver and not the 9.1 slim one that now it's quite obsolete.

BUT if someone is working on Symantec Norton Ghost 12...it's welcome,
I will rapidly switch to .v2i instead of *.tbi :thumbsup:

#33 carfan

carfan

    Frequent Member

  • Advanced user
  • 196 posts
  •  
    United States

Posted 03 February 2008 - 03:18 PM

Sorry if I seems too pedant
but noticed
the Acronis-TrueImageEcho95-Omni.Script Version=105
write this line into the txtsetup.sif:

[SourceDisksFiles]
snapman.sys=snapman.sys,1,,,,,,_3,4,1

while the original BartPE plugin by Acronis write this:
snapman.sys=1,,,,,,_3,4,1
(although it doesn't cause any problem since trueimage works ok)

other issue
in the LiveXP or nativeEx_barebone Projects where the api.script is present
the shortcuts (that points to TrueImage.exe) not generated properly
to be more precise: double generated
I suppose one generated by the "If,ExistFile,%BuildModelScript%,Run,%BuildModelScript%,Add-Shortcut,etc."
and also generated an other shortcut by the api - and this one generated incorrectly


i saw that too. i'm working on api_sc now since i think that where the problem is. (i hope)

-c

#34 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 03 February 2008 - 07:15 PM

Sorry if I seems too pedant
but noticed
the Acronis-TrueImageEcho95-Omni.Script Version=105
write this line into the txtsetup.sif:

[SourceDisksFiles]
snapman.sys=snapman.sys,1,,,,,,_3,4,1

while the original BartPE plugin by Acronis write this:
snapman.sys=1,,,,,,_3,4,1
(although it doesn't cause any problem since trueimage works ok)

If I remember correctly first line syntax "renames" snapman.sys to snapman.sys, quite unneeded :thumbsup:, though working.

jaclaz

#35 felix

felix

    Member

  • Members
  • 55 posts
  • Location:In the BOOT
  • Interests:Sports
  •  
    Italy

Posted 19 February 2008 - 09:11 PM

Sorry to bother you thuun what about a Lite version?
Or the option of removing nonessential stuff is enough?
Haven't tried it yet so I'm wondering what's the size (MB) of the soft once loaded in the final ISO?
Too much questions I know but I don't have time to test stuff right now cause of my exams.

#36 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 25 February 2008 - 09:31 PM

I still wait for THE VISTAPE full working version of 9.5 with Universal Restore
Any chance for this?

#37 twindude

twindude

    Frequent Member

  • Members
  • 150 posts

Posted 07 May 2008 - 06:28 PM

how do you apply your own product key?

#38 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 08 May 2008 - 04:37 AM

You should be able to use the Script Gui to do add youre own key.

#39 Jamaicanyouth

Jamaicanyouth
  • Members
  • 3 posts
  •  
    United States

Posted 04 September 2008 - 07:36 AM

Any chance of getting this to work on VistaPE?

#40 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 04 September 2008 - 07:00 PM

I still wait for THE VISTAPE full working version of A T.I. W. 9.5 with Universal Restore

#41 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 07 September 2008 - 04:13 PM

Thanks a lot thunn :whistling: ;)
I used Acronis-TrueImageEcho95-Omni.Script with my livexp ;)
as a user that dont like to install acronis true image on my system and as a x64 user, i made some changes in script, here they are in case someone needs too:

1st: i made setups of
"Acronis True Image 9.5.8076 Enterprise Server" and "UniversalRestore"
in vmware on xp32bit
2nd: i click to copy all required files (winbuilder under vmware on xp32bit)
3rd: i put registry entries manually that are required
4rd: i copy the collected files and script out of vmware
5th: i made these 2 changes in script:
5_1:
my new [api_sc] section

&#91;api_sc&#93;

Set,%ProgramTitle%,%Program%

Set,%ProgramFolder%,%ProgramDir%

//

&#91;api_scLancelotcancelled&#93;

Add_Shortcut,StartMenu

If,%pCheckBox1%,Equal,True,Add_Shortcut,Desktop

If,%pCheckBox1%,Equal,True,Add_Shortcut,QuickLaunch

5_2:
my new [tiversion] section

&#91;tiversion&#93;

ShellExecute,Hide,&#34;cmd.exe&#34;,&#34;/c#$sif#$sexist#$s#$q%ProgramFiles%\Acronis\TrueImageEchoServer#$q#$secho#$s&#91;TrueImageEcho&#93;#$s>#$s#$q%ScriptDir%\truimg.ini#$q#$s&&echo#$sversion=Server#$s>>#$s#$q%ScriptDir%\truimg.ini#$q&#34;

ShellExecute,Hide,&#34;cmd.exe&#34;,&#34;/c#$sif#$sexist#$s#$q%ProgramFiles%\Acronis\TrueImageEchoEnterpriseServer#$q#$secho#$s&#91;TrueImageEcho&#93;#$s>#$s#$q%ScriptDir%\truimg.ini#$q#$s&&echo#$sversion=EnterpriseServer#$s>>#$s#$q%ScriptDir%\truimg.ini#$q&#34;

ShellExecute,Hide,&#34;cmd.exe&#34;,&#34;/c#$sif#$sexist#$s#$q%ProgramFiles%\Acronis\TrueImageEchoWorkstation#$q#$secho#$s&#91;TrueImageEcho&#93;#$s>#$s#$q%ScriptDir%\truimg.ini#$q#$s&&echo#$sversion=Workstation#$s>>#$s#$q%ScriptDir%\truimg.ini#$q&#34;

// Lancelot added this line

ShellExecute,Hide,&#34;cmd.exe&#34;,&#34;/c#$secho#$s&#91;TrueImageEcho&#93;#$s>#$s#$q%ScriptDir%\truimg.ini#$q#$s&&echo#$sversion=EnterpriseServer#$s>>#$s#$q%ScriptDir%\truimg.ini#$q&#34;

IniRead,&#34;%ScriptDir%\truimg.ini&#34;,&#34;TrueImageEcho&#34;,&#34;version&#34;,&#34;%tiver%&#34;

FileDelete,&#34;%ScriptDir%\truimg.ini&#34;


Everything seems to be okey for me now ;) .

Thanks a lot again thunn ;)

#42 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 08 September 2008 - 03:46 PM

The Max Real Qnx script for vistape is out avaiable on vistaPE section.

#43 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 08 September 2008 - 04:04 PM

thanks risolutore,
i already know 'Max Real Qnx' vistape acronis true image script, but i am a livexp fun and thunn's script is perfect for livexp :huh: :huh:

#44 Dave7

Dave7

    Frequent Member

  • Advanced user
  • 210 posts
  •  
    United States

Posted 11 October 2008 - 11:41 PM

Hi all,

For the BartPE script, I believe it is not necessary to copy the following files:
bootmenu.exe
bootwiz.sys
f11.cfg
kernel.dat
mouse.com
ramdisk.dat

Hope that is correct? This could reduce the size of the ISO significantly.

Cheers,
Dave

#45 magic12kenneth

magic12kenneth

    Member

  • Members
  • 79 posts
  •  
    United States

Posted 15 February 2009 - 04:42 PM

Hi,

When I copy the Acronis-TrueImageEcho95-Omni.Script and Acronis-TrueImageEcho95_BartPE.script to the app folder or app\hd tasks folder, I get two App folder created in WinBuilder. What did I do wrong? Is there a special procedure when installing a script? Thanks.

Ken.

#46 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2813 posts
  •  
    United States

Posted 15 February 2009 - 04:52 PM

Hi,

When I copy the Acronis-TrueImageEcho95-Omni.Script and Acronis-TrueImageEcho95_BartPE.script to the app folder or app\hd tasks folder, I get two App folder created in WinBuilder. What did I do wrong? Is there a special procedure when installing a script? Thanks.

Ken.

Hi Ken,

Those are two independent scripts; use one or the other and setup source (program) files and options accordingly :poke:

#47 magic12kenneth

magic12kenneth

    Member

  • Members
  • 79 posts
  •  
    United States

Posted 15 February 2009 - 05:37 PM

Hi Ken,

Those are two independent scripts; use one or the other and setup source (program) files and options accordingly :poke:


Thanks for the fast reply. I'm still getting the duplicated App folder even if I only manually copy Acronis-TrueImageEcho95-Omni.Script to the App folder. Is there a way to download it to see if that solve the problem?

Kenn

#48 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2813 posts
  •  
    United States

Posted 15 February 2009 - 05:41 PM

Thanks for the fast reply. I'm still getting the duplicated App folder even if I only manually copy Acronis-TrueImageEcho95-Omni.Script to the App folder. Is there a way to download it to see if that solve the problem?

Kenn

:poke: - Is that because you're not starting with a fresh build??? Can you post a log so I can see what's happening there?

#49 magic12kenneth

magic12kenneth

    Member

  • Members
  • 79 posts
  •  
    United States

Posted 15 February 2009 - 06:09 PM

:poke: - Is that because you're not starting with a fresh build??? Can you post a log so I can see what's happening there?


This is a new build and I downloaded all the files from the server using the recommended setting. I also tried a precomipled that I download from WinBuilder Precompiled LiveXP. I haven't try your precompiled yet. Can you tell me where the log file is located? I still have not click on the Play button to compile yet.

Ken

#50 amalux

amalux

    Platinum Member

  • Tutorial Writer
  • 2813 posts
  •  
    United States

Posted 15 February 2009 - 06:40 PM

This is a new build and I downloaded all the files from the server using the recommended setting. I also tried a precomipled that I download from WinBuilder Precompiled LiveXP. I haven't try your precompiled yet. Can you tell me where the log file is located? I still have not click on the Play button to compile yet.

Ken

There won't be a log until build is finished and depending on project may need to saved manually from WB interface. In my builds, the HTML log is saved automatically in your build folder.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users