Jump to content











Photo
* * * * * 1 votes

Acronis® TrueImage Home® version 11.0 (build 8.101)


  • Please log in to reply
38 replies to this topic

#1 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 24 August 2008 - 05:19 PM

File name: Acronis® TrueImage Home® version 11.0 (build 8.101)
Description:Hi :whistling:

Acronis® TrueImage Home® version 11.0 (build 8.101) scv.15 Eng. For VistaPE

Posted Image


Screen Shot



Lol lol use my friends ;)
Download file

Edited by Max_Real Qnx, 29 August 2008 - 08:02 PM.


#2 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 24 August 2008 - 05:25 PM

VistaPE 12 Beta 3 don't support Y drive letter :whistling:

If,%pCheckBox1%,Equal,"False",SET,"%LinkDir%","Y:"

What must the value of the Y become ?

Please help me ;)

#3 pedrole15

pedrole15

    Silver Member

  • .script developer
  • 731 posts
  •  
    France

Posted 24 August 2008 - 10:07 PM

VistaPE 12 Beta 3 don't support Y drive letter :whistling:

If,%pCheckBox1%,Equal,"False",SET,"%LinkDir%","Y:"

What must the value of the Y become ?

Please help me ;)

Hi Max
Try like this:
Remove this two lines :
If,%pCheckBox1%,Equal,"True",SET,"%LinkDir%","X:\Program#$sFiles"

If,%pCheckBox1%,Equal,"False",SET,"%LinkDir%","Y:"
and replace all %LinkDir% by %PE_Programs%

Pedro

#4 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 25 August 2008 - 08:42 PM

Hi pedrole15 :whistling:

This method isn't working in the registry ;)

"%CDDrive%\Programs\TrueImageHome\Acronis\Schedule2\schedul2.exe"

because %CDDrive% (For Y) is undefinable ! But %systemdrive% is definable.

This method is only working in shortcut for VPEldr.exe


Why NightMan wants to cancel the Y drive letter ?

#5 pedrole15

pedrole15

    Silver Member

  • .script developer
  • 731 posts
  •  
    France

Posted 25 August 2008 - 10:03 PM

This method isn't working in the registry :whistling:

because %CDDrive% (For Y) is undefinable ! But %systemdrive% is definable.

Hi Max
In the past I 've use a little au3 to find the CDdrive letter
compile this au3 and run it at startup
#NoTrayIcon;~ $CDRoms=DriveGetDrive("CDROM");~ $BootDriveLetter="";~ If NOT @error Then;~     For $i = 1 to $CDRoms[0];~         if(FileExists($CDRoms[$i] & "\vistape.cd"))then $BootDriveLetter=StringLeft($CDRoms[$i],2);~     Next;~ EndIf;~ ; -----------------------------------;~ ; with this, then it works also on USB-Sticks ;~ ; ------------ CODE SAMPLE ----------$Drives = DriveGetDrive("ALL")For $i = 1 to $Drives[0]	$Drives[$i] = StringUpper($Drives[$i])	$DriveType = DriveGetType($Drives[$i])		If DriveGetType($Drives[$i]) = "Removable" or DriveGetType($Drives[$i]) = "CDROM" Then			If DriveStatus($Drives[$i]) <> "NOTREADY" Then				If FileExists($Drives[$i] & "\VISTAPE.CD") Then					$BootDriveLetter = $Drives[$i]					ExitLoop				EndIf			EndIf		EndIfNextIf($BootDriveLetter <> "") then ;MsgBox(1,"BootDriveLetter : ",$BootDriveLetter) RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment","CDDrive","REG_EXPAND_SZ",$BootDriveLetter);EndIf

Hope that help you

Pedro

#6 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 26 August 2008 - 04:22 PM

Hi Max
Hope that help you

Pedro


I will test this script, I hope , it become useful for me.
Thank you very much my friend for everything :whistling:

Attached File  CDdrive_letter.7z   654bytes   568 downloads

Regards.

#7 offermanager

offermanager
  • Members
  • 1 posts
  •  
    United Kingdom

Posted 27 August 2008 - 02:02 PM

Hi,

I compiled the script and executed it at the beginning of the TrueImage script. The result is that the files were copied in the programs folder but no menu link and the application is not starting when I start the trueimage.exe from the programs folder :-(
Any solutions right now for TrueImage 11 (my favorite imaging tool) ?

CU

#8 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 27 August 2008 - 06:20 PM

Hi,

I compiled the script and executed it at the beginning of the TrueImage script. The result is that the files were copied in the programs folder but no menu link and the application is not starting when I start the trueimage.exe from the programs folder :-(
Any solutions right now for TrueImage 11 (my favorite imaging tool) ?

CU


Hi offermanager :whistling:

27.png


Please, you start the kgb archiver software with information button;

1) Choose the Acronis installation file ([TrueImage11.8101_s_en.exe] English version)
2) Choose the Acronis installation file extraction path
Choose AcronisTrueImage.msi to decompress for C:\

3) Next finish !

Where is the AcronisTrueImage.msi ?

You select AcronisTrueImage.msi with first file box in the script !
Don't change the second path of files box, default way C:\Temp !

This script need RunOnceEx feature of ComBo_Box v3 for start service.

Please, don't change the level of script. Default Level = 6

ComBo_Box v3B scv.15 For VistaPE 11 & 12 Beta 3


I only tested this script on the VistaPE 11 with Windows Xp Professional Sp3 operation system !!!

This script isn't support programs folder of VistaPE 12 Beta because absent Y driver.

I only make all my scripts at the Windows Xp, I am not useing the Vista operation system for this project.

Good luck ;)

#9 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 29 August 2008 - 08:13 PM

Hi :whistling:

From now on, this script supports VistaPE 12 Beta 3 ;)


Details

Download scv 15


Lol lol use my friends ;)

#10 onurbi

onurbi
  • Members
  • 1 posts
  •  
    Germany

Posted 11 February 2009 - 11:05 PM

Download scv 15


Hello Maxrealqnx,

while activating the Script xVPE ATH 11, Level=5, Version=15 in Winbuilder 75 (c't Version) the system stops booting after the completition bar of "loading Files" reaches the right end.

I extracted the msi-File and inserted the path to it and the serial in the input field of the script.

There is no error running the script.

When I remove the check box from this app, the resulting ISO boots again as before. This behaviour suggests, that the script prevents the whole Vista PE from booting.

Do you have any idea, what's going on?

Best regards,

onurbi

#11 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 14 February 2009 - 10:44 AM

Hello Maxrealqnx,

while activating the Script xVPE ATH 11, Level=5, Version=15 in Winbuilder 75 (c't Version) the system stops booting after the completition bar of "loading Files" reaches the right end.

I extracted the msi-File and inserted the path to it and the serial in the input field of the script.

There is no error running the script.

When I remove the check box from this app, the resulting ISO boots again as before. This behaviour suggests, that the script prevents the whole Vista PE from booting.

Do you have any idea, what's going on?

Best regards,

onurbi


Hi onurbi :poke:


Please, follow the steps in the order in this post #8 section.
This script need msi installation file of Acronis® TrueImage Home® version 11.0 (build 8.101)!
The msi file must become on the C:\

If WinBuilder is working in the Windows Vista; please, you start WinBuilder with the "Run as administrator" command.
I only tested this script on the VistaPE 11 with Windows Xp Professional Sp3 operation system !!!

Good luck.
Regards :poke:

#12 yun

yun

    Newbie

  • Members
  • 18 posts
  •  
    Vietnam

Posted 16 February 2009 - 04:25 AM

have an error: "the appilcation has failed to start because its side-by-side config is incorrect. plz see application log for details"
i dont know why appear an error before error above: autoit error not start and mean like above.

#13 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 16 February 2009 - 09:18 PM

have an error: "the appilcation has failed to start because its side-by-side config is incorrect. plz see application log for details"
i dont know why appear an error before error above: autoit error not start and mean like above.


Hi yun :poke:

Please, download this script and try again so it need Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17 v.2 feature of the VistaPE Patch v3jb scv.17 !

VistaPE Patch v3jb scv.17 For VistaPE
http://maxrealqnx.bo...E/xVPE Patch.7z

please, visit my Web Site for more script.

Regards :poke:

#14 Arctirus

Arctirus
  • Members
  • 9 posts
  •  
    Seychelles

Posted 24 February 2009 - 08:55 PM

I'm using v12 rc1 and can't get the services to start. They reference the %cddrive% path but service controller apparently doesn't see as a valid path.

I too am curious, why was the Y drive abandoned?

#15 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 28 February 2009 - 11:27 PM

I'm using v12 rc1 and can't get the services to start. They reference the %cddrive% path but service controller apparently doesn't see as a valid path.

I too am curious, why was the Y drive abandoned?


Hi Arctirus :cheers:

Please, use this scripts with features for Cdrom & Usb "Y" driver latter !

01.03.png

http://rapidshare.co...03/xVPE_CBox.7z



01.034.png

http://maxrealqnx.bo...E/xVPE Patch.7z




Regards :cheers:

#16 Arctirus

Arctirus
  • Members
  • 9 posts
  •  
    Seychelles

Posted 02 March 2009 - 05:44 PM

Thanks for your work but in booting from USB this doesn't make my usb drive Y, it makes my empty cdrom drive Y.

#17 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 07 March 2009 - 05:27 PM

Thanks for your work but in booting from USB this doesn't make my usb drive Y, it makes my empty cdrom drive Y.


Hi Arctirus :cheers:

07.05.png

****What is the new*****

+ The new wallpapers and boot screen files has been added to script.
+ Can be run PnpUtiL with the VPELoad Module.
+ Make a System that were able to expire with VpeLock module
+ The code has been added to the "USBDLM.INI" for onboard card reader. (For example: Asus Eee Pc)

[Settings]
NoMediaNoLetter=1

For : USB Drive Letter Manager 4.2.4.0

+ New password module v1 with sensitive & asteriks mode.
+ VpeLogon 3c with sensitive & asteriks password box and "Turn off computer" added in the help menu.
- old password module has been canceled.


March 07 2009



CoMBo_Box v5 with RunOnceEx v8.d & source

Posted Image

Regards :cheers:

#18 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 06 June 2009 - 07:29 AM

Sorry, it is not the answer for your main question
(never tried Max's TrueImage Home 11 script)

but i think it is better to know:

the needed source type (SP0 vs. SP1) depends on the project version
(and not on the WinBuilder version)

first:
the project VistaPE v.11 compatible only with Vista SP0 source
(at least that version which available in the archived 'vistape.net/files/vistape11-base.rar'
or at the download server 'vistape.net/archive')

the project VistaPE v.12RC1 compatible with both Vista SP0 and SP1 source

second:
the Project VistaPE in most case copy files from boot.wim

and only in few case copy the files from install.wim ,
these scripts usually marked as 'Needs Vista DVD as source'
e.g. Explorer Shell, MMC, Internet Explorer 7, Common components, etc.

so the core of the PE based on the boot.wim

but vlite
modifies only the install.wim
and the boot.wim remains untouched!
Edit:
at least in the past when i have tried vlite that was the case,
although didn't try the recent version of vlite,
maybe was this behaviour of vlite altered in recent versions?

Edited by dera, 06 June 2009 - 10:08 AM.


#19 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 06 June 2009 - 03:32 PM

Using the script for TI11 home and Winbuilder 075 beta 5j I get the attached error message when I try to run Trueimage. ;) Also I don’t know which version of VISTA I should use with Winbuilder 075. I have Vista upgrade with no service pac and Vista home premium with SP1 created with Vlite. However, I get the same error with either version.


Hi Jim A ;)

Please use the VistaPE 11 because VistaPE 12 RC1 is release candidate yet !

What is this release candidate ?

Eng : http://en.wikipedia....lease_candidate

TR : http://www.itusozluk...lease candidate

Regards :)

#20 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 07 June 2009 - 04:50 PM

Hi Max
finally i have tried your Acronis TI Home v.11 script
(Acronis® TrueImage Home® version 11.0 (build 8.101) scv.15 Eng. For VistaPE +
ComBo_Box v5 scv.30 For VistaPE 11 & 12 RC1
downloaded from your subdomain: maxrealqnx.boot-land.net)
and seems to me it works fine with VistaPE v.12 RC1 + Vista SP1 DVD as source

#21 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 08 June 2009 - 07:43 PM

Ok, I started over. I thought that the C: drive on the PC I was using was FAT32 might be causing problems. I am using another PC with NTFS C: drive XP pro SP3 and all updates except IE8. I installed the pre SP1 of the WAIK. I installed TI11 and DD10. I downloaded Vistape 11 and unzipped it to C:\WINBUILDER. . I copied the new 7z.exe and 7z.dll to the tools directory. I unzipped the TI11 and DD10 scripts to C:\Winbuilder\Projects\VistaPE and inserted the serial numbers and password. I put the DD10 and TI11 .msi files in the root directory of C:. C: currently has 14+GB free. I am using the files from a Vista home upgrade with no SP copied to a sub directory on my E: partition that has 170 GB free. I ran the Vistape11 script once with DD10 and TI11 disabled to verify that everything else was working. I am using an administrator account.

With TI11 enabled I get a “dirmake” error. I get the same error if I try the DD10 script. What am I doing wrong?


Hi Jim A ;)

This really interesting a situation but I do not think that the error resulted from the program or script !

Many of these errors may be the reason, security software may be the actual cause (Malware, Antivirus, Lock Software etc.)

I do not know which version of the WinBuilder you use. If you use the VistaPE 11, Please download this file.

http://rapidshare.co...Builder075b4.7z

Moreover, this scripts need ComBo_Box v4 or 5 !

ComBo_Box v5A scv.31 For VistaPE 11 & 12 RC1

Posted Image

Footnote: Do not use the Waik with VistaPE 11 !

Try this command with the cmd.exe

msiexec.exe /a C:\AcronisTrueImage.msi /qb TARGETDIR=C:\Temp


Do the files of the AcronisTrueImage.msi have been extracted in the C:\Temp directory ?

Regards ;)

#22 Max_Real Qnx

Max_Real Qnx

    Gold Member

  • Patrician
  • 1382 posts
  • Location:Istanbul
  • Interests:To be or not to be that is the question.
  •  
    Turkey

Posted 08 June 2009 - 08:00 PM

Hey dera, what do you think about this problem ?

#23 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 08 June 2009 - 10:00 PM

TIH 2009 12 ver 9770 is out, I couldn't find the changelog, but I will try if it can be used with the previous scritp.
On my EEEPC the disk structure is
1first partition NTFS 2 partition data 3 partition Hidden fat32 4 EFIand the F9 press on boot sequence start the WinPE based on 2003sp1srv and the winpeshel.ini point to recovery.exe..

#24 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 08 June 2009 - 10:35 PM

try what Max suggested
if you have antivirus software installed and running on your host
try to disable the real-time protection

#25 Jim A

Jim A

    Newbie

  • Members
  • 23 posts
  •  
    United States

Posted 09 June 2009 - 12:28 AM

Hi Max
A very big thanks ;)
I was using Winbuilder 74 and not combo box for Vistape 11. With combo box and the newer Winbuider 75 both DD10 and TI11 run on two of my PCs that I have tried. ;) However, on my HP notebook that I purchased in December 2008 as soon as I select Vistape I get
Windows failed to start… :)
FILE \BOOT\BCD
STATUS 0xc0000001
This Pc also won’t boot from an XP install CD or a Bartpe “XP” CD.

Since the problem PC has no problem booting Vistape 12, I think it would be a waste of time to pursue Vistape 11 on this PC.

What version of Winbuilder do you recommend for 12? Any other Hints?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users